From cef9f52f142cf6c420a5f89bd0e2d806e29530c1 Mon Sep 17 00:00:00 2001 From: Rahul Singh Date: Wed, 28 Jul 2021 14:59:25 -0700 Subject: [PATCH] Fixing model definition. --- .../Microsoft.Quota/preview/2021-03-15-preview/quota.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/quota.json b/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/quota.json index 0ce976b46e4a..d7ab27898f0b 100644 --- a/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/quota.json +++ b/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/quota.json @@ -667,6 +667,10 @@ "description": "Quota request ID.", "type": "string", "readOnly": true + }, + "error": { + "description": "Error details of the quota request.", + "$ref": "#/definitions/ServiceErrorDetail" } } }, @@ -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"