Skip to content

Commit b1e62ee

Browse files
Flanker32wangmingliang-ms
authored andcommitted
Update change log for intellij toolkit 3.53.0
1 parent 96a098e commit b1e62ee

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 12 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.53.0](#3530)
67
- [3.52.0](#3520)
78
- [3.51.0](#3510)
89
- [3.50.0](#3500)
@@ -67,6 +68,17 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
6768
- [3.0.7](#307)
6869
- [3.0.6](#306)
6970

71+
## 3.53.0
72+
### Added
73+
- Management workflow for Azure SQL Server
74+
- New login ui for service principal authentication
75+
76+
### Changed
77+
- Deprecated file based service principal authentication
78+
79+
### Fixed
80+
- [PR #5228](https://github.com/microsoft/azure-tools-for-java/pull/5228) Fix OAuth/Device login could not be cancelled
81+
7082
## 3.52.0
7183
### Added
7284
- Support OAuth for authentication

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,23 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.52.0</h3>
28+
<h3>3.53.0</h3>
2929
<h4>Added</h4>
3030
<ul>
31-
<li>Support OAuth for authentication</li>
32-
<li>Add support for management/client sdk in Azure SDK reference book</li>
31+
<li>Management workflow for Azure SQL Server</li>
32+
33+
<li>New login ui for service principal authentication</li>
3334
</ul>
3435
<h4>Changed</h4>
3536
<ul>
36-
<li>Improve UI for azure service connector</li>
37+
<li>Deprecated file based service principal authentication</li>
3738
</ul>
3839
<h4>Fixed</h4>
3940
<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>
41+
<li>
42+
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5228">PR #5228</a>
43+
Fix OAuth/Device login could not be cancelled
44+
</li>
4245
</ul>
4346
<p>You may get the full change log <a
4447
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<!-- Version: 3.51.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.53.0
5+
### Added
6+
- Management workflow for Azure SQL Server
7+
- New login ui for service principal authentication
8+
9+
### Changed
10+
- Deprecated file based service principal authentication
11+
12+
### Fixed
13+
- [PR #5228](https://github.com/microsoft/azure-tools-for-java/pull/5228) Fix OAuth/Device login could not be cancelled
14+
415
## 3.52.0
516
### Added
617
- Support OAuth for authentication

0 commit comments

Comments
 (0)