You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,16 @@
19
19
<change-notes>
20
20
<![CDATA[
21
21
<html>
22
+
<h3>[3.2.0]</h3>
23
+
<ul>
24
+
<li>Fixed Spark job submission issue when user right click Spark project and submit Spark job in project explorer.</li>
25
+
<li>Fixed HDInsight wasbs access bug when SSL encrypted access is used.</li>
26
+
<li>Added JxBrowser support for new Spark job UI.</li>
27
+
<li>Fixed winutils.exe not setup issue and updated error message.</li>
28
+
</ul>
22
29
<h3>[3.1.0]</h3>
23
30
<ul>
24
-
<li>Fixed compatibility issue with IntelliJ IDEA 2017.3</li>
31
+
<li>Fixed compatibility issue with IntelliJ IDEA 2017.3.</li>
25
32
<li>HDInsight tools UI refactoring: Added toolbar entry and right click context menu entry for Spark job submission and local/in-cluster debugging, which make users submit or debug job easier.</li>
0 commit comments