File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function Test-GetAzureBackupVaultCredentialsReturnsFileNameAndDownloadsCert
28
28
29
29
function Test-SetAzureBackupVaultStorageTypeWithFreshResourceDoesNotThrowException
30
30
{
31
- $freshVaultName = " storagetestrn2 " ;
31
+ $freshVaultName = " storagetestrn " ;
32
32
33
33
Assert-Throws { New-AzureBackupVault - ResourceGroupName $ResourceGroupName - Name $freshVaultName - Region $Location };
34
34
@@ -47,7 +47,6 @@ function Test-SetAzureBackupVaultStorageTypeWithFreshResourceDoesNotThrowExcepti
47
47
48
48
function Test-SetAzureBackupVaultStorageTypeWithLockedResourceThrowsException
49
49
{
50
- # TODO: Check for exception based on current storage type - obtained by vault properties
51
50
$vault = Get-AzureBackupVault - Name $ResourceName ;
52
51
53
52
Assert-Throws { Set-AzureBackupVaultStorageType $vault - Type GeoRedundant }
You can’t perform that action at this time.
0 commit comments