Skip to content

Commit

Permalink
Fixing model definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuls-microsoft committed Jul 28, 2021
1 parent 9367731 commit cef9f52
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@
"description": "Quota request ID.",
"type": "string",
"readOnly": true
},
"error": {
"description": "Error details of the quota request.",
"$ref": "#/definitions/ServiceErrorDetail"
}
}
},
Expand Down Expand Up @@ -926,10 +930,6 @@
"type": "boolean",
"readOnly": true
},
"error": {
"description": "Error details of the quota request.",
"$ref": "#/definitions/ServiceErrorDetail"
},
"properties": {
"description": "Additional properties for the specific resource provider.",
"type": "object"
Expand Down

0 comments on commit cef9f52

Please sign in to comment.