Skip to content

Commit

Permalink
updated GEN script to include enableSoftDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed Aug 11, 2019
1 parent c7104be commit 8627a55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/ci-gen-setup/Create-GEN-Artifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ if($vault -eq $null) {
$vault = New-AzureRMKeyVault -VaultName $KeyVaultName `
-ResourceGroupName $ResourceGroupName `
-Location $Location `
-EnabledForTemplateDeployment -EnabledForDiskEncryption -EnabledForDeployment `
-EnabledForTemplateDeployment `
-EnabledForDiskEncryption `
-EnabledForDeployment `
-EnableSoftDelete
-Verbose
}

Expand Down

0 comments on commit 8627a55

Please sign in to comment.