Skip to content

Commit 41968bc

Browse files
authored
Merge pull request #5748 from microsoft/endgame-august
merge release branch into master for august 2021
2 parents 241f03a + 26655ea commit 41968bc

File tree

1,259 files changed

+14814
-3993
lines changed

Some content is hidden

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

1,259 files changed

+14814
-3993
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ branches:
2222
- develop.next
2323
install: skip
2424
script:
25-
- 'travis_wait 40 ./gradlew buildAll --quiet'
25+
- ' ./gradlew buildAll --quiet'
2626
dist: trusty
27-

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
7070
- [3.0.7](#307)
7171
- [3.0.6](#306)
7272

73+
## 3.56.0
74+
### Added
75+
- Support proxy with credential(username, password)
76+
- Add `Samples` link for SDK libs on Azure SDK reference book
77+
78+
### Changed
79+
- Fix the high failure rate problem for SSH into Linux Webapp operation
80+
- List all local-installed function core tools for function core tools path setting
81+
- Synchronize status on storage account in different views
82+
- Synchronize status on Azure Database for MySQL in different views
83+
- Synchronize status on SQL Server in different views
84+
- Redesign the creation UI of storage account
85+
7386
## 3.55.1
7487
### Added
7588
- Add support for IntelliJ 2021.2

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.55.0</version>
31+
<version>3.56.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.55.0</azuretool.version>
41+
<azuretool.version>3.56.0</azuretool.version>
4242
<azuretool.sdk.version>3.25.0.qualifier</azuretool.sdk.version>
4343
</properties>
4444
<dependencies>

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.apache.commons</groupId>
2828
<artifactId>commons-compress</artifactId>
29-
<version>1.9</version>
29+
<version>1.21</version>
3030
</dependency>
3131
</dependencies>
3232
<build>

PluginsAndFeatures/azure-toolkit-for-intellij/.idea/gradle.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PluginsAndFeatures/azure-toolkit-for-intellij/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 643 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PluginsAndFeatures/azure-toolkit-for-intellij/Test/resources/records/testExistedWebApp.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

PluginsAndFeatures/azure-toolkit-for-intellij/Test/resources/records/testNewWebApp.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

PluginsAndFeatures/azure-toolkit-for-intellij/Test/resources/records/testNewWebAppWithExistedASP.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

PluginsAndFeatures/azure-toolkit-for-intellij/Test/resources/records/testNewWebAppWithExistedRg.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)