File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/ServiceManagement/Services/Commands.Test Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 415
415
<None Include =" SessionRecords\Microsoft.Azure.Commands.Test.Profile.NewAzureProfileTests\TestMakeRdfeCallWithCreatedProfile.json" >
416
416
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
417
417
</None >
418
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.Test.Profile.SelectAzureSubscriptionTests\StorageAccountIsNotCleaned.json" >
419
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
420
+ </None >
418
421
</ItemGroup >
419
422
<ItemGroup >
420
423
<ProjectReference Include =" ..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj" >
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ Tests creating new azure profile with access token
19
19
function Test-StorageAccountIsNotCleaned
20
20
{
21
21
Set-AzureSubscription - SubscriptionId 2c224e7e- 3ef5- 431d - a57b- e71f4662e3a6 - CurrentStorageAccount teststorage1220
22
- Select-AzureSubscription - SubscriptionId 2c224e7e- 3ef5- 431d - a57b- e71f4662e3a6
23
- $subscription = Get-AzureSubscription - SubscriptionId 2c224e7e- 3ef5- 431d - a57b- e71f4662e3a6
24
- $storageContainer = Get-AzureStorageContainer
25
- Assert-NotNull $ ($subscription.CurrentStorageAccountName )
26
- Assert-NotNull $ ($storageContainer )
22
+ Select-AzureSubscription - SubscriptionId 2c224e7e- 3ef5- 431d - a57b- e71f4662e3a6
23
+ $subscription = Get-AzureSubscription - SubscriptionId 2c224e7e- 3ef5- 431d - a57b- e71f4662e3a6
24
+ Assert-NotNull $ ($subscription.CurrentStorageAccountName )
27
25
}
You can’t perform that action at this time.
0 commit comments