Skip to content

Commit 5f507a5

Browse files
Merge branch 'endgame-june' into endgame-june.next
2 parents 7d94bef + 05847f7 commit 5f507a5

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 10 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.54.0](#3540)
67
- [3.53.0](#3530)
78
- [3.52.0](#3520)
89
- [3.51.0](#3510)
@@ -68,6 +69,15 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
6869
- [3.0.7](#307)
6970
- [3.0.6](#306)
7071

72+
## 3.54.0
73+
### Added
74+
- User would be reminded if deprecated Azure SDK libs are used in project.
75+
- Development workflow for SQL Server on Azure: user can now connect SQL Server to local project from Azure Explorer, project, module or application.properties file.
76+
77+
### Changed
78+
- Services are grouped by category in Azure SDK reference book so that user can quickly locate the libs they want.
79+
- Error messages are unified.
80+
7181
## 3.53.0
7282
### Added
7383
- Management workflow for Azure SQL Server

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@
2727
<html>
2828
<h3>3.54.0</h3>
2929
<h4>Added</h4>
30-
<h4>Fixed</h4>
30+
<ul>
31+
<li>User would be reminded if deprecated Azure SDK libs are used in project.</li>
32+
<li>Development workflow for SQL Server on Azure: user can now connect SQL Server to local project from Azure Explorer, project, module or application.properties file.</li>
33+
</ul>
34+
<h4>Updated</h4>
35+
<ul>
36+
<li>Services are grouped by category in Azure SDK reference book so that user can quickly locate the libs they want.</li>
37+
<li>Error messages are unified.</li>
38+
</ul>
3139
<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>
3240
</html>
3341
]]>

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

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

4+
## 3.54.0
5+
### Added
6+
- User would be reminded if deprecated Azure SDK libs are used in project.
7+
- Development workflow for SQL Server on Azure: user can now connect SQL Server to local project from Azure Explorer, project, module or application.properties file.
8+
9+
### Changed
10+
- Services are grouped by category in Azure SDK reference book so that user can quickly locate the libs they want.
11+
- Error messages are unified.
12+
413
## 3.53.0
514
### Added
615
- Management workflow for Azure SQL Server

0 commit comments

Comments
 (0)