Skip to content

Commit 3a25f74

Browse files
authored
Update release note for Azure Toolkit 3.23.0 (#3174)
* Update release note for Azure Toolkit 3.23.0 * Update change log
1 parent 84f82e5 commit 3a25f74

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
44

55
- [Change Log](#change-log)
66

7+
- [3.23.0](#3230)
78
- [3.22.0](#3220)
89
- [3.21.1](#3211)
910
- [3.21.0](#3210)
@@ -35,6 +36,22 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3536
- [3.0.7](#307)
3637
- [3.0.6](#306)
3738

39+
## 3.23.0
40+
41+
### Added
42+
43+
- Support Azure Resource Manager, you can deploy and manage azure resource template with toolkit
44+
- Support choosing remote reference jars through folder browser button for HDI cluster with ADLS Gen2 account
45+
46+
### Changed
47+
48+
- Optimize refreshing HDInsight clusters performance
49+
- Handle access related exceptions for linked reader role cluster
50+
51+
### Fixed
52+
- [#3104](https://github.com/microsoft/azure-tools-for-java/issues/3104) Fix linked role reader cluster issue
53+
- [#2895](https://github.com/microsoft/azure-tools-for-java/issues/2895) Fix unnecessarily killing finalizing or ended state job for serverless job
54+
3855
## 3.22.0
3956

4057
### Added

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,21 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.22.0</h3>
23+
<h3>3.23.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Automaticly fill in Azure Blob account name or ADLS Gen1/Gen2 root path for linked HDInsight Reader role cluster
27-
in run configuration dialog</li>
26+
<li>Support Azure Resource Manager, you can deploy and manage azure resource template with toolkit</li>
27+
<li>Support choosing remote reference jars through folder browser button for HDI cluster with ADLS Gen2 account</li>
2828
</ul>
2929
<h4>Changed</h4>
3030
<ul>
31-
<li>Improve app service data loading performance</li>
32-
<li>Restrict upload storage type to cluster default storage type and spark interactive session storage type for
33-
linked HDInsight Reader role cluster</li>
31+
<li>Optimize refreshing HDInsight clusters performance</li>
32+
<li>Handle access related exceptions for linked reader role cluster</li>
3433
</ul>
3534
<h4>Fixed</h4>
3635
<ul>
37-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3094">#3094</a>, <a
38-
href="https://github.com/microsoft/azure-tools-for-java/issues/3096">#3096</a> Fix warning message spelling
39-
issue</li>
36+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3104">#3104</a> Fix linked role reader cluster issue</li>
37+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/2895">#2895</a> Fix unnecessarily killing finalizing or ended state job for serverless job</li>
4038
</ul>
4139
<p>You may get the full change log <a
4240
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)