|
2 | 2 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
3 | 3 | <id>com.microsoft.tooling.msservices.intellij.azure</id> |
4 | 4 | <name>Azure Toolkit for IntelliJ</name> |
5 | | - <version>3.60.0</version> |
| 5 | + <version>3.60.1</version> |
6 | 6 | < vendor email= "[email protected]" url= "http://www.microsoft.com">Microsoft</ vendor> |
7 | 7 |
|
8 | 8 | <description><![CDATA[ |
|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.60.0</h3> |
29 | | - <h4>Added</h4> |
30 | | - <ul> |
31 | | - <li>Add dependency support for Azure Functions related libs, so that our plugin can be recommended.</li> |
32 | | - <li>Add actions on some error notifications, so that user knows what to do next.</li> |
33 | | - <li>Add account registration link in "Sign in" dialog.</li> |
34 | | - <ul> |
35 | | -
|
36 | | - <h4>Changed</h4> |
37 | | - <ul> |
38 | | - <li>Performance of restoring-sign-in is improved.</li> |
39 | | - <ul> |
40 | | -
|
| 28 | + <h3>3.60.1</h3> |
41 | 29 | <h4>Fixed</h4> |
42 | 30 | <ul> |
43 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6120">#6120</a>: AzureOperationException: list all function modules in project.</li> |
44 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6090">#6090</a>: Uncaught Exception java.nio.file.InvalidPathException: Illegal char <:> at index 16: Active code page: 1252.</li> |
45 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5038">#5038</a>: Dependent Module Jars Are Not Added When Debugging With IDEA.</li> |
46 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5035">#5035</a>: Resources Are Not Added To Jar When Debugging With IDEA.</li> |
47 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6026">#6026</a>: Uncaught Exception java.lang.NullPointerException.</li> |
48 | | - <li>Azure Explorer: some nodes are not sorted in natural order.</li> |
49 | | - <li>Azure Explorer: keeps showing "signing in..." for a long time after restarting IntelliJ.</li> |
50 | | - <li>Virtual Machine: Validation info about name of resource group and virtual machine doesn't contain letters length.</li> |
51 | | - <li>Storage Account: "open in portal" and "open storage explorer" link to a same page.</li> |
52 | | - <li>Spring Cloud: there is No default value for CPU and Memory if click more settings quickly in "Create Spring Cloud App" dialog.</li> |
53 | | - <li>MySQL/SqlServer/PostgreSQL: Test connection result text box has white background color in IntelliJ Light theme.</li> |
54 | | - <li>Postgre SQL: No icon in properties view tab title.</li> |
55 | | - <li>Some message/icon related bugs.</li> |
56 | | - <li>CVE issues</li> |
| 31 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6294">#6294</a>: Uncaught Exception cannot create configurable component java.lang.NullPointerException.</li> |
| 32 | + <li>Signin status will not keep after restarting if user signed in with Service Principal.</li> |
57 | 33 | <ul> |
58 | 34 | <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> |
59 | 35 | </html> |
|
0 commit comments