From df78a0490024e3296552f28982e0eb57f3db4fd5 Mon Sep 17 00:00:00 2001 From: dnangel026 <30422111+dnangel026@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:26:24 -0700 Subject: [PATCH] Update environment.json (#4495) --- .../stable/2021-02-01/environment.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-02-01/environment.json b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-02-01/environment.json index af392e74e1bd..dece6505b344 100644 --- a/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-02-01/environment.json +++ b/specification/resources/resource-manager/Microsoft.AzureCIS/stable/2021-02-01/environment.json @@ -108,7 +108,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" + "$ref": "#/definitions/EnvironmentResponse" } } ], @@ -155,7 +155,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/AutopilotEnvironmentResponse" + "$ref": "#/definitions/EnvironmentResponse" } } ], @@ -250,6 +250,19 @@ } }, "definitions": { + "EnvironmentResponse": { + "description": "Error response indicates that the service is not able to process the incoming request.", + "properties": { + "location": { + "type": "string", + "description": "location" + }, + "properties": { + "$ref": "#/definitions/EnvironmentResource", + "description": "The error details." + } + } + }, "EnvironmentResourceResult": { "properties": { "value": {