Skip to content

Commit 9b51c08

Browse files
committed
Merge pull request #160 from AzureRT/dev
.
2 parents b2a710b + 594101b commit 9b51c08

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)