Skip to content

Commit 103136f

Browse files
committed
Merge branch 'endgame-s187' into develop.next
2 parents d28f42c + 27a687d commit 103136f

File tree

291 files changed

+6973
-6917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+6973
-6917
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/AddLibrary/AzureLibraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.microsoft.azuretools</groupId>
3030
<artifactId>utils</artifactId>
31-
<version>3.52.0</version>
31+
<version>3.53.0</version>
3232
</parent>
3333
<groupId>com.microsoft.azuretools</groupId>
3434
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
@@ -38,7 +38,7 @@
3838
<organization><name>Microsoft Corp.</name></organization>
3939

4040
<properties>
41-
<azuretool.version>3.52.0</azuretool.version>
41+
<azuretool.version>3.53.0</azuretool.version>
4242
<azuretool.sdk.version>3.25.0.qualifier</azuretool.sdk.version>
4343
</properties>
4444
<dependencies>

PluginsAndFeatures/azure-toolkit-for-intellij/Test/java/com/microsoft/intellij/runner/webapp/WebAppIntegrationTest.java

Lines changed: 0 additions & 327 deletions
This file was deleted.

0 commit comments

Comments
 (0)