Skip to content

Commit

Permalink
Merge pull request #45 from AzureRT/release-1.0.0-preview
Browse files Browse the repository at this point in the history
Release 1.0.0 preview
  • Loading branch information
AzureRT committed Oct 16, 2015
2 parents afb2e62 + 35c4469 commit 594101b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static void SetDefaultStorage()
if (!string.IsNullOrEmpty(GetDefaultStorage(CredentialHelper.DefaultStorageName, CredentialHelper.Location)))
{
defaultAzureSubscription = vmPowershellCmdlets.SetAzureSubscription(defaultAzureSubscription.SubscriptionName, defaultAzureSubscription.SubscriptionId, CredentialHelper.DefaultStorageName);
defaultAzureSubscription.CurrentStorageAccountName = CredentialHelper.DefaultStorageName;
vmPowershellCmdlets.SelectAzureSubscription(defaultAzureSubscription.SubscriptionName, true);
storageAccountKey = vmPowershellCmdlets.GetAzureStorageAccountKey(CredentialHelper.DefaultStorageName);
Assert.AreEqual(CredentialHelper.DefaultStorageName, storageAccountKey.StorageAccountName);
Expand Down

0 comments on commit 594101b

Please sign in to comment.