From 5f9581a703b176278e6a65984afa81f6c270c184 Mon Sep 17 00:00:00 2001 From: sampreeth1999 <32814049+sampreeth1999@users.noreply.github.com> Date: Thu, 26 Aug 2021 00:55:25 +0530 Subject: [PATCH 1/3] Update Maintenance.json --- .../preview/2021-09-01-preview/Maintenance.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json index 9b0ab10a702b..7ad47afb1860 100644 --- a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json +++ b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json @@ -2053,14 +2053,15 @@ "rebootSetting": { "type": "string", "enum": [ - "NeverReboot", - "RebootIfRequired", - "AlwaysReboot" + "IfRequired", + "Never", + "Always" ], "x-ms-enum": { "name": "RebootOptions", "modelAsString": true }, + "default": "IfRequired", "description": "Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed." }, "windowsParameters": { From 6d6fa792484e7b69f866819808135e8d66b6a135 Mon Sep 17 00:00:00 2001 From: sampreeth1999 <32814049+sampreeth1999@users.noreply.github.com> Date: Thu, 26 Aug 2021 01:04:26 +0530 Subject: [PATCH 2/3] Update MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json --- ...ntenanceConfigurations_GetForResource_GuestOSPatchLinux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json index b141785a3b0b..0e79af63280f 100644 --- a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json +++ b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json @@ -54,7 +54,7 @@ } ] }, - "rebootSetting": "AlwaysReboot" + "rebootSetting": "Always" } } } From e29ef33c4becf2e682d41f297006e324b2b035ac Mon Sep 17 00:00:00 2001 From: sampreeth1999 <32814049+sampreeth1999@users.noreply.github.com> Date: Thu, 26 Aug 2021 01:06:18 +0530 Subject: [PATCH 3/3] Update MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json --- ...enanceConfigurations_GetForResource_GuestOSPatchWindows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json index 694213583554..83785fa646a9 100644 --- a/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json +++ b/specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json @@ -53,7 +53,7 @@ } ] }, - "rebootSetting": "AlwaysReboot" + "rebootSetting": "Always" } } }