From 3f10e45329796128a852c0ea7dbede67e0fae180 Mon Sep 17 00:00:00 2001 From: Hanxiao Liu Date: Thu, 11 Jul 2019 10:10:37 +0800 Subject: [PATCH 1/2] Add release note for IntelliJ Toolkits 3.24.0 --- CHANGELOG.md | 14 ++++++++++++++ .../resources/META-INF/plugin.xml | 12 +++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a232561a76..fdd0be0c56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t - [Change Log](#change-log) + - [3.24.0](#3240) - [3.23.0](#3230) - [3.22.0](#3220) - [3.21.1](#3211) @@ -36,6 +37,19 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t - [3.0.7](#307) - [3.0.6](#306) +## 3.24.0 + +### Added + +- Support parameter file for Azure Resource Manager + +### Changed + +- Change app service deploy method to war/jar deploy. + +### Fixed + + ## 3.23.0 ### Added diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml index 91740221f68..3b65b79d587 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml @@ -20,22 +20,16 @@ -

3.23.0

+

3.24.0

Added

Changed

Fixed

-

You may get the full change log here

From 7a4601dc319a20331acc9247ac8e6647f658038f Mon Sep 17 00:00:00 2001 From: Hanxiao Liu Date: Fri, 12 Jul 2019 11:17:47 +0800 Subject: [PATCH 2/2] Add release notes of HDInsight --- CHANGELOG.md | 10 +++++++++- .../resources/META-INF/plugin.xml | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd0be0c56a..a5d2e6d980e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,14 +41,22 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t ### Added +- Support EAP 2019.2 - Support parameter file for Azure Resource Manager +- Integrate intelliJ virtual file system with ADLS Gen2 storage on reference text field in HDI configuration +- Show Yarn log for jobs submitted to Spark on SQL Server cluster ### Changed - Change app service deploy method to war/jar deploy. +- Given more cluster detail when refreshing Azure explorer encounters exceptions on report dialog +- Better format JSON text of Spark serverless job detail ### Fixed - +- [#3230](https://github.com/microsoft/azure-tools-for-java/issues/3230),[#3159](https://github.com/microsoft/azure-tools-for-java/issues/3159) Fix related issues for upload path refresh is not ready scenario +- [#3223](https://github.com/microsoft/azure-tools-for-java/issues/3223),[#3256](https://github.com/microsoft/azure-tools-for-java/issues/3256) Fix main class and cluster info missing on Aris configuration after reopen +- [#3190](https://github.com/microsoft/azure-tools-for-java/issues/3190),[#3234](https://github.com/microsoft/azure-tools-for-java/issues/3234) Fix Spark on Cosmos node disappear after sign in account of dogfood environment +- [#3198](https://github.com/microsoft/azure-tools-for-java/issues/3198) Fix misclassified service exception ## 3.23.0 diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml index 3b65b79d587..b755b7a8dba 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml @@ -23,13 +23,31 @@

3.24.0

Added

    +
  • Support EAP 2019.2
  • Support parameter file for Azure Resource Manager
  • +
  • Integrate intelliJ virtual file system with ADLS Gen2 storage on reference text field in HDI configuration
  • +
  • Show Yarn log for jobs submitted to Spark on SQL Server cluster

Changed

  • Change app service deploy method to war/jar deploy.
  • +
  • Given more cluster detail when refreshing Azure explorer encounters exceptions on report dialog
  • +
  • Better format JSON text of Spark serverless job detail

Fixed

+
    +
  • #3230,#3159 Fix related issues for upload + path refresh is not ready scenario
  • +
  • #3223,#3256 Fix main class and cluster + info missing on Aris configuration after reopen
  • +
  • #3190#3234 Fix Spark on Cosmos node + disappear after sign in account of dogfood environment
  • +
  • #3198 Fix misclassified service + exception
  • +

You may get the full change log here