Skip to content

Commit 002ad52

Browse files
mitagargMita Garg
andauthored
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-11-01 (#15325)
* Adding payGPrice in Legacy and pricingModel in Modern * Modified the text for pricingModel Co-authored-by: Mita Garg <[email protected]>
1 parent 4345abf commit 002ad52

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
@@ -2073,6 +2073,12 @@
20732073
"description": "Indicates how frequently this charge will occur. OneTime for purchases which only happen once, Monthly for fees which recur every month, and UsageBased for charges based on how much a service is used.",
20742074
"type": "string",
20752075
"readOnly": true
2076+
},
2077+
"payGPrice": {
2078+
"description": "Retail price for the resource.",
2079+
"type": "number",
2080+
"format": "decimal",
2081+
"readOnly": true
20762082
}
20772083
}
20782084
},
@@ -2104,6 +2110,11 @@
21042110
"type": "string",
21052111
"readOnly": true
21062112
},
2113+
"pricingModel": {
2114+
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
2115+
"type": "string",
2116+
"readOnly": true
2117+
},
21072118
"billingAccountName": {
21082119
"description": "Name of the Billing Account.",
21092120
"type": "string",

0 commit comments

Comments
 (0)