Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions schemas/2022-02-10-preview/Microsoft.DesktopVirtualization.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand All @@ -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."
Expand Down