diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json index 9b272ab73443..8958ac279f14 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json @@ -629,11 +629,11 @@ "error": { "description": "Error response body.", "x-ms-client-flatten": true, - "$ref": "#/definitions/CloudErrorResponseBody" + "$ref": "#/definitions/CloudErrorBody" } } }, - "CloudErrorResponseBody": { + "CloudErrorBody": { "description": "Details of error response.", "type": "object", "properties": { @@ -656,7 +656,7 @@ "type": "array", "description": "A list of additional details about the error.", "items": { - "$ref": "#/definitions/CloudErrorResponseBody" + "$ref": "#/definitions/CloudErrorBody" } } }