|
1 | 1 | <idea-plugin url="https://github.com/Microsoft/azure-tools-for-java"> |
2 | 2 | <id>com.microsoft.tooling.msservices.intellij.azure</id> |
3 | 3 | <name>Azure Toolkit for IntelliJ</name> |
4 | | - <version>3.21.0</version> |
| 4 | + <version>3.21.1</version> |
5 | 5 | < vendor email= "[email protected]" url= "http://www.microsoft.com">Microsoft</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
20 | 20 | <change-notes> |
21 | 21 | <![CDATA[ |
22 | 22 | <html> |
23 | | - <h3>3.21.0</h3> |
24 | | - <h4>Added</h4> |
25 | | - <ul> |
26 | | - <li>Support Java 11 App Service</li> |
27 | | - <li>Add failure task debug feature for HDInsight cluster with Spark 2.3.2</li> |
28 | | - <li>Support linking cluster with ADLS GEN2 storage account</li> |
29 | | - <li>Add default storage type for cluster with ADLS GEN2 account</li> |
30 | | - </ul> |
31 | | - <h4>Changed</h4> |
32 | | - <ul> |
33 | | - <li><span style="color: red;font-weight: bold;">Breaking Change: </span>Users with cluster ‘<span style="font-weight: bold;">Reader</span>’ only role can no longer submit job to the HDInsight cluster nor access to the cluster storage. Please request the cluster owner or user access administrator to upgrade your role to <span style="font-weight: bold;">HDInsight Cluster Operator</span> or <span style="font-weight: bold;">Contributor</span> in the <a href="https://ms.portal.azure.com">Azure Portal</a>. Click <a href="https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#contributor">here</a> for more information</li> |
34 | | - <li>AadProvider.json file is no longer needed for Spark on Cosmos Serverless feature</li> |
35 | | - </ul> |
| 23 | + <h3>3.21.1</h3> |
36 | 24 | <h4>Fixed</h4> |
37 | 25 | <ul> |
38 | | - <li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2866">#2866</a> Fix uncaught exception when |
39 | | - remote debug in HDI 4.0</li> |
40 | | - <li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2958">#2958</a> Fix deleted cluster |
41 | | - re-appeared issue for Spark on Cosmos cluster</li> |
42 | | - <li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2988">#2988</a> Fix toolkit installation |
43 | | - failure with version incompatibility issue</li> |
44 | | - <li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2977">#2977</a> Fix "Report to Microsoft" |
45 | | - button been disabled issue</li> |
| 26 | + <li>Fix telemetry shares same installation id</li> |
46 | 27 | </ul> |
47 | 28 | <p>You may get the full change log <a |
48 | 29 | href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p> |
|
0 commit comments