|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.64.0</h3> |
| 28 | + <h3>3.65.0</h3> |
29 | 29 | <h4>Added</h4> |
30 | 30 | <ul> |
| 31 | + <li>New "Provide feedback" experience.</li> |
| 32 | + <li>New Azure service support: Azure Application Insights |
| 33 | + <ul> |
| 34 | + <li>direct resource management in Azure Explorer.</li> |
| 35 | + <li>resource connection from both local projects and Azure computing services.</li> |
| 36 | + </ul> |
| 37 | + </li> |
| 38 | + <li>Enhanced Azure Spring Apps support: |
| 39 | + <ul> |
| 40 | + <li>0.5Gi memory and 0.5vCPU for all pricing tiers.</li> |
| 41 | + <li>Enterprise tier.</li> |
| 42 | + </ul> |
| 43 | + </li> |
| 44 | + <li>Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.</li> |
31 | 45 | <li>Azure Explorer: add `Resource Groups` root node to enable "app-centric" resource management.</li> |
32 | 46 | </ul> |
33 | 47 | <h4>Changed</h4> |
34 | 48 | <ul> |
35 | | - <li>`Resource Management` (ARM) in Azure Explorer is migrated to `Resource Groups`: Azure Resource Management deployments are |
36 | | - reorganized from `Azure/Resource Management/{resource_group}/` to `Azure/Resource Groups/{resource_group}/Deployments/`.</li> |
37 | | - <li>Rename `Azure Spring Cloud` to `Azure Spring Apps`.</li> |
38 | | - <li>Improve stability/reliability of Authentication.</li> |
| 49 | + <li>The default titles (i.e. "Azure") of error notifications are removed to make notification more compact.</li> |
39 | 50 | </ul> |
40 | 51 | <h4>Fixed</h4> |
41 | 52 | <ul> |
42 | | - <li>All level of CVE issues until now.</li> |
43 | | - <li>Action `Access Test Endpoint` is missing from context menu of Azure Spring app.</li> |
44 | | - <li>`Test Endpoint` entry is missing properties view of Azure Spring app.</li> |
45 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6590">#6590</a>: ClassCastException when get Azure Functions configuration</li> |
46 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6585">#6585</a>: ClassCastException when create application insights in Azure setting panel</li> |
47 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6569">#6569</a>: Uncaught Exception: Illegal char <:> at func path</li> |
48 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6568">#6568</a>: Uncaught Exception com.intellij.serviceContainer.AlreadyDisposedException: Already disposed</li> |
| 53 | + <li>Log/notification contains message related to deployment even if user is only creating a spring app.</li> |
| 54 | + <li>Display of Azure Explorer get messed up sometimes after restarting IDE.</li> |
| 55 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6634">#6634</a>: ArrayIndexOutOfBoundsException when initializing Azure Explorer.</li> |
49 | 56 | </ul> |
50 | 57 | <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> |
51 | 58 | </html> |
|
0 commit comments