Skip to content

Commit 92cf2b4

Browse files
committed
Update change log for intellij toolkit v3.52.0
1 parent e61d2d1 commit 92cf2b4

File tree

3 files changed

+40
-34
lines changed

3 files changed

+40
-34
lines changed

CHANGELOG.md

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

55
- [Change Log](#change-log)
6+
- [3.52.0](#3520)
67
- [3.51.0](#3510)
78
- [3.50.0](#3500)
89
- [3.49.0](#3490)
@@ -66,6 +67,18 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
6667
- [3.0.7](#307)
6768
- [3.0.6](#306)
6869

70+
## 3.52.0
71+
### Added
72+
- Support OAuth for authentication
73+
- Add support for management/client sdk in Azure SDK reference book
74+
75+
### Changed
76+
- Improve UI for azure service connector
77+
78+
### Fixed
79+
- [#5121](https://github.com/microsoft/azure-tools-for-java/issues/5121) Fix project disposed exception for workspace tagging
80+
- [PR #5163](https://github.com/microsoft/azure-tools-for-java/pull/5163) Fix enable local access may not work for Azure MySQL
81+
6982
## 3.51.0
7083
### Added
7184
- Add support for IntelliJ 2021.1 EAP

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

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -25,40 +25,21 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.51.0</h3>
29-
<h4>Added</h4>
30-
<ul>
31-
<li>Add support for IntelliJ 2021.1 EAP</li>
32-
<li>Add Azure SDK reference book for Spring</li>
33-
</ul>
34-
<h4>Changed</h4>
35-
<ul>
36-
<li>Improve resource list performance with cache and preload</li>
37-
<li>Update Azure related run configuration icons</li>
38-
<li>Continue with warning for multi-tenant issues while getting subscriptions</li>
39-
<li>Remove preview label for function and spring cloud</li>
40-
</ul>
41-
<h4>Fixed</h4>
42-
<ul>
43-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5002">#5002</a> Failed to run Spark application
44-
with filled-in default Azure Blob storage account credential</li>
45-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5008">#5008</a> IndexOutOfBoundsException
46-
while create MySQL connection</li>
47-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a> InvalidParameterException
48-
occurs when close a streaming log</li>
49-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a> Failed when select file to
50-
deploy to Azure Web App </li>
51-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4998">PR #4998</a> Fix IDEA203 regression of
52-
Spark failure debug in local</li>
53-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5006">PR #5006</a> Fix NPE of exploring ADLS
54-
Gen2 FS in Spark job conf</li>
55-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5009">PR #5009</a> Fix bundle build JCEF issue
56-
</li>
57-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5014">PR #5014</a> Failed to create MySQL
58-
instance as resource provider is not registered </li>
59-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5055">PR #5055</a> Can't deploy to Azure Web App
60-
when there is "Connect Azure Resource" in before launch</li>
61-
</ul>
28+
<h3>3.52.0</h3>
29+
<h4>Added</h4>
30+
<ul>
31+
<li>Support OAuth for authentication</li>
32+
<li>Add support for management/client sdk in Azure SDK reference book</li>
33+
</ul>
34+
<h4>Changed</h4>
35+
<ul>
36+
<li>Improve UI for azure service connector</li>
37+
</ul>
38+
<h4>Fixed</h4>
39+
<ul>
40+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5121">#5121</a> Fix project disposed exception for workspace tagging</li>
41+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5163">PR #5163</a> Fix enable local access may not work for Azure MySQL</li>
42+
</ul>
6243
<p>You may get the full change log <a
6344
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
6445
</html>

PluginsAndFeatures/azure-toolkit-for-intellij/resources/whatsnew/whatsnew.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<!-- Version: 3.51.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.52.0
5+
### Added
6+
- Support OAuth for authentication
7+
- Add support for management/client sdk in Azure SDK reference book
8+
9+
### Changed
10+
- Improve UI for azure service connector
11+
12+
### Fixed
13+
- [#5121](https://github.com/microsoft/azure-tools-for-java/issues/5121) Fix project disposed exception for workspace tagging
14+
- [PR #5163](https://github.com/microsoft/azure-tools-for-java/pull/5163) Fix enable local access may not work for Azure MySQL
15+
416
## 3.51.0
517
### Added
618
<img src="https://user-images.githubusercontent.com/69189193/113823126-da73ea00-97b0-11eb-9b69-958f5d5a2b00.gif" width="840" height="525" />

0 commit comments

Comments
 (0)