|
27 | 27 | <change-notes> |
28 | 28 | <![CDATA[ |
29 | 29 | <html> |
30 | | - <h3>3.78.1</h3> |
31 | | - <h4 id="fixed">Fixed</h4> |
32 | | - <ul> |
33 | | - <li>Fix: error pops when starting/stopping/restarting spring app.</li> |
34 | | - <li>Fix: error pops when deleting cosmos db document.</li> |
35 | | - <li>Fix: updating firewall rules in sql database's properties editor view doesn't work.</li> |
36 | | - </ul> |
37 | | - <h3>3.78.0</h3> |
38 | | - <h4>Added</h4> |
39 | | - <ul> |
40 | | - <li>New UX for Azure resource connections in IntelliJ project view<ul> |
41 | | - <li>Support list/add/remove Azure resource connections in project explorer</li> |
42 | | - <li>Support edit environment variables for Azure resource connections</li> |
43 | | - <li>Support manage connected Azure resources in project explorer</li> |
44 | | - </ul> |
45 | | - </li> |
46 | | - <li>Support IntelliJ 2023.2 EAP</li> |
47 | | - </ul> |
48 | | - <h4>Fixed</h4> |
49 | | - <ul> |
50 | | - <li>Fix: System environment variables may be missed during function run/deployment</li> |
51 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7651">#7651</a>: Uncaught Exception |
52 | | - DeployFunctionAppAction#update, check if project is a valid function project.</li> |
53 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7653">#7653</a>: Uncaught Exception |
54 | | - com.intellij.diagnostic.PluginException: No display name is specified for configurable |
55 | | - com.microsoft.intellij.AzureConfigurable in xml file.</li> |
56 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7619">#7619</a>: Uncaught Exception Uncaught |
57 | | - Exception java.lang.IllegalArgumentException: invalid arguments id/nameId.</li> |
58 | | - </ul> |
| 30 | + <h3 id="added">Added</h3> |
| 31 | + <ul> |
| 32 | + <li>Support for creating Azure Spring apps/services of Enterprise/Standard/Basic tier in IDE. </li> |
| 33 | + <li>Support for managing deployment target services directly in Project Explorer. </li> |
| 34 | + </ul> |
| 35 | + <h3 id="fixed">Fixed</h3> |
| 36 | + <ul> |
| 37 | + <li>status shows inactive after creating/refreshing spring app.</li> |
| 38 | + <li>error may occur when importing document into SQL container.</li> |
| 39 | + <li>error may occur when connecting to the storage emulator and running locally.</li> |
| 40 | + <li>error may occur when deploy function app.</li> |
| 41 | + </ul> |
59 | 42 | <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> |
60 | 43 | </html> |
61 | 44 | ]]> |
|
0 commit comments