You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@
46
46
</li>
47
47
<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.
48
48
</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>
52
53
</ul>
53
54
<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>
0 commit comments