added enableAutomaticUpgrade back into code since issues was OBE. (#1119)

* added enableAutomaticUpgrade back into code since issues was OBE.

* GitHub Action: Build Bicep to JSON

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
tsweatman1 2024-10-30 15:21:58 -04:00 коммит произвёл GitHub
Родитель cb012dfd09
Коммит 29e47e9e8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "16541325671879840467"
"templateHash": "11000848548598385857"
}
},
"parameters": {
@ -5710,7 +5710,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "3503875367735395147"
"templateHash": "208914367173865032"
}
},
"parameters": {
@ -6047,7 +6047,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "5686981733462823694"
"templateHash": "4932706162089134974"
}
},
"parameters": {
@ -6211,6 +6211,7 @@
"type": "GuestAttestation",
"typeHandlerVersion": "1.0",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {
"AttestationConfig": {
"MaaSettings": {

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

@ -128,6 +128,7 @@ resource guestAttestationExtension 'Microsoft.Compute/virtualMachines/extensions
type: 'GuestAttestation'
typeHandlerVersion: '1.0'
autoUpgradeMinorVersion: true
enableAutomaticUpgrade: true
settings: {
AttestationConfig: {
MaaSettings: {