|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.70.0</h3> |
29 | | - <h4>Added</h4> |
| 28 | + <h3 id="3710">3.71.0</h2> |
| 29 | + <h4 id="added">Added</h3> |
30 | 30 | <ul> |
31 | | - <li>Added support for remote debugging of <code>Azure Spring Apps</code>.</li> |
32 | | - <li>Added support for remote debugging of <code>Azure Function Apps</code>.</li> |
33 | | - <li>Added support for data management of <code>Azure Storage Account</code> in Azure Explorer.</li> |
34 | | - <li>Added support for data management of <code>Azure Cosmos DB account</code> in Azure Explorer.</li> |
35 | | - <li>Added support for filtering app settings of <code>Azure Web App/ Function App</code> in properties view and run configuration dialog.</li> |
| 31 | + <li>Code samples of management SDK are now available in Azure SDK Reference Book</li> |
| 32 | + <li>Function Core Tools can be installed and configured automatically inside IDE.</li> |
| 33 | + <li>Data sources can be created by selecting an existing Azure Database for MySQL/PostgreSQL or Azure SQL. (Ultimate Edition only)</li> |
| 34 | + </ul> |
| 35 | + <h4 id="changed">Changed</h3> |
| 36 | + <ul> |
| 37 | + <li>Action icons of <code>Getting Started</code> would be highlighted for part of those who have never opened it before.</li> |
| 38 | + <li>UI of <code>Getting Started</code> courses panel is changed a little bit.</li> |
| 39 | + </ul> |
| 40 | + <h4 id="fixed">Fixed</h3> |
| 41 | + <ul> |
| 42 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7063">#7063</a>: ClassNotFoundException with local deployment of function app that depends on another module in the same project</li> |
| 43 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7089">#7089</a>: Uncaught Exception Access is allowed from event dispatch thread only</li> |
| 44 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7116">#7116</a>: IntelliJ Azure Function SQL Library is not copied to lib folder when running locally</li> |
| 45 | + <li>editor names of opened CosmosDB documents is not the same as that of the document.</li> |
| 46 | + <li>exception throws if invalid json is provided when signing in in Service Principal mode.</li> |
| 47 | + <li>Setting dialog will open automatically when running a function locally but Azure Function Core tools is not installed.</li> |
36 | 48 | </ul> |
37 | | - <h4>Fixed</h4> |
38 | | - <ul> |
39 | | - <li>Fix <code>Open Spark History UI</code> link no reaction, when there is no job in the cluster. </li> |
40 | | - <li>Fix local console and Livy console run failed.</li> |
41 | | - <li>Fix error getting cluster storage configuration.</li> |
42 | | - <li>Fix linked clusters cannot be expanded when not logged in to azure.</li> |
43 | | - <li>Fix local console get IDE Fatal Error when the project first create.</li> |
44 | | - </ul> |
45 | 49 | <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> |
46 | 50 | </html> |
47 | 51 | ]]> |
|
0 commit comments