Skip to content

Commit 0478161

Browse files
Merge remote-tracking branch 'origin/endgame-202205' into endgame-202205.next
2 parents bc25112 + c7ddebf commit 0478161

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
101101
### Fixed
102102
- Log/notification contains message related to deployment even if user is only creating a spring app.
103103
- Display of Azure Explorer get messed up sometimes after restarting IDE.
104-
-[#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
104+
- [#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
105+
- [#6550](https://github.com/microsoft/azure-tools-for-java/issues/6550): Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.
105106

106107
## 3.64.0
107108
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Log/notification contains message related to deployment even if user is only creating a spring app.
2020
- Display of Azure Explorer get messed up sometimes after restarting IDE.
2121
- [#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
22+
- [#6550](https://github.com/microsoft/azure-tools-for-java/issues/6550): Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.
2223

2324
## 3.64.0
2425
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
</ul>
4343
</li>
4444
<li>Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.</li>
45-
<li>Azure Explorer: add `Resource Groups` root node to enable "app-centric" resource management.</li>
4645
</ul>
4746
<h4>Changed</h4>
4847
<ul>
@@ -53,6 +52,7 @@
5352
<li>Log/notification contains message related to deployment even if user is only creating a spring app.</li>
5453
<li>Display of Azure Explorer get messed up sometimes after restarting IDE.</li>
5554
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6634">#6634</a>: ArrayIndexOutOfBoundsException when initializing Azure Explorer.</li>
55+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6550">#6550</a>: Uncaught Exception com.intellij.diagnostic.PluginException: User data is not supported.</li>
5656
</ul>
5757
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
5858
</html>

0 commit comments

Comments
 (0)