You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3950,6 +3950,11 @@
3950
3950
"$ref": "#/definitions/Notification"
3951
3951
},
3952
3952
"maxItems": 5
3953
+
},
3954
+
"forecastSpend": {
3955
+
"description": "The forecasted cost which is being tracked for a budget.",
3956
+
"$ref": "#/definitions/ForecastSpend",
3957
+
"readOnly": true
3953
3958
}
3954
3959
},
3955
3960
"required": [
@@ -4064,6 +4069,22 @@
4064
4069
}
4065
4070
}
4066
4071
},
4072
+
"ForecastSpend": {
4073
+
"description": "The forecasted cost which is being tracked for a budget.",
4074
+
"properties": {
4075
+
"amount": {
4076
+
"description": "The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.",
4077
+
"type": "number",
4078
+
"format": "decimal",
4079
+
"readOnly": true
4080
+
},
4081
+
"unit": {
4082
+
"description": "The unit of measure for the budget amount.",
4083
+
"type": "string",
4084
+
"readOnly": true
4085
+
}
4086
+
}
4087
+
},
4067
4088
"Notification": {
4068
4089
"description": "The notification associated with a budget.",
0 commit comments