Skip to content

Commit 594101b

Browse files
committed
Merge pull request #45 from AzureRT/release-1.0.0-preview
Release 1.0.0 preview
2 parents afb2e62 + 35c4469 commit 594101b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/ServiceManagementTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public static void SetDefaultStorage()
104104
if (!string.IsNullOrEmpty(GetDefaultStorage(CredentialHelper.DefaultStorageName, CredentialHelper.Location)))
105105
{
106106
defaultAzureSubscription = vmPowershellCmdlets.SetAzureSubscription(defaultAzureSubscription.SubscriptionName, defaultAzureSubscription.SubscriptionId, CredentialHelper.DefaultStorageName);
107+
defaultAzureSubscription.CurrentStorageAccountName = CredentialHelper.DefaultStorageName;
107108
vmPowershellCmdlets.SelectAzureSubscription(defaultAzureSubscription.SubscriptionName, true);
108109
storageAccountKey = vmPowershellCmdlets.GetAzureStorageAccountKey(CredentialHelper.DefaultStorageName);
109110
Assert.AreEqual(CredentialHelper.DefaultStorageName, storageAccountKey.StorageAccountName);

0 commit comments

Comments
 (0)