Skip to content

Commit 0533dc8

Browse files
fix: disable purge protection of key vault
1 parent c5a3c23 commit 0533dc8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

infra/deploy_keyvault.bicep

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

infra/main.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.34.44.8038",
8-
"templateHash": "13937422806437579370"
8+
"templateHash": "15962798193197746525"
99
}
1010
},
1111
"parameters": {
@@ -451,7 +451,7 @@
451451
"_generator": {
452452
"name": "bicep",
453453
"version": "0.34.44.8038",
454-
"templateHash": "10664495342911727649"
454+
"templateHash": "1179876312013038352"
455455
}
456456
},
457457
"parameters": {
@@ -506,7 +506,6 @@
506506
"enabledForTemplateDeployment": true,
507507
"enableSoftDelete": false,
508508
"enableRbacAuthorization": true,
509-
"enablePurgeProtection": true,
510509
"publicNetworkAccess": "enabled",
511510
"sku": {
512511
"family": "A",

0 commit comments

Comments
 (0)