Skip to content

Commit

Permalink
typeHandlerVersion updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Sep 19, 2024
1 parent 741c9c5 commit aaa6bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.29.47.4906",
"templateHash": "16158188096098504874"
"templateHash": "3542876644048729128"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline",
Expand Down Expand Up @@ -24298,7 +24298,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "14520024442280757382"
"templateHash": "11739566550450726253"
},
"name": "AVD LZA storage",
"description": "This module deploys storage account, azure files. domain join logic",
Expand Down Expand Up @@ -26894,7 +26894,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "2537897267704424361"
"templateHash": "3052591312369014330"
},
"name": "AVD LZA storage",
"description": "Configures domain join settings on storage account via VM custom script extension",
Expand Down Expand Up @@ -26975,7 +26975,7 @@
"value": true
},
"enableAutomaticUpgrade": {
"value": true
"value": false
},
"settings": {
"value": {}
Expand Down Expand Up @@ -27262,7 +27262,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "14520024442280757382"
"templateHash": "11739566550450726253"
},
"name": "AVD LZA storage",
"description": "This module deploys storage account, azure files. domain join logic",
Expand Down Expand Up @@ -29858,7 +29858,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "2537897267704424361"
"templateHash": "3052591312369014330"
},
"name": "AVD LZA storage",
"description": "Configures domain join settings on storage account via VM custom script extension",
Expand Down Expand Up @@ -29939,7 +29939,7 @@
"value": true
},
"enableAutomaticUpgrade": {
"value": true
"value": false
},
"settings": {
"value": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module dscStorageScript '../../../../../avm/1.0.0/res/compute/virtual-machine/ex
type: 'CustomScriptExtension'
typeHandlerVersion: '2.0' //'1.10'
autoUpgradeMinorVersion: true
enableAutomaticUpgrade: true
enableAutomaticUpgrade: false
settings: {}
protectedSettings: {
fileUris: array(baseScriptUri)
Expand Down

0 comments on commit aaa6bee

Please sign in to comment.