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.
2 parents 10ea130 + 6d4a184 commit 1c69b0fCopy full SHA for 1c69b0f
src/ResourceManager/KeyVault/Commands.KeyVault.Test/Scripts/VaultManagementTests.ps1
@@ -361,6 +361,7 @@ function Initialize-TemporaryState
361
}
362
$vaultProperties = @{
363
"enabledForDeployment" = $false
364
+ "enableSoftDelete"=$global:softDeleteEnabled
365
"tenantId" = $tenantId
366
"sku" = @{
367
"family" = "A"
@@ -372,9 +373,9 @@ function Initialize-TemporaryState
372
373
"objectId" = $objectId
374
"applicationId" = ""
375
"permissions" = @{
- "keys" = @("all")
376
- "secrets" = @("all")
377
- "certificates" = @("all")
+ "keys" = @("all", "purge")
+ "secrets" = @("all", "purge")
378
+ "certificates" = @("all", "purge")
379
"storage" = @("all")
380
381
0 commit comments