Skip to content

Commit

Permalink
Fix fir issue microsoft#82.
Browse files Browse the repository at this point in the history
  • Loading branch information
avranju committed Jan 14, 2015
1 parent 488372d commit 4885e87
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 6 deletions.
37 changes: 37 additions & 0 deletions .idea/libraries/azure_sdk.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 1 addition & 4 deletions msopentech-tools-for-intellij.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="AzureCommons" level="project" />
<orderEntry type="library" name="ProjectManagerLibrary" level="project" />
<orderEntry type="library" name="com.microsoft.azure:azure-core:0.7.0" level="project" />
<orderEntry type="library" name="com.microsoft.azure:azure-management-compute:0.7.0" level="project" />
<orderEntry type="library" name="com.microsoft.azure:azure-management-storage:0.7.0" level="project" />
<orderEntry type="library" name="com.microsoft.azure:azure-management:0.7.0" level="project" />
<orderEntry type="library" name="com.nimbusds:nimbus-jose-jwt:2.11.0" level="project" />
<orderEntry type="library" name="org.apache.httpcomponents:fluent-hc:4.3.5" level="project" />
<orderEntry type="library" name="org.apache.httpcomponents:httpclient-cache:4.3.5" level="project" />
Expand All @@ -26,5 +22,6 @@
<orderEntry type="library" name="azure-graph-api" level="project" />
<orderEntry type="library" name="com.microsoft.azure:azure-storage:1.3.1" level="project" />
<orderEntry type="library" name=".cspack" level="project" />
<orderEntry type="library" name="azure-sdk" level="project" />
</component>
</module>
Binary file modified msopentech-tools-for-intellij.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private interface VMActionRunnable {

private void runVMAction(
String promptMessage,
String progressMessage,
final String progressMessage,
final VMActionRunnable action) {
final int optionDialog = JOptionPane.showOptionDialog(null,
promptMessage,
Expand All @@ -192,7 +192,7 @@ public void run(@NotNull ProgressIndicator progressIndicator) {
// reload vm details
refreshItems();
} catch (AzureCmdException ex) {
UIHelper.showException("Error shutting down virtual machine", ex);
UIHelper.showException("Error " + progressMessage, ex);
}

}
Expand Down

0 comments on commit 4885e87

Please sign in to comment.