|
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
8 | 8 | <html> |
9 | | - <p>These plugins allow Java developers and Azure HDInsight users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p> |
| 9 | + <p>These plugins allow Java developers, Azure HDInsight developers and SQL Server Spark users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p> |
10 | 10 | <ul> |
11 | 11 | <li>Azure Web App Workflow: You can run your web applications on Azure Web App with One-Click experience using Azure Toolkits for IntelliJ.</li> |
12 | 12 | <li>Azure Container Workflow: You can dockerize and run your web application on Azure Web App (Linux) via Azure Container Registry.</li> |
13 | 13 | <li>Azure Explorer: You can view and manage your cloud resources on Azure with Azure Explorer in Azure Toolkits for IntelliJ.</li> |
14 | | - <li>Azure HDInsight: Create a Spark project, author and submit Spark jobs to HDInsight cluster; Monitor and debug Spark jobs easily. </li> |
| 14 | + <li>Azure HDInsight: Create a Spark project, author and submit Spark jobs to HDInsight cluster; Monitor and debug Spark jobs easily; Support HDInsight ESP cluster MFA Authentication.</li> |
15 | 15 | <li>SQL Server Big Data Cluster: Link to SQL Server Big Data Cluster; Create a Spark project, author and submit Spark jobs to cluster; Monitor and debug Spark jobs easily</li> |
16 | 16 | </ul> |
17 | 17 | </html> |
|
20 | 20 | <change-notes> |
21 | 21 | <![CDATA[ |
22 | 22 | <html> |
23 | | - <h3>3.29.0</h3> |
| 23 | + <h3>3.30.0</h3> |
24 | 24 | <h4>Added</h4> |
25 | 25 | <ul> |
26 | | - <li>Support IntelliJ 2019.3 EAP</li> |
27 | | - <li>Add support for Windows Java SE web apps</li> |
| 26 | + <li>Add shorcut ctrl+shift+alt+F2 for disconnect spark application action</li> |
| 27 | + <li>Integrate with HDInsight Identity Broker (HIB) for HDInsight ESP cluster MFA Authentication, cluster navigation, |
| 28 | + job submission, and interactive query.</li> |
| 29 | + </ul> |
| 30 | + <h4>Changed</h4> |
| 31 | + <ul> |
| 32 | + <li>Rename brand name from Arcadia to Synapse</li> |
| 33 | + <li>Deprecate Storage Accounts(will be removed in v3.31.0)</li> |
| 34 | + <li>Upload path changes to abfs scheme for default ADLS GEN2 storage type</li> |
28 | 35 | </ul> |
29 | 36 | <h4>Fixed</h4> |
30 | 37 | <ul> |
31 | | - <li>Improving the accessibility of IntelliJ plugin</li> |
| 38 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/2891">#2891</a> Hidden Toolkit directory in |
| 39 | + user home</li> |
| 40 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3765">#3765</a> Fix upload path shows null for |
| 41 | + spark serverless</li> |
| 42 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3676">#3676</a>,<a |
| 43 | + href="https://github.com/microsoft/azure-tools-for-java/issues/3728">#3728</a> Fix job view panel show |
| 44 | + failure</li> |
| 45 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3700">#3700</a>,<a |
| 46 | + href="https://github.com/microsoft/azure-tools-for-java/issues/3710">#3710</a> Fix Spark configuration name |
| 47 | + shorten issue in 193EAP</li> |
| 48 | + <li>Fix Spark job submission dialog accessibility issues of Eclipse plugin</li> |
32 | 49 | </ul> |
33 | 50 | <p>You may get the full change log <a |
34 | 51 | href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p> |
|
0 commit comments