Skip to content

Commit 172a900

Browse files
datr93sefriend
authored andcommitted
fix description for maintenance window time zone (Azure#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 <[email protected]> * Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json Co-authored-by: sefriend <[email protected]> Co-authored-by: sefriend <[email protected]>
1 parent c405eef commit 172a900

File tree

1 file changed

+20
-20
lines changed
  • specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview

1 file changed

+20
-20
lines changed

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,7 +3541,7 @@
35413541
},
35423542
"agentUpdate": {
35433543
"$ref": "#/definitions/AgentUpdateProperties",
3544-
"description": "The session host configuration for updating agent, monitoring agent, and stack component."
3544+
"description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts."
35453545
},
35463546
"privateEndpointConnections": {
35473547
"readOnly": true,
@@ -3698,7 +3698,7 @@
36983698
},
36993699
"agentUpdate": {
37003700
"$ref": "#/definitions/AgentUpdatePatchProperties",
3701-
"description": "The session host configuration for updating agent, monitoring agent, and stack component."
3701+
"description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts."
37023702
}
37033703
}
37043704
},
@@ -3756,12 +3756,12 @@
37563756
}
37573757
},
37583758
"AgentUpdateProperties": {
3759-
"description": "The session host configuration for updating agent, monitoring agent, and stack component.",
3759+
"description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts.",
37603760
"type": "object",
37613761
"properties": {
37623762
"type": {
37633763
"type": "string",
3764-
"description": "The type of maintenance for session host components.",
3764+
"description": "The preferred mechanism for updating the agent components. This is either Scheduled or Default.",
37653765
"enum": [
37663766
"Default",
37673767
"Scheduled"
@@ -3772,26 +3772,26 @@
37723772
"values": [
37733773
{
37743774
"value": "Default",
3775-
"description": "Agent and other agent side components are delivery schedule is controlled by WVD Infra."
3775+
"description": "The agent components are updated according to the AVD infrastructure flighting. For more information, see https://aka.ms/avdagent."
37763776
},
37773777
{
37783778
"value": "Scheduled",
3779-
"description": "TenantAdmin have opted in for Scheduled Component Update feature."
3779+
"description": "This enables the Scheduled Agent Updates feature which allows the agent components to get updated according to the schedule that the admin define. For more information, see https://aka.ms/avdsau."
37803780
}
37813781
]
37823782
}
37833783
},
37843784
"useSessionHostLocalTime": {
37853785
"type": "boolean",
3786-
"description": "Whether to use localTime of the virtual machine."
3786+
"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."
37873787
},
37883788
"maintenanceWindowTimeZone": {
37893789
"type": "string",
3790-
"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."
3790+
"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."
37913791
},
37923792
"maintenanceWindows": {
37933793
"type": "array",
3794-
"description": "List of maintenance windows. Maintenance windows are 2 hours long.",
3794+
"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.",
37953795
"items": {
37963796
"$ref": "#/definitions/MaintenanceWindowProperties"
37973797
},
@@ -3806,11 +3806,11 @@
38063806
"hour": {
38073807
"format": "int32",
38083808
"type": "integer",
3809-
"description": "The update start hour of the day. (0 - 23)"
3809+
"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."
38103810
},
38113811
"dayOfWeek": {
38123812
"type": "string",
3813-
"description": "Day of the week.",
3813+
"description": "The day of the week (Monday-Sunday).",
38143814
"enum": [
38153815
"Monday",
38163816
"Tuesday",
@@ -3828,12 +3828,12 @@
38283828
}
38293829
},
38303830
"AgentUpdatePatchProperties": {
3831-
"description": "The session host configuration for updating agent, monitoring agent, and stack component.",
3831+
"description": "The preferred settings for updating the agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts.",
38323832
"type": "object",
38333833
"properties": {
38343834
"type": {
38353835
"type": "string",
3836-
"description": "The type of maintenance for session host components.",
3836+
"description": "The preferred mechanism for updating the agent components. This is either Scheduled or Default.",
38373837
"enum": [
38383838
"Default",
38393839
"Scheduled"
@@ -3844,26 +3844,26 @@
38443844
"values": [
38453845
{
38463846
"value": "Default",
3847-
"description": "Agent and other agent side components are delivery schedule is controlled by WVD Infra."
3847+
"description": "The agent components are updated according to the AVD infrastructure flighting. For more information, see https://aka.ms/avdagent."
38483848
},
38493849
{
38503850
"value": "Scheduled",
3851-
"description": "TenantAdmin have opted in for Scheduled Component Update feature."
3851+
"description": "This enables the Scheduled Agent Updates feature which allows the agent components to get updated according to the schedule that the admin define. For more information, see https://aka.ms/avdsau."
38523852
}
38533853
]
38543854
}
38553855
},
38563856
"useSessionHostLocalTime": {
38573857
"type": "boolean",
3858-
"description": "Whether to use localTime of the virtual machine."
3858+
"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."
38593859
},
38603860
"maintenanceWindowTimeZone": {
38613861
"type": "string",
3862-
"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."
3862+
"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."
38633863
},
38643864
"maintenanceWindows": {
38653865
"type": "array",
3866-
"description": "List of maintenance windows. Maintenance windows are 2 hours long.",
3866+
"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.",
38673867
"items": {
38683868
"$ref": "#/definitions/MaintenanceWindowPatchProperties"
38693869
},
@@ -3878,11 +3878,11 @@
38783878
"hour": {
38793879
"format": "int32",
38803880
"type": "integer",
3881-
"description": "The update start hour of the day. (0 - 23)"
3881+
"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."
38823882
},
38833883
"dayOfWeek": {
38843884
"type": "string",
3885-
"description": "Day of the week.",
3885+
"description": "The day of the week (Monday-Sunday).",
38863886
"enum": [
38873887
"Monday",
38883888
"Tuesday",

0 commit comments

Comments
 (0)