|
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.46.0</version> |
| 4 | + <version>3.47.0</version> |
5 | 5 | < vendor email= "[email protected]" url= "http://www.microsoft.com">Microsoft</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
24 | 24 | <change-notes> |
25 | 25 | <![CDATA[ |
26 | 26 | <html> |
27 | | - <h3>3.46.0</h3> |
| 27 | + <h3>3.47.0</h3> |
28 | 28 | <h4>Added</h4> |
29 | 29 | <ul> |
30 | | - <li>Support IntelliJ 2020.3 RC</li> |
| 30 | + <li>Add Azure MySQL support in Azure Toolkits |
| 31 | + <ul> |
| 32 | + <li>Manage Azure MySQL instance (create/start/stop/restart/configure/show properties)</li> |
| 33 | + <li>Configure Azure MySQL to allow access it from azure services and local PC</li> |
| 34 | + <li>Show sample of JDBC connection strings on MySQL</li> |
| 35 | + <li>Open and connect to MySQL server by Intellij database tools</li> |
| 36 | + </ul> |
| 37 | + </li> |
| 38 | + <li>Add Stacktrace filter in Spark console</li> |
| 39 | + <li>Enable speed search in subscription table</li> |
| 40 | + <li>Enable speed search in Azure explorer tree</li> |
31 | 41 | </ul> |
32 | 42 | <h4>Changed</h4> |
33 | 43 | <ul> |
34 | | - <li>Refactor error handling, unify the error notifications</li> |
| 44 | + <li>Upgrade Azure Blob batch SDK to 12.7.0</li> |
| 45 | + <li>Enhance App Service file explorer in Azure explorer</li> |
35 | 46 | </ul> |
36 | 47 | <h4>Fixed</h4> |
37 | 48 | <ul> |
38 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4764">#4764</a> Fixes HDInsights clusters of all |
39 | | - subscriptions(instead of the selected subscription) is listed </li> |
40 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4766">#4766</a> Fixes duplicate before run task |
41 | | - for Spring Cloud deployment run configuration</li> |
42 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/4784">#4784</a> Fixes failed to auth with Azure |
43 | | - CLI with multi Azure environment enabled</li> |
| 49 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4801">#4801</a> Spark tools library serializer |
| 50 | + potential issues</li> |
| 51 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4808">#4808</a> Fixes unable to attach |
| 52 | + function host while running functions</li> |
| 53 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4814">#4814</a> Spark livy console staring |
| 54 | + being blocked by artifacts uploading failure</li> |
| 55 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4823">#4823</a> Compiling warnings of |
| 56 | + ConfigurationFactory.getId being deprecated</li> |
| 57 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4827">#4827</a> Fix HDInsight cluster can't |
| 58 | + link non-cluster-default Azure Blob storage account issue</li> |
| 59 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4829">#4829</a> UI hang issue with changing |
| 60 | + Spark Synapse run configuration ADLS Gen2 storage key settings</li> |
44 | 61 | </ul> |
45 | 62 | <p>You may get the full change log <a |
46 | 63 | href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p> |
|
0 commit comments