Skip to content

Commit

Permalink
Add billing time grains to budget properties (#5599)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgsky authored and anuchandy committed Apr 12, 2019
1 parent 6a18ab3 commit 5210b39
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 5210b39

Please sign in to comment.