Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -544,16 +544,9 @@
"properties": {
"frequency": {
"type": "string",
"description": "the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles.",
"description": "the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly.",
"enum": [
"None",
"Second",
"Minute",
"Hour",
"Day",
"Week",
"Month",
"Year"
"Week"
],
"x-ms-enum": {
"name": "RecurrenceFrequency",
Expand Down