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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,15 @@
18
18
<change-notes>
19
19
<![CDATA[
20
20
<html>
21
+
<h3>[3.0.11]</h3>
22
+
<ul>
23
+
<li>Support view/edit properties of Azure Web App (Windows/Linux).</li>
24
+
<li>Support interactive login mode for Azure China.</li>
25
+
<li>Support running docker locally for multiple modules in current project (simultaneously).</li>
26
+
<li>Users can now use the same code for both Spark local run and cluster run, which means they can test locally and then submit to cluster without modification.</li>
27
+
<li>HDInsight tools for IntelliJ now generate run/debug configuration automatically to make Spark job run/debug easier for both local and cluster run.</li>
28
+
<li>Fix some bugs.</li>
29
+
</ul>
21
30
<h3>[3.0.10]</h3>
22
31
<ul>
23
32
<li>Support pushing docker image of the project to Azure Container Registry.</li>
0 commit comments