Skip to content

Commit 54349d6

Browse files
committed
Update change log
1 parent 0c0acd1 commit 54349d6

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

CHANGELOG.md

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

7474
### Changed
7575
- Improve resource list performance with cache and preload
76+
- Update Azure related run configuration icons
77+
- Continue with warning for multi-tenant issues while getting subscriptions
78+
- Remove preview label for function and spring cloud
7679

7780
### Fixed
7881
- [#5008](https://github.com/microsoft/azure-tools-for-java/issues/5008) IndexOutOfBoundsException while create MySQL connection
7982
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) InvalidParameterException occurs when close a streaming log
8083
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) Failed when select file to deploy to Azure Web App
84+
- [PR #4998](https://github.com/microsoft/azure-tools-for-java/pull/4998) Fix IDEA203 regression of Spark failure debug in local
85+
- [PR #5006](https://github.com/microsoft/azure-tools-for-java/pull/5006) Fix NPE of exploring ADLS Gen2 FS in Spark job conf
86+
- [PR #5009](https://github.com/microsoft/azure-tools-for-java/pull/5009) Fix bundle build JCEF issue
8187
- [PR #5014](https://github.com/microsoft/azure-tools-for-java/pull/5014) Failed to create MySQL instance as resource provider is not registered
8288
- [PR #5055](https://github.com/microsoft/azure-tools-for-java/pull/5055) Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
8389

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

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,28 @@
3434
<h4>Changed</h4>
3535
<ul>
3636
<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>
3740
</ul>
3841
<h4>Fixed</h4>
3942
<ul>
40-
<li>
41-
<a href="https://github.com/microsoft/azure-tools-for-java/issues/5008">#5008</a>
42-
IndexOutOfBoundsException while create MySQL connection
43-
</li>
44-
<li>
45-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a>
46-
InvalidParameterException occurs when close a streaming log
47-
</li>
48-
<li>
49-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a>
50-
Failed when select file to deploy to Azure Web App
51-
</li>
52-
<li>
53-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5014">PR #5014</a>
54-
Failed to create MySQL instance as resource provider is not registered
55-
</li>
56-
<li>
57-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5055">PR #5055</a>
58-
Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
43+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5008">#5008</a> IndexOutOfBoundsException
44+
while create MySQL connection</li>
45+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a> InvalidParameterException
46+
occurs when close a streaming log</li>
47+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a> Failed when select file to
48+
deploy to Azure Web App </li>
49+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4998">PR #4998</a> Fix IDEA203 regression of
50+
Spark failure debug in local</li>
51+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5006">PR #5006</a> Fix NPE of exploring ADLS
52+
Gen2 FS in Spark job conf</li>
53+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5009">PR #5009</a> Fix bundle build JCEF issue
5954
</li>
55+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5014">PR #5014</a> Failed to create MySQL
56+
instance as resource provider is not registered </li>
57+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5055">PR #5055</a> Can't deploy to Azure Web App
58+
when there is "Connect Azure Resource" in before launch</li>
6059
</ul>
6160
<p>You may get the full change log <a
6261
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@
88

99
### Changed
1010
- Improve resource list performance with cache and preload
11+
- Update Azure related run configuration icons
12+
- Continue with warning for multi-tenant issues while getting subscriptions
13+
- Remove preview label for function and spring cloud
1114

1215
### Fixed
1316
- [#5008](https://github.com/microsoft/azure-tools-for-java/issues/5008) IndexOutOfBoundsException while create MySQL connection
1417
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) InvalidParameterException occurs when close a streaming log
1518
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) Failed when select file to deploy to Azure Web App
19+
- [PR #4998](https://github.com/microsoft/azure-tools-for-java/pull/4998) Fix IDEA203 regression of Spark failure debug in local
20+
- [PR #5006](https://github.com/microsoft/azure-tools-for-java/pull/5006) Fix NPE of exploring ADLS Gen2 FS in Spark job conf
21+
- [PR #5009](https://github.com/microsoft/azure-tools-for-java/pull/5009) Fix bundle build JCEF issue
1622
- [PR #5014](https://github.com/microsoft/azure-tools-for-java/pull/5014) Failed to create MySQL instance as resource provider is not registered
1723
- [PR #5055](https://github.com/microsoft/azure-tools-for-java/pull/5055) Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
1824

0 commit comments

Comments
 (0)