Skip to content

Commit 59303d7

Browse files
mitagargMita Garg
andauthored
Adding PricingModel in Legacy and effectivePrice in Modern (#15751)
Co-authored-by: Mita Garg <[email protected]>
1 parent 4646325 commit 59303d7

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,6 +2079,11 @@
20792079
"type": "number",
20802080
"format": "decimal",
20812081
"readOnly": true
2082+
},
2083+
"pricingModel": {
2084+
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
2085+
"type": "string",
2086+
"readOnly": true
20822087
}
20832088
}
20842089
},
@@ -2110,6 +2115,12 @@
21102115
"type": "string",
21112116
"readOnly": true
21122117
},
2118+
"effectivePrice": {
2119+
"description": "Effective Price that's charged for the usage.",
2120+
"type": "number",
2121+
"format": "decimal",
2122+
"readOnly": true
2123+
},
21132124
"pricingModel": {
21142125
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
21152126
"type": "string",

0 commit comments

Comments
 (0)