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 @@ -267,7 +267,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/budgets": {
"get": {
"tags": [
"Budgets-Preview"
"Budgets"
],
"operationId": "Budgets_List",
"description": "Lists all budgets for a subscription.",
Expand Down Expand Up @@ -309,7 +309,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/budgets/{name}": {
"get": {
"tags": [
"Budgets-Preview"
"Budgets"
],
"operationId": "Budgets_Get",
"description": "Gets the budget for a subscription by budget name.",
Expand Down Expand Up @@ -349,7 +349,7 @@
},
"put": {
"tags": [
"Budgets-Preview"
"Budgets"
],
"operationId": "Budgets_CreateOrUpdate",
"description": "The operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.",
Expand Down Expand Up @@ -407,7 +407,7 @@
},
"delete": {
"tags": [
"Budgets-Preview"
"Budgets"
],
"operationId": "Budgets_Delete",
"description": "The operation to delete a budget.",
Expand Down Expand Up @@ -853,7 +853,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
"$ref": "#/definitions/Resource"
Copy link
Member

Choose a reason for hiding this comment

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

Was this change intentional?

}
],
"properties": {
Expand Down