Skip to content

Commit 29fc066

Browse files
update changelog/whatsnew
1 parent f993a59 commit 29fc066

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
9696
### Fixed
9797
- [#6370](https://github.com/microsoft/azure-tools-for-java/issues/6370): Opening IntelliJ IDEA settings takes 60+ seconds with Azure Toolkit plug-in enabled.
9898
- [#6374](https://github.com/microsoft/azure-tools-for-java/issues/6374): Azure Functions local process not killed properly on Mac/IntelliJ.
99-
- The pricing tier of redis is displayed as Basic C0 no matter what you choose.
100-
- NPE when show properties editor of a deleting MySQL/SQL Server/PostgreSQL server.
101-
- Azure CLI auth type is disabled even though user has signed-in in local Azure CLI.
99+
- MySQL/SQL/PostgreSQL server: NPE when open properties editor of a deleting MySQL/SQL/PostgreSQL server.
100+
- MySQL/SQL/PostgreSQL server: expandable sections in properties view of a stopped MySQL server can be folded but can not be expanded.
101+
- Redis Cache: Redis data explorer UI blocks when read data in non-first database.
102+
- Redis Cache: pricing tier keeps `Basic C0` no matter what use selects in Redis cache creation dialog.
102103

103104
## 3.61.1
104105

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
### Fixed
1717
- [#6370](https://github.com/microsoft/azure-tools-for-java/issues/6370): Opening IntelliJ IDEA settings takes 60+ seconds with Azure Toolkit plug-in enabled.
1818
- [#6374](https://github.com/microsoft/azure-tools-for-java/issues/6374): Azure Functions local process not killed properly on Mac/IntelliJ.
19-
- The pricing tier of redis is displayed as Basic C0 no matter what you choose.
20-
- NPE when show properties editor of a deleting MySQL/SQL Server/PostgreSQL server.
21-
- Azure CLI auth type is disabled even though user has signed-in in local Azure CLI.
19+
- MySQL/SQL/PostgreSQL server: NPE when open properties editor of a deleting MySQL/SQL/PostgreSQL server.
20+
- MySQL/SQL/PostgreSQL server: expandable sections in properties view of a stopped MySQL server can be folded but can not be expanded.
21+
- Redis Cache: Redis data explorer UI blocks when read data in non-first database.
22+
- Redis Cache: pricing tier keeps `Basic C0` no matter what use selects in Redis cache creation dialog.
2223

2324
## 3.61.1
2425

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
</li>
4747
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6374">#6374</a>: Azure Functions local process not killed properly on Mac/IntelliJ.
4848
</li>
49-
<li>The pricing tier of redis is displayed as Basic C0 no matter what you choose.</li>
50-
<li>NPE when show properties editor of a deleting MySQL/SQL Server/PostgreSQL server.</li>
51-
<li>Azure CLI auth type is disabled even though user has signed-in in local Azure CLI.</li>
49+
<li>MySQL/SQL/PostgreSQL server: NPE when open properties editor of a deleting MySQL/SQL/PostgreSQL server.</li>
50+
<li>MySQL/SQL/PostgreSQL server: expandable sections in properties view of a stopped MySQL server can be folded but can not be expanded.</li>
51+
<li>Redis Cache: Redis data explorer UI blocks when read data in non-first database.</li>
52+
<li>Redis Cache: pricing tier keeps <code>Basic C0</code> no matter what use selects in Redis cache creation dialog.</li>
5253
</ul>
5354
<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>
5455
</html>

0 commit comments

Comments
 (0)