Skip to content

Commit

Permalink
Merge pull request #850 from selvasingh/sample-placeholders
Browse files Browse the repository at this point in the history
Fixed storage account delete issue
  • Loading branch information
anuchandy authored Jun 17, 2016
2 parents 71b4f35 + 7e467c2 commit 7241ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static void main(String[] args) {
System.out.println("Deleting a storage account - " + storageAccount.name()
+ " created @ " + storageAccount.creationTime());

azure.storageAccounts().delete(storageAccountName);
azure.storageAccounts().delete(storageAccount.id());

System.out.println("Deleted storage account");
} catch (Exception f) {
Expand Down

0 comments on commit 7241ebc

Please sign in to comment.