diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json index 4a69d3af2798..bd872024b92a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json @@ -501,19 +501,20 @@ "$ref": "#/definitions/RefreshExternalGovernanceStatusOperationResultMI" } }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../common/v2/types.json#/definitions/CloudError" - } - }, "202": { "description": "Refreshing external governance enablement status.", "headers": { "Location": { + "description": "The URL of the resource used to check the status of the asynchronous operation.", "type": "string" } } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "../../../common/v2/types.json#/definitions/CloudError" + } } }, "x-ms-long-running-operation": true,