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

* Fix validation errors for UsageDetails_List

* fix linting errors in 2019-10-01/consumption.json

* remove newlly added error code

* don't change meterId description

Co-authored-by: Mohammad Mohammad <mmohammad@microsoft.com>
  • Loading branch information
AlahmadiQ8 and Mohammad Mohammad authored Mar 2, 2021
1 parent a95864b commit 3423b80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4628,12 +4628,12 @@
"HighCasedErrorDetails": {
"description": "The details of the error.",
"properties": {
"Code": {
"code": {
"description": "Error code.",
"type": "string",
"readOnly": true
},
"Message": {
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string",
"readOnly": true
Expand All @@ -4644,7 +4644,7 @@
"description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. \n\nSome Error responses: \n\n * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header. \n\n * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.",
"type": "object",
"properties": {
"Error": {
"error": {
"description": "The details of the error.",
"$ref": "#/definitions/HighCasedErrorDetails"
}
Expand Down

0 comments on commit 3423b80

Please sign in to comment.