Skip to content

Commit

Permalink
updates (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre authored Nov 4, 2024
1 parent 98a56b7 commit baa2033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workload/arm/deploy-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "11257705226810060200"
"templateHash": "1471421731411469646"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline",
Expand Down Expand Up @@ -19911,7 +19911,7 @@
"value": "[parameters('avdSessionHostLocation')]"
},
"enableRbacAuthorization": {
"value": false
"value": true
},
"enablePurgeProtection": {
"value": "[parameters('enableKvPurgeProtection')]"
Expand Down
2 changes: 1 addition & 1 deletion workload/bicep/deploy-baseline.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ module wrklKeyVault '../../avm/1.0.0/res/key-vault/vault/main.bicep' = {
params: {
name: varWrklKvName
location: avdSessionHostLocation
enableRbacAuthorization: false
enableRbacAuthorization: true
enablePurgeProtection: enableKvPurgeProtection
sku: varWrklKeyVaultSku
softDeleteRetentionInDays: 7
Expand Down

0 comments on commit baa2033

Please sign in to comment.