Skip to content

v3.14.0

Compare
Choose a tag to compare
@Eskibear Eskibear released this 02 Nov 03:45
· 3920 commits to master since this release
8552e04

Azure Toolkit for IntelliJ IDEA 3.14.0 is available in the Marketplace!
This release comes with more features for both App Service Deployment Slot and HDInsight Spark Shell. The next version of IntelliJ IDEA 2018.3 is also supported now!

Supported Platforms

The Azure Toolkit for IntelliJ IDEA supports the following IDEs:
• IntelliJ IDEA Community Edition, version [2018.2, 2018.3(EAP)]
• IntelliJ IDEA Ultimate Edition, version [2018.2, 2018.3(EAP)]

Embedded Libraries

In this release, the following libraries are embedded.
• Application Insights Java SDK 2.2.0
• Microsoft JDBC Driver 6.1 for SQL Server

Change Notes

Added

  • Support to show application settings of Deployment Slot.
  • Support to delete a Deployment Slot in Azure Explorer.
  • Support to config ADLS Gen1 Storage settings for Spark Run Configuration (only for HDInsight ADLS Gen1 clusters and the interactive sign in mode).
  • Support to auto fix Spark local REPL console related dependency.
  • Support to classify Spark remotely application running error and provide more clear error messages.
  • Support to start a Spark local console without a run configuration.

Changed

  • Change the Deployment Slot area in "Run on Web App" to be hideable.
  • Use Azul Zulu JDK in Dockerfile of Web App for Containers.
  • Spark linked cluster storage blob access key is saved to the secure store.

Fixed