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 #13097

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix validation errors for UsageDetails_List
Mohammad Mohammad committed Feb 18, 2021
commit 69671f3660d7192dd9d49d78a4bbe2bacd92204b
Original file line number Diff line number Diff line change
@@ -152,6 +152,9 @@
"$ref": "#/definitions/UsageDetailsListResult"
}
},
"503": {
"description": "Server temporary unavailable"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
@@ -2153,9 +2156,8 @@
"readOnly": true
},
"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.",
"description": "The meter id. 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": {
@@ -2440,6 +2442,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
}
}
},