We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68ceaa commit 9de143fCopy full SHA for 9de143f
src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupVaultTests.ps1
@@ -42,5 +42,5 @@ function Test-AzureBackupVaultScenario
42
Assert-AreEqual $vault.Region $Location;
43
Assert-AreEqual $vault.Storage "GeoRedundant";
44
45
- Remove-AzureRmBackupVault -Vault $vault;
+ Remove-AzureRmBackupVault -Vault $vault -Force;
46
}
0 commit comments