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

[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 #12347

Merged
merged 8 commits into from
Jan 16, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@
],
"x-ms-odata": "#/definitions/Forecast",
"operationId": "Forecasts_List",
"description": "Lists the forecast charges by subscriptionId.",
"description": "Lists the forecast charges for scope defined. Please note that this API is no longer actively under development. We recommend using our new Forecast API moving forward: https://docs.microsoft.com/en-us/rest/api/cost-management/forecast/usage.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand Down Expand Up @@ -3891,6 +3891,11 @@
"type": "object",
"$ref": "#/definitions/BudgetFilter"
},
"currencySetting": {
"description": "Indicates the currency that is used for this budget.",
"type": "string",
"readOnly": true
},
"currentSpend": {
"description": "The current amount of cost which is being tracked for a budget.",
"$ref": "#/definitions/CurrentSpend",
Expand Down Expand Up @@ -4044,12 +4049,12 @@
"format": "decimal"
},
"contactEmails": {
"description": "Email addresses to send the budget notification to when the threshold is exceeded.",
"description": "Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.",
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"minItems": 0,
"maxItems": 50
},
"contactRoles": {
Expand All @@ -4060,7 +4065,7 @@
}
},
"contactGroups": {
"description": "Action groups to send the budget notification to when the threshold is exceeded.",
"description": "Action groups to send the budget notification to when the threshold is exceeded. Only supported at Subscription or Resource Group scopes.",
"type": "array",
"items": {
"type": "string"
Expand All @@ -4077,7 +4082,8 @@
"x-ms-enum": {
"name": "ThresholdType",
"modelAsString": true
}
},
"default": "Actual"
}
},
"required": [
Expand Down