Skip to content

Commit 53cbd0f

Browse files
olsaal-msftMirzaSikander
authored andcommitted
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (Azure#13378)
* Added swagger updates for the optional forecastSpend JSON field in Budget API * Review feedback * Internal review update
1 parent 2d2a4c1 commit 53cbd0f

File tree

1 file changed

+21
-0
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01

1 file changed

+21
-0
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,6 +3950,11 @@
39503950
"$ref": "#/definitions/Notification"
39513951
},
39523952
"maxItems": 5
3953+
},
3954+
"forecastSpend": {
3955+
"description": "The forecasted cost which is being tracked for a budget.",
3956+
"$ref": "#/definitions/ForecastSpend",
3957+
"readOnly": true
39533958
}
39543959
},
39553960
"required": [
@@ -4064,6 +4069,22 @@
40644069
}
40654070
}
40664071
},
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+
},
40674088
"Notification": {
40684089
"description": "The notification associated with a budget.",
40694090
"properties": {

0 commit comments

Comments
 (0)