Skip to content

Commit bed0c8a

Browse files
author
Harmanpreet Kaur
committed
edit3
1 parent d659c46 commit bed0c8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/deploy_keyvault.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' = {
3535
enabledForDeployment: true
3636
enabledForDiskEncryption: true
3737
enabledForTemplateDeployment: true
38-
enableSoftDelete: false
38+
3939
enableRbacAuthorization: true
40-
enablePurgeProtection: true
40+
4141
publicNetworkAccess: 'enabled'
4242
sku: {
4343
family: 'A'

0 commit comments

Comments
 (0)