Skip to content

Commit 1c69b0f

Browse files
author
Dragos Avadanei
committed
Merge branch 'feature/updates4aug' of https://github.com/dragav/azure-powershell into feature/updates4aug
2 parents 10ea130 + 6d4a184 commit 1c69b0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault.Test/Scripts/VaultManagementTests.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ function Initialize-TemporaryState
361361
}
362362
$vaultProperties = @{
363363
"enabledForDeployment" = $false
364+
"enableSoftDelete"=$global:softDeleteEnabled
364365
"tenantId" = $tenantId
365366
"sku" = @{
366367
"family" = "A"
@@ -372,9 +373,9 @@ function Initialize-TemporaryState
372373
"objectId" = $objectId
373374
"applicationId" = ""
374375
"permissions" = @{
375-
"keys" = @("all")
376-
"secrets" = @("all")
377-
"certificates" = @("all")
376+
"keys" = @("all", "purge")
377+
"secrets" = @("all", "purge")
378+
"certificates" = @("all", "purge")
378379
"storage" = @("all")
379380
}
380381
}

0 commit comments

Comments
 (0)