Skip to content

Commit

Permalink
Update enum of billing timegrain for budget API
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\chanwan committed Apr 8, 2019
1 parent 127a04b commit 177ac54
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,10 @@
"enum": [
"Monthly",
"Quarterly",
"Annually"
"Annually",
"BillingMonth",
"BillingQuarter",
"BillingAnnual"
],
"x-ms-enum": {
"name": "TimeGrainType",
Expand Down

0 comments on commit 177ac54

Please sign in to comment.