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/src/main/java/com/microsoft/azure/hdinsight/jobs/framework/JobViewEditor.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
24
24
importjavax.swing.*;
25
25
importjava.beans.PropertyChangeListener;
26
+
importjava.util.WeakHashMap;
26
27
27
28
publicclassJobViewEditorimplementsFileEditor {
28
29
@@ -36,6 +37,7 @@ public class JobViewEditor implements FileEditor {
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,19 @@
50
50
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4725">#4725</a>: Misaligned label in Web App property view</li>
51
51
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/301">#301</a>: Should validate username when creating a VM</li>
52
52
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/106">#106</a>: azureSettings file in WebApps shouldn't be created by default</li>
53
+
<li>No response when click on Open <code>Azure Storage Expolrer for storage</code> while the computer does not install Azure Storage Explorer.</li>
54
+
<li>The shortcut keys for the browser and expansion are the same.</li>
55
+
<li>All the roles of the HDInsight cluster are reader.</li>
56
+
<li>Local console and Livy console run failed.</li>
57
+
<li>Job view page: The two links in the job view page open the related pages very slowly.</li>
58
+
<li>Click on Job node, show IDE error occurred.</li>
53
59
<li>Other bugs</li>
60
+
</ul>
61
+
<h4>Changed</h4>
62
+
<ul>
63
+
<li>
64
+
Remove menu <code>Submit Apache Spark Application</code>
65
+
</li>
54
66
</ul>
55
67
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
0 commit comments