Skip to content

Commit ccdafdf

Browse files
author
msftbot[bot]
authored
[ReleasePR desktopvirtualization] fix description for maintenance window time zone (#2361)
Create to sync Azure/azure-rest-api-specs#18905 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/desktopvirtualization?expand=1)
2 parents 0b68cc5 + 0192ced commit ccdafdf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -704,11 +704,11 @@
704704
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
705705
}
706706
],
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."
708708
},
709709
"maintenanceWindowTimeZone": {
710710
"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."
712712
},
713713
"type": {
714714
"oneOf": [
@@ -723,7 +723,7 @@
723723
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
724724
}
725725
],
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."
727727
},
728728
"useSessionHostLocalTime": {
729729
"oneOf": [
@@ -734,10 +734,10 @@
734734
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
735735
}
736736
],
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."
738738
}
739739
},
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."
741741
},
742742
"ApplicationGroupProperties": {
743743
"type": "object",
@@ -941,7 +941,7 @@
941941
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
942942
}
943943
],
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."
945945
},
946946
"customRdpProperty": {
947947
"type": "string",
@@ -1254,7 +1254,7 @@
12541254
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
12551255
}
12561256
],
1257-
"description": "Day of the week."
1257+
"description": "The day of the week (Monday-Sunday)."
12581258
},
12591259
"hour": {
12601260
"oneOf": [
@@ -1265,7 +1265,7 @@
12651265
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
12661266
}
12671267
],
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."
12691269
}
12701270
},
12711271
"description": "Maintenance window starting hour and day of week."

0 commit comments

Comments
 (0)