Skip to content

Commit

Permalink
Remove unsupported timeframes.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanePup committed Dec 12, 2019
1 parent 9f372ec commit 3bf79f1
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,11 @@
"description": "The time frame for pulling data for the query. If custom, then a specific time period must be provided.",
"type": "string",
"enum": [
"WeekToDate",
"MonthToDate",
"YearToDate",
"TheLastWeek",
"BillingMonthToDate",
"TheLastMonth",
"TheLastYear",
"TheLastBillingMonth",
"WeekToDate",
"Custom"
],
"x-ms-enum": {
Expand Down

0 comments on commit 3bf79f1

Please sign in to comment.