diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml index a328f62868..9be1345ad5 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml @@ -19,6 +19,7 @@
  • MSBuildEvaluator timeout breaks right-click + publish (#611)
  • Dispose of response body when retrying is needed (#616)
  • SSLHandshakeException connecting to Azure Functions Core Tools release feed (RIDER-79897)
  • +
  • Azure Functions: Isolated worker process ID not recognized when control characters are present in process output (#623)
  • ]]> diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml index 3b4d258110..3298ca3714 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml @@ -38,6 +38,7 @@
  • MSBuildEvaluator timeout breaks right-click + publish (#611)
  • Dispose of response body when retrying is needed (#616)
  • SSLHandshakeException connecting to Azure Functions Core Tools release feed (RIDER-79897)
  • +
  • Azure Functions: Isolated worker process ID not recognized when control characters are present in process output (#623)
  • [3.50.0-2022.1]