Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new version of consumption, with preview budget merge with usage detail and reservation #2289

Merged
merged 11 commits into from
Jan 24, 2018
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scope": "subscriptions/subid/providers/Microsoft.Billing/billingPeriods/201702",
"$expand": "meterDetails,additionalProperties",
"$filter": "usageEnd le 2017-02-14T00:00:00Z",
"$top": "1"
"$top": 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont change this version of the swagger/examples. You need to change it in 2018-01-31 version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catch. This change is reverted, and new one on latest version is added

},
"responses": {
"200": {
Expand Down
Loading