From c54a20b4b9e39bf63d1b4bb9a04fc8eb00c5148d Mon Sep 17 00:00:00 2001 From: Rahul Singh Date: Wed, 9 Jun 2021 12:17:49 -0700 Subject: [PATCH] Removing the nested Properties from the put response. --- .../2021-03-15-preview/examples/patchComputeQuotaRequest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/examples/patchComputeQuotaRequest.json b/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/examples/patchComputeQuotaRequest.json index e5b5157da708..a55b5e1fca80 100644 --- a/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/examples/patchComputeQuotaRequest.json +++ b/specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/examples/patchComputeQuotaRequest.json @@ -34,7 +34,6 @@ "provisioningState": "Succeeded", "message": "", "properties": { - "properties": { "limit": 200, "unit": "Count", "currentValue": 160, @@ -46,7 +45,6 @@ "properties": {} } } - } } } }