Skip to content

Commit

Permalink
add secondly (Azure#9225)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreOver0 authored and 00Kai0 committed Oct 12, 2020
1 parent fb2a73d commit 5fbd975
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"Granularity": {
"type": "string",
"description": "Can only be one of yearly, monthly, weekly, daily, hourly or minutely. Granularity is used for verify whether input series is valid.",
"description": "Can only be one of yearly, monthly, weekly, daily, hourly, minutely or secondly. Granularity is used for verify whether input series is valid.",
"x-nullable": false,
"x-ms-enum": {
"name": "Granularity",
Expand All @@ -200,7 +200,8 @@
"weekly",
"daily",
"hourly",
"minutely"
"minutely",
"secondly"
]
},
"CustomInterval": {
Expand Down Expand Up @@ -404,7 +405,7 @@
},
"granularity": {
"$ref": "#/definitions/Granularity",
"description": "Can only be one of yearly, monthly, weekly, daily, hourly or minutely. Granularity is used for verify whether input series is valid."
"description": "Can only be one of yearly, monthly, weekly, daily, hourly, minutely or secondly. Granularity is used for verify whether input series is valid."
},
"customInterval": {
"description": "Custom Interval is used to set non-standard time interval, for example, if the series is 5 minutes, request can be set as {\"granularity\":\"minutely\", \"customInterval\":5}.",
Expand Down

0 comments on commit 5fbd975

Please sign in to comment.