Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2017-12-30-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-01-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-03-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-06-30/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-08-31/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-10-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-01-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-01-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01-preview/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@
"description": "The notification associated with a budget."
}
}
}
}
30 changes: 22 additions & 8 deletions schemas/2019-05-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@
],
"description": "The category of the budget, whether the budget tracks cost or usage."
},
"filters": {
"filter": {
"oneOf": [
{
"$ref": "#/definitions/Filters"
"$ref": "#/definitions/Filter"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "May be used to filter budgets by resource group, resource, or meter."
"description": "May be used to filter budgets by user-specified dimensions and/or tags."
},
"notifications": {
"oneOf": [
Expand Down Expand Up @@ -163,7 +163,7 @@
],
"description": "The start and end date for a budget."
},
"Filters": {
"Filter": {
"type": "object",
"properties": {
"meters": {
Expand Down Expand Up @@ -221,7 +221,7 @@
"description": "The dictionary of filters on tags."
}
},
"description": "May be used to filter budgets by resource group, resource, or meter."
"description": "May be used to filter budgets by user-specified dimensions and/or tags."
},
"Notification": {
"type": "object",
Expand All @@ -238,7 +238,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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."
},
"contactGroups": {
"oneOf": [
Expand All @@ -252,7 +252,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes."
},
"contactRoles": {
"oneOf": [
Expand Down Expand Up @@ -305,6 +305,20 @@
}
],
"description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000."
},
"thresholdType": {
"oneOf": [
{
"type": "string",
"enum": [
"Actual"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The type of threshold."
}
},
"required": [
Expand All @@ -316,4 +330,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-06-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@
"description": "The notification associated with a budget."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-10-01/Microsoft.Consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,4 @@
"description": "The notification associated with a budget."
}
}
}
}