Skip to content

Commit cc9ab7c

Browse files
authored
Merge pull request #209817 from ju-shim/maint-host
Maintenance Control image upgrades - remove guest section
2 parents d3fc39e + b4cf6a7 commit cc9ab7c

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

articles/virtual-machines/virtual-machine-scale-sets-maintenance-control-template.md

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: subject-armqs, mode-arm
1313

1414
# Maintenance control for OS image upgrades on Azure virtual machine scale sets using an ARM template
1515

16-
Maintenance control lets you decide when to apply automatic guest OS image upgrades to your virtual machine scale sets. For more information on using Maintenance control, see [Maintenance control for Azure virtual machine scale sets](virtual-machine-scale-sets-maintenance-control.md).
16+
Maintenance control lets you decide when to apply automatic OS image upgrades to your virtual machine scale sets. For more information on using Maintenance control, see [Maintenance control for Azure virtual machine scale sets](virtual-machine-scale-sets-maintenance-control.md).
1717

1818
This article explains how you can use an Azure Resource Manager (ARM) template to create a maintenance configuration. You will learn how to:
1919

@@ -86,47 +86,6 @@ For more information about this Maintenance Configuration template, see [mainten
8686
}
8787
```
8888

89-
### Guest
90-
91-
```json
92-
{
93-
"type": "Microsoft.Maintenance/maintenanceConfigurations",
94-
"apiVersion": "2022-07-01-preview",
95-
"name": "string",
96-
"location": "string",
97-
"tags": {
98-
"tagName1": "tagValue1",
99-
"tagName2": "tagValue2"
100-
},
101-
"properties": {
102-
"installPatches": {
103-
"linuxParameters": {
104-
"classificationsToInclude": ["string"],
105-
"packageNameMasksToExclude": ["string"],
106-
"packageNameMasksToInclude": ["string"]
107-
},
108-
"rebootSetting": "string",
109-
"windowsParameters": {
110-
"classificationsToInclude": ["string"],
111-
"excludeKbsRequiringReboot": "bool",
112-
"kbNumbersToExclude": ["string"],
113-
"kbNumbersToInclude": ["string"]
114-
}
115-
},
116-
"maintenanceScope": "string",
117-
"maintenanceWindow": {
118-
"duration": "string",
119-
"expirationDateTime": "string",
120-
"recurEvery": "string",
121-
"startDateTime": "string",
122-
"timeZone": "string"
123-
},
124-
"namespace": "string",
125-
"visibility": "string"
126-
}
127-
}
128-
```
129-
13089
## Assign the configuration
13190

13291
Assign the configuration to a virtual machine.

0 commit comments

Comments
 (0)