Skip to content

Commit 6515578

Browse files
authored
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (#16503)
* Lowered minItems to 0 to match API implementation * Added missing ThresholdType value.
1 parent 375f974 commit 6515578

File tree

1 file changed

+2
-1
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-11-01

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4162,7 +4162,8 @@
41624162
"description": "The type of threshold",
41634163
"type": "string",
41644164
"enum": [
4165-
"Actual"
4165+
"Actual",
4166+
"Forecasted"
41664167
],
41674168
"x-ms-enum": {
41684169
"name": "ThresholdType",

0 commit comments

Comments
 (0)