Skip to content

Commit 049fb99

Browse files
Merge pull request #234979 from jlichwa/patch-56
Update quick-create-bicep.md
2 parents fee0a3e + 02fb3cb commit 049fb99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/key-vault/keys/quick-create-bicep.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ resource vault 'Microsoft.KeyVault/vaults@2021-11-01-preview' = {
7575
location: location
7676
properties: {
7777
accessPolicies:[]
78-
enableRbacAuthorization: false
79-
enableSoftDelete: false
78+
enableRbacAuthorization: true
79+
enableSoftDelete: true
80+
softDeleteRetentionInDays: 90
8081
enabledForDeployment: false
8182
enabledForDiskEncryption: false
8283
enabledForTemplateDeployment: false

0 commit comments

Comments
 (0)