From 2a8a9a79b23c72c6092d5b1212acf6d69b1b3850 Mon Sep 17 00:00:00 2001 From: Kalpesh Chavan <18593210+KalpeshChavan12@users.noreply.github.com> Date: Tue, 13 Jul 2021 07:45:20 +0530 Subject: [PATCH] Added excludeKbsRequiringReboot (#14971) Co-authored-by: Kalpesh Chavan --- .../preview/2021-04-01-preview/Maintenance.json | 4 ++++ ...anceConfigurations_GetForResource_GuestOSPatchWindows.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/Maintenance.json b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/Maintenance.json index 180a2b168dcd..c11ddda1815d 100644 --- a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/Maintenance.json +++ b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/Maintenance.json @@ -2044,6 +2044,10 @@ "type": "string" }, "description": "Classification category of patches to be patched" + }, + "excludeKbsRequiringReboot": { + "type": "boolean", + "description": "Exclude patches which need reboot" } }, "description": "Input properties for patching a Windows machine." diff --git a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json index d086d50096dc..1775062b8793 100644 --- a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json +++ b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-04-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json @@ -32,7 +32,8 @@ ], "kbNumbersToExclude": [ "KB234567" - ] + ], + "excludeKbsRequiringReboot": false }, "tasks": { "preTasks": [