You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
4
4
5
5
-[Change Log](#change-log)
6
+
-[3.67.0](#3670)
6
7
-[3.66.0](#3660)
7
8
-[3.65.0](#3650)
8
9
-[3.64.0](#3640)
@@ -85,6 +86,24 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
85
86
-[3.0.7](#307)
86
87
-[3.0.6](#306)
87
88
89
+
## 3.67.0
90
+
### Added
91
+
- New Azure service support: Azure Kubernetes service.
92
+
- direct resource management in Azure Explorer.
93
+
- connection to other K8s plugins.
94
+
- Support for running or debugging local projects directly on Azure Virtual Machine by leveraging [`Run Targets`](https://www.jetbrains.com/help/idea/run-targets.html).
95
+
96
+
### Changed
97
+
- Most Tool Windows will hide by default and show only when they are triggered by related actions.
98
+
- An explicit search box is added on subscription dialog to filter subscriptions more conveniently.
99
+
- support for toggling selection of subscriptions by `space` key even checkbox is not focused.
100
+
- A loading spinner would show first when the feedback page is loading.
101
+
- Entries of some common actions in `<Toolbar>/Tools/Azure` are also added into the gear actions group of Azure Explorer.
102
+
103
+
### Fixed
104
+
- Error occurs if expand or download files/logs of a stopped function app.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-applicationinsights/src/main/java/com/microsoft/azure/toolkit/intellij/applicationinsights/task/CreateApplicationInsightsResourceConnectionTask.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-applicationinsights/src/main/java/com/microsoft/azure/toolkit/intellij/applicationinsights/task/CreateApplicationInsightsTask.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-applicationinsights/src/main/java/com/microsoft/azure/toolkit/intellij/applicationinsights/task/OpenLiveMetricsTask.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ public OpenLiveMetricsTask(@Nonnull final ComponentContext context) {
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/appservice/task/CreateFunctionAppTask.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/appservice/task/CreateWebAppTask.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/function/runner/FunctionRunConfigurationProducer.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ public ConfigurationFactory getConfigurationFactory() {
42
42
43
43
@Override
44
44
@ExceptionNotification
45
-
@AzureOperation(name = "function.setup_run_configuration", type = AzureOperation.Type.ACTION)
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/function/wizard/module/FunctionsModuleBuilder.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,6 @@ public ModuleWizardStep[] createFinishingSteps(@NotNull final WizardContext wiza
108
108
109
109
@Override
110
110
@ExceptionNotification
111
-
@AzureOperation(name = "function.setup_function_root_module", type = AzureOperation.Type.ACTION)
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/lib/legacy/function/FunctionAppService.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-containerservice/src/main/java/com/microsoft/azure/toolkit/intellij/containerservice/creation/KubernetesCreationDialog.java
0 commit comments