Skip to content

Commit

Permalink
added enableAutomaticUpgrade back into code since issues was OBE. (Az…
Browse files Browse the repository at this point in the history
…ure#1119)

* added enableAutomaticUpgrade back into code since issues was OBE.

* GitHub Action: Build Bicep to JSON

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
tsweatman1 and github-actions authored Oct 30, 2024
1 parent 6047bf6 commit 36f1440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bicep/mlz.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": "16541325671879840467"
"templateHash": "11000848548598385857"
}
},
"parameters": {
Expand Down Expand Up @@ -5710,7 +5710,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "3503875367735395147"
"templateHash": "208914367173865032"
}
},
"parameters": {
Expand Down Expand Up @@ -6047,7 +6047,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "5686981733462823694"
"templateHash": "4932706162089134974"
}
},
"parameters": {
Expand Down Expand Up @@ -6211,6 +6211,7 @@
"type": "GuestAttestation",
"typeHandlerVersion": "1.0",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {
"AttestationConfig": {
"MaaSettings": {
Expand Down
1 change: 1 addition & 0 deletions src/bicep/modules/linux-virtual-machine.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ resource guestAttestationExtension 'Microsoft.Compute/virtualMachines/extensions
type: 'GuestAttestation'
typeHandlerVersion: '1.0'
autoUpgradeMinorVersion: true
enableAutomaticUpgrade: true
settings: {
AttestationConfig: {
MaaSettings: {
Expand Down

0 comments on commit 36f1440

Please sign in to comment.