Skip to content

Commit

Permalink
Adding PricingModel in Legacy and effectivePrice in Modern (#15751)
Browse files Browse the repository at this point in the history
Co-authored-by: Mita Garg <v-migarg@microsoft.com>
  • Loading branch information
mitagarg and Mita Garg authored Aug 31, 2021
1 parent 4646325 commit 59303d7
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,11 @@
"type": "number",
"format": "decimal",
"readOnly": true
},
"pricingModel": {
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -2110,6 +2115,12 @@
"type": "string",
"readOnly": true
},
"effectivePrice": {
"description": "Effective Price that's charged for the usage.",
"type": "number",
"format": "decimal",
"readOnly": true
},
"pricingModel": {
"description": "Identifier that indicates how the meter is priced. Possible values could be 'On Demand', 'Reservation', 'Spot'.",
"type": "string",
Expand Down

0 comments on commit 59303d7

Please sign in to comment.