diff --git a/specification/search/resource-manager/Microsoft.Search/preview/2020-08-01-preview/search.json b/specification/search/resource-manager/Microsoft.Search/preview/2020-08-01-preview/search.json index 5e6a16736b32..70879d44dbec 100644 --- a/specification/search/resource-manager/Microsoft.Search/preview/2020-08-01-preview/search.json +++ b/specification/search/resource-manager/Microsoft.Search/preview/2020-08-01-preview/search.json @@ -52,6 +52,12 @@ "schema": { "$ref": "#/definitions/OperationListResult" } + }, + "default": { + "description": "Operations API failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } } }, "x-ms-pageable": { diff --git a/specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json b/specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json index b7e40aba57e2..1b59faa764cb 100644 --- a/specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json +++ b/specification/search/resource-manager/Microsoft.Search/stable/2020-08-01/search.json @@ -52,6 +52,12 @@ "schema": { "$ref": "#/definitions/OperationListResult" } + }, + "default": { + "description": "Operations API failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } } }, "x-ms-pageable": {