From 0192ced2de3436eef29762218fbf0feba732d500 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 6 May 2022 03:37:40 +0000 Subject: [PATCH] CodeGen from PR 18905 in Azure/azure-rest-api-specs fix description for maintenance window time zone (#18905) * fix description for maintenance window time zone * more description updates * Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com> * Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com> Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com> --- .../Microsoft.DesktopVirtualization.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json b/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json index 7f9e38292b..d75fb16c4f 100644 --- a/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json +++ b/schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json @@ -704,11 +704,11 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "List of maintenance windows. Maintenance windows are 2 hours long." + "description": "The maintenance windows (day and time) for updating the agent components. At least 1 window must be specified. Optionally, a 2nd window can be specified." }, "maintenanceWindowTimeZone": { "type": "string", - "description": "Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true." + "description": "The time zone for updating the agent components. Valid time zones can be found here: https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. A time zone must be specified if useSessionHostLocalTime is false." }, "type": { "oneOf": [ @@ -723,7 +723,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of maintenance for session host components." + "description": "The preferred mechanism for updating the agent components. This is either Scheduled or Default." }, "useSessionHostLocalTime": { "oneOf": [ @@ -734,10 +734,10 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Whether to use localTime of the virtual machine." + "description": "Boolean indicating whether to update the agent components in the local time zone of each session host in the host pool. By default, this is false." } }, - "description": "The session host configuration for updating agent, monitoring agent, and stack component." + "description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts." }, "ApplicationGroupProperties": { "type": "object", @@ -941,7 +941,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The session host configuration for updating agent, monitoring agent, and stack component." + "description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts." }, "customRdpProperty": { "type": "string", @@ -1254,7 +1254,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Day of the week." + "description": "The day of the week (Monday-Sunday)." }, "hour": { "oneOf": [ @@ -1265,7 +1265,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The update start hour of the day. (0 - 23)" + "description": "The starting hour of the maintenance window (0-23). Note that maintenance windows are 2 hours long. This means that updates can be applied anytime from the specified start hour to 2 hours after." } }, "description": "Maintenance window starting hour and day of week."