Skip to content

Commit 744eff0

Browse files
authored
Fix telemetry issue (#3079)
1 parent 65a5b8a commit 744eff0

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
44

55
- [Change Log](#change-log)
66

7+
- [3.21.1](#3211)
78
- [3.21.0](#3210)
89
- [3.20.0](#3200)
910
- [3.19.0](#3190)
@@ -33,6 +34,12 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3334
- [3.0.7](#307)
3435
- [3.0.6](#306)
3536

37+
## 3.21.1
38+
39+
### Fixed
40+
41+
- Fix telemetry shares same installation id
42+
3643
## 3.21.0
3744

3845
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ task cucumberPackJar(type: Jar) {
140140
}
141141
}
142142

143+
buildSearchableOptions.onlyIf {false}
144+
143145
task cucumber() {
144146
dependsOn compileTestJava, cucumberPackJar
145147
doLast {

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
22
<id>com.microsoft.tooling.msservices.intellij.azure</id>
33
<name>Azure Toolkit for IntelliJ</name>
4-
<version>3.21.0</version>
4+
<version>3.21.1</version>
55
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
66

77
<description><![CDATA[
@@ -20,29 +20,10 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.21.0</h3>
24-
<h4>Added</h4>
25-
<ul>
26-
<li>Support Java 11 App Service</li>
27-
<li>Add failure task debug feature for HDInsight cluster with Spark 2.3.2</li>
28-
<li>Support linking cluster with ADLS GEN2 storage account</li>
29-
<li>Add default storage type for cluster with ADLS GEN2 account</li>
30-
</ul>
31-
<h4>Changed</h4>
32-
<ul>
33-
<li><span style="color: red;font-weight: bold;">Breaking Change: </span>Users with cluster ‘<span style="font-weight: bold;">Reader</span>’ only role can no longer submit job to the HDInsight cluster nor access to the cluster storage. Please request the cluster owner or user access administrator to upgrade your role to <span style="font-weight: bold;">HDInsight Cluster Operator</span> or <span style="font-weight: bold;">Contributor</span> in the <a href="https://ms.portal.azure.com">Azure Portal</a>. Click <a href="https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#contributor">here</a> for more information</li>
34-
<li>AadProvider.json file is no longer needed for Spark on Cosmos Serverless feature</li>
35-
</ul>
23+
<h3>3.21.1</h3>
3624
<h4>Fixed</h4>
3725
<ul>
38-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2866">#2866</a> Fix uncaught exception when
39-
remote debug in HDI 4.0</li>
40-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2958">#2958</a> Fix deleted cluster
41-
re-appeared issue for Spark on Cosmos cluster</li>
42-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2988">#2988</a> Fix toolkit installation
43-
failure with version incompatibility issue</li>
44-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2977">#2977</a> Fix "Report to Microsoft"
45-
button been disabled issue</li>
26+
<li>Fix telemetry shares same installation id</li>
4627
</ul>
4728
<p>You may get the full change log <a
4829
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)