This commit is contained in:
Marvin Buss 2022-02-23 10:55:31 +01:00
Родитель b27b3128f9
Коммит cb972b6fab
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "1717168551720062440"
"templateHash": "10297712637120555270"
}
},
"parameters": {
@ -347,7 +347,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "13044844821274583928"
"templateHash": "5013879991171743096"
}
},
"parameters": {
@ -387,7 +387,7 @@
"enablePurgeProtection": true,
"enableRbacAuthorization": true,
"enableSoftDelete": true,
"publicNetworkAccess": "Enabled",
"publicNetworkAccess": "Disabled",
"networkAcls": {
"bypass": "AzureServices",
"defaultAction": "Deny",

Просмотреть файл

@ -28,7 +28,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2021-06-01-preview' = {
enablePurgeProtection: true
enableRbacAuthorization: true
enableSoftDelete: true
publicNetworkAccess: 'Enabled'
publicNetworkAccess: 'Disabled'
networkAcls: {
bypass: 'AzureServices'
defaultAction: 'Deny'