Skip to content

Commit

Permalink
[ReleasePR desktopvirtualization] fix description for maintenance win…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored May 6, 2022
2 parents 0b68cc5 + 0192ced commit ccdafdf
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit ccdafdf

Please sign in to comment.