Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 #13039

Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,6 @@
"meterId": {
"description": "The meter id (GUID). Not available for marketplace. For reserved instance this represents the primary meter for which the reservation was purchased. For the actual VM Size for which the reservation is purchased see productOrderName.",
"type": "string",
"format": "uuid",
"readOnly": true
},
"meterName": {
Expand Down Expand Up @@ -2350,7 +2349,7 @@
"readOnly": true
},
"productIdentifier": {
"description": "Identifer for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SKuId in partner center.",
"description": "Identifier for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SkuId in partner center.",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -2440,6 +2439,12 @@
"description": "Flag to indicate if partner earned credit has been applied or not.",
"type": "string",
"readOnly": true
},
"payGPrice": {
"description": "Retail price for the resource.",
"type": "number",
"format": "decimal",
"readOnly": true
}
}
},
Expand Down