|
704 | 704 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
705 | 705 | }
|
706 | 706 | ],
|
707 |
| - "description": "List of maintenance windows. Maintenance windows are 2 hours long." |
| 707 | + "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." |
708 | 708 | },
|
709 | 709 | "maintenanceWindowTimeZone": {
|
710 | 710 | "type": "string",
|
711 |
| - "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." |
| 711 | + "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." |
712 | 712 | },
|
713 | 713 | "type": {
|
714 | 714 | "oneOf": [
|
|
723 | 723 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
724 | 724 | }
|
725 | 725 | ],
|
726 |
| - "description": "The type of maintenance for session host components." |
| 726 | + "description": "The preferred mechanism for updating the agent components. This is either Scheduled or Default." |
727 | 727 | },
|
728 | 728 | "useSessionHostLocalTime": {
|
729 | 729 | "oneOf": [
|
|
734 | 734 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
735 | 735 | }
|
736 | 736 | ],
|
737 |
| - "description": "Whether to use localTime of the virtual machine." |
| 737 | + "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." |
738 | 738 | }
|
739 | 739 | },
|
740 |
| - "description": "The session host configuration for updating agent, monitoring agent, and stack component." |
| 740 | + "description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts." |
741 | 741 | },
|
742 | 742 | "ApplicationGroupProperties": {
|
743 | 743 | "type": "object",
|
|
941 | 941 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
942 | 942 | }
|
943 | 943 | ],
|
944 |
| - "description": "The session host configuration for updating agent, monitoring agent, and stack component." |
| 944 | + "description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts." |
945 | 945 | },
|
946 | 946 | "customRdpProperty": {
|
947 | 947 | "type": "string",
|
|
1254 | 1254 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
1255 | 1255 | }
|
1256 | 1256 | ],
|
1257 |
| - "description": "Day of the week." |
| 1257 | + "description": "The day of the week (Monday-Sunday)." |
1258 | 1258 | },
|
1259 | 1259 | "hour": {
|
1260 | 1260 | "oneOf": [
|
|
1265 | 1265 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
1266 | 1266 | }
|
1267 | 1267 | ],
|
1268 |
| - "description": "The update start hour of the day. (0 - 23)" |
| 1268 | + "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." |
1269 | 1269 | }
|
1270 | 1270 | },
|
1271 | 1271 | "description": "Maintenance window starting hour and day of week."
|
|
0 commit comments