azure-toolkit-for-intellij-v3.59.0
·
5738 commits
to develop
since this release
Added
- Add Support for Azure Database for PostgreSQL, so that user can create/manage/consume PostgreSQL directly in IntelliJ.
- create/manage PostgreSQL server instances
- connect PostgreSQL with Intellij's DB Tools
- consume PostgreSQL from local project/Azure WebApp via Resource Connector feature.
- Add
Add SSH Configurationon Azure Virtual Machine instance nodes, so that user can add Azure VM to SSH Configurations by one click. - Add dependency support for Azure SDK libs, so that our plugin will be suggested if Azure SDK is used but the plugin is not installed.
- Add support for 2021.3
Changed
- BeforeRunTask for Azure Resource Connector will show which resources are connected to the run configuration.
Fixed
- CVE issues.
- progress indicator shows
<unknown>.<unknow>on menu actions. - URL starts with 'http' instead of 'https' in Web App properties window and Open in Browser option
- Pops up com.azure.core.management.exception.ManagementException while deploying spring cloud with a creating service
- Local run the project for connector, often pops up the error "java.util.ConcurrentModificationException"
- No validation for invalid values with VNet and Public IP in Create VM dialog
- Pops up NPE error with invalid values for Quota and Retention Period in Create Web App dialog
- Web App name and Function name can't pass if it starts with numbers
- Unclear validation info for invalid values in Create new Application Insights dialog
- BeforeRunTask
Azure Resource Connectorwill not be added to self-defined run configuration - Reopen projects for connector, often pops up the error "java.lang.ClassCastException"
- Pops up NPE when searching with GET and showing hash typed key value with Redis
- Creating Web App can be successfully submitted even with an existing name