Skip to content

Commit

Permalink
Merge pull request #216 from MabOneSdk/dev1
Browse files Browse the repository at this point in the history
Vault test case fix
  • Loading branch information
Samuel Anudeep committed Mar 31, 2016
2 parents 39d1421 + 9de143f commit 3c70c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ function Test-AzureBackupVaultScenario
Assert-AreEqual $vault.Region $Location;
Assert-AreEqual $vault.Storage "GeoRedundant";

Remove-AzureRmBackupVault -Vault $vault;
Remove-AzureRmBackupVault -Vault $vault -Force;
}

0 comments on commit 3c70c0f

Please sign in to comment.