Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Consumption to add versi…
Browse files Browse the repository at this point in the history
…on stable/2019-11-01 (#15325)

* Adding payGPrice in Legacy and pricingModel in Modern

* Modified the text for pricingModel

Co-authored-by: Mita Garg <v-migarg@microsoft.com>
  • Loading branch information
mitagarg and Mita Garg authored Jul 29, 2021
1 parent 4345abf commit 002ad52
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,12 @@
"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.",
"type": "string",
"readOnly": true
},
"payGPrice": {
"description": "Retail price for the resource.",
"type": "number",
"format": "decimal",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -2104,6 +2110,11 @@
"type": "string",
"readOnly": true
},
"pricingModel": {
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
"type": "string",
"readOnly": true
},
"billingAccountName": {
"description": "Name of the Billing Account.",
"type": "string",
Expand Down

0 comments on commit 002ad52

Please sign in to comment.