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.85.0](#3850)
6
7
-[3.84.0](#3840)
7
8
-[3.83.0](#3830)
8
9
-[3.82.0](#3820)
@@ -106,6 +107,24 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
106
107
-[3.0.7](#307)
107
108
-[3.0.6](#306)
108
109
110
+
## 3.85.0
111
+
### Added
112
+
- Support for containerized FunctionApps (based on Azure Container Apps)
113
+
- Support for creating docker WebApp/FunctionApp
114
+
- Support for Managing Azure Container Registries (ACR) with bundled Docker plugin (2023.3) in integrated `Services` view.
115
+
- Warn user when creating/deploying WebApps/FunctionApps of (to-be-) deprected runtime.
116
+
117
+
### Updated
118
+
- Update icon of WebApp/FunctionApp to indicate its runtime.
119
+
120
+
### Fixed
121
+
-[#8118](https://github.com/microsoft/azure-tools-for-java/issues/8118): NPE at EnvVarLineMarkerProvider.
122
+
-[#8113](https://github.com/microsoft/azure-tools-for-java/issues/8113): java.nio.file.NoSuchFileException at AzureModule.getDefaultProfileName.
123
+
-[#8109](https://github.com/microsoft/azure-tools-for-java/issues/8109): java.lang.ClassCastException at StoragePathPrefixCompletionProvider.addCompletions.
124
+
-[#8093](https://github.com/microsoft/azure-tools-for-java/issues/8093): Speed Search not working correctly.
125
+
-[#8081](https://github.com/microsoft/azure-tools-for-java/issues/8081): java.lang.AssertionError at AzureCognitiveServices.accounts.
126
+
-[#8063](https://github.com/microsoft/azure-tools-for-java/issues/8063): java.lang.ArrayIndexOutOfBoundsException at TreeUtils.selectResourceNode.
127
+
109
128
## 3.84.0
110
129
### Added
111
130
- Browse Azure sample projects and create new project from them.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/appservice/AppServiceInfoAdvancedPanel.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/appservice/AppServiceInfoBasicPanel.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/function/FunctionAppCreationDialog.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/function/FunctionAppInfoPanel.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -115,12 +115,6 @@ public FunctionAppConfig getValue() {
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/function/runner/deploy/FunctionDeploymentState.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ public class FunctionDeploymentState extends AzureRunProfileState<FunctionAppBas
62
62
privatestaticfinalStringNO_TRIGGERS_FOUNDED = "No triggers found in deployed function app";
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/webapp/WebAppCreationDialog.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/webapp/runner/webappconfig/WebAppRunState.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
<!-- Version: 3.83.0 -->
2
2
# What's new in Azure Toolkit for IntelliJ
3
+
## 3.85.0
4
+
### Added
5
+
- Support for containerized FunctionApps (based on Azure Container Apps)
6
+
- Support for creating docker WebApp/FunctionApp
7
+
- Support for Managing Azure Container Registries (ACR) with bundled Docker plugin (2023.3) in integrated `Services` view.
8
+
- Warn user when creating/deploying WebApps/FunctionApps of (to-be-) deprected runtime.
9
+
10
+
### Updated
11
+
- Update icon of WebApp/FunctionApp to indicate its runtime.
12
+
13
+
### Fixed
14
+
-[#8118](https://github.com/microsoft/azure-tools-for-java/issues/8118): NPE at EnvVarLineMarkerProvider.
15
+
-[#8113](https://github.com/microsoft/azure-tools-for-java/issues/8113): java.nio.file.NoSuchFileException at AzureModule.getDefaultProfileName.
16
+
-[#8109](https://github.com/microsoft/azure-tools-for-java/issues/8109): java.lang.ClassCastException at StoragePathPrefixCompletionProvider.addCompletions.
17
+
-[#8093](https://github.com/microsoft/azure-tools-for-java/issues/8093): Speed Search not working correctly.
18
+
-[#8081](https://github.com/microsoft/azure-tools-for-java/issues/8081): java.lang.AssertionError at AzureCognitiveServices.accounts.
19
+
-[#8063](https://github.com/microsoft/azure-tools-for-java/issues/8063): java.lang.ArrayIndexOutOfBoundsException at TreeUtils.selectResourceNode.
0 commit comments