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-10-01 (Azure#13039)

* Fix validation errors for UsageDetails_List

* fix validations for UsageDetails_List invalid format

* update description for meterId Property inLegacyUsageDetailProperties

* add examples for 503 response for Microsoft.Consumption usage details

* fix spelling for productIdentifier description

* fix spell check in productIdentifier description in ModernUsageDetailProperties

* reverting bad fixes for swagger validations

* remove 503 as a separate status

* fix typos and add uuid back (will be fixed in code)

Co-authored-by: Mohammad Mohammad <[email protected]>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent e99dae2 commit a3e7e31
Showing 1 changed file with 7 additions and 2 deletions.
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

0 comments on commit a3e7e31

Please sign in to comment.