Skip to content

Commit 2a8a9a7

Browse files
KalpeshChavan12Kalpesh Chavan
andauthored
Added excludeKbsRequiringReboot (#14971)
Co-authored-by: Kalpesh Chavan <[email protected]>
1 parent 67a9b5c commit 2a8a9a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/Maintenance.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,10 @@
20442044
"type": "string"
20452045
},
20462046
"description": "Classification category of patches to be patched"
2047+
},
2048+
"excludeKbsRequiringReboot": {
2049+
"type": "boolean",
2050+
"description": "Exclude patches which need reboot"
20472051
}
20482052
},
20492053
"description": "Input properties for patching a Windows machine."

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
],
3333
"kbNumbersToExclude": [
3434
"KB234567"
35-
]
35+
],
36+
"excludeKbsRequiringReboot": false
3637
},
3738
"tasks": {
3839
"preTasks": [

0 commit comments

Comments
 (0)