Skip to content

Commit 28f55d5

Browse files
Merge pull request #81 from microsoft/PSL-US-17010
feat: disable purge protection of key vault
2 parents 46790a0 + 52e55ad commit 28f55d5

2 files changed

Lines changed: 2 additions & 6 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 & 4 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": "2966583538132786271"
99
}
1010
},
1111
"parameters": {
@@ -451,7 +451,7 @@
451451
"_generator": {
452452
"name": "bicep",
453453
"version": "0.34.44.8038",
454-
"templateHash": "10664495342911727649"
454+
"templateHash": "7479964703030361933"
455455
}
456456
},
457457
"parameters": {
@@ -504,9 +504,7 @@
504504
"enabledForDeployment": true,
505505
"enabledForDiskEncryption": true,
506506
"enabledForTemplateDeployment": true,
507-
"enableSoftDelete": false,
508507
"enableRbacAuthorization": true,
509-
"enablePurgeProtection": true,
510508
"publicNetworkAccess": "enabled",
511509
"sku": {
512510
"family": "A",

0 commit comments

Comments
 (0)