Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Oct 16, 2023
1 parent 834c5a8 commit 675fd87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.17.1.54307",
"templateHash": "15990316284086594663"
"templateHash": "11881349639014510533"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline"
Expand Down Expand Up @@ -416,7 +416,7 @@
"type": "bool",
"defaultValue": false,
"metadata": {
"description": "When true, ZOne Redudant Storage (ZRS) is used, when set to false, Locally Redundant Storage (LRS) is used. (Default: false)"
"description": "When true, Zone Redundant Storage (ZRS) is used, when set to false, Locally Redundant Storage (LRS) is used. (Default: false)"
}
},
"avsetFaultDomainCount": {
Expand Down Expand Up @@ -15074,7 +15074,7 @@
"_generator": {
"name": "bicep",
"version": "0.17.1.54307",
"templateHash": "5612319827069459467"
"templateHash": "9066192464594903933"
}
},
"parameters": {
Expand Down Expand Up @@ -17270,7 +17270,7 @@
"condition": "[and(parameters('createStorageDeployment'), not(empty(parameters('securityPrincipalIds'))))]",
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
"name": "[format('Stora-SmbContri-RolAssign-{0}-{1}', take(format('{0}', parameters('securityPrincipalIds')[copyIndex()]), 6), parameters('time'))]",
"name": "[format('Stora-SmbContri-RolAssign{0}-{1}', take(format('{0}', parameters('securityPrincipalIds')[copyIndex()]), 6), parameters('time'))]",
"subscriptionId": "[format('{0}', parameters('subscriptionId'))]",
"resourceGroup": "[format('{0}', parameters('storageObjectsRgName'))]",
"properties": {
Expand Down

0 comments on commit 675fd87

Please sign in to comment.