Skip to content

Commit 38d4ba5

Browse files
committed
Merge branch 'vmss' of https://github.com/huangpf/azure-powershell into vmss
2 parents b441129 + 21299ef commit 38d4ba5

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)