Skip to content

Commit 8ac520a

Browse files
author
Dragos Avadanei
committed
reverting inadvertent change picked up from merge
1 parent 1c69b0f commit 8ac520a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ function Initialize-TemporaryState
361361
}
362362
$vaultProperties = @{
363363
"enabledForDeployment" = $false
364-
"enableSoftDelete"=$global:softDeleteEnabled
365364
"tenantId" = $tenantId
366365
"sku" = @{
367366
"family" = "A"
@@ -373,9 +372,9 @@ function Initialize-TemporaryState
373372
"objectId" = $objectId
374373
"applicationId" = ""
375374
"permissions" = @{
376-
"keys" = @("all", "purge")
377-
"secrets" = @("all", "purge")
378-
"certificates" = @("all", "purge")
375+
"keys" = @("all")
376+
"secrets" = @("all")
377+
"certificates" = @("all")
379378
"storage" = @("all")
380379
}
381380
}

0 commit comments

Comments
 (0)