diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json index 3bca02eff855..0e0367bc0bbd 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json @@ -268,15 +268,6 @@ "204": { "description": "Successfully deleted web app." }, - "202": { - "description": "Asynchronous operation in progress.", - "headers": { - "location": { - "description": "location header", - "type": "string" - } - } - }, "404": { "description": "Web app not found.", "x-ms-error-response": true @@ -292,8 +283,7 @@ "Delete Web app": { "$ref": "./examples/DeleteWebApp.json" } - }, - "x-ms-long-running-operation": true + } }, "patch": { "tags": [ @@ -353,8 +343,7 @@ "Update web app": { "$ref": "./examples/UpdateWebApp.json" } - }, - "x-ms-long-running-operation": true + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/analyzeCustomHostname": { @@ -1145,15 +1134,6 @@ "$ref": "./CommonDefinitions.json#/definitions/StringDictionary" } }, - "202": { - "description": "Asynchronous operation in progress.", - "headers": { - "location": { - "description": "location header", - "type": "string" - } - } - }, "default": { "description": "App Service error response.", "schema": { @@ -1165,8 +1145,7 @@ "Update App Settings": { "$ref": "./examples/UpdateAppSettings.json" } - }, - "x-ms-long-running-operation": true + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list": { @@ -1934,23 +1913,13 @@ "$ref": "#/definitions/ConnectionStringDictionary" } }, - "202": { - "description": "Asynchronous operation in progress.", - "headers": { - "location": { - "description": "location header", - "type": "string" - } - } - }, "default": { "description": "App Service error response.", "schema": { "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" } } - }, - "x-ms-long-running-operation": true + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings/list": { @@ -2493,15 +2462,6 @@ "$ref": "#/definitions/SiteConfigResource" } }, - "202": { - "description": "Asynchronous operation in progress.", - "headers": { - "location": { - "description": "location header", - "type": "string" - } - } - }, "default": { "description": "App Service error response.", "schema": { @@ -2513,8 +2473,7 @@ "Update Site Config": { "$ref": "./examples/UpdateSiteConfig.json" } - }, - "x-ms-long-running-operation": true + } }, "patch": { "tags": [ @@ -2557,23 +2516,13 @@ "$ref": "#/definitions/SiteConfigResource" } }, - "202": { - "description": "Asynchronous operation in progress.", - "headers": { - "location": { - "description": "location header", - "type": "string" - } - } - }, "default": { "description": "App Service error response.", "schema": { "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" } } - }, - "x-ms-long-running-operation": true + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots": { diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/DeleteWebApp.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/DeleteWebApp.json index 3bfd35ceaadf..51c99719d115 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/DeleteWebApp.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/DeleteWebApp.json @@ -8,11 +8,6 @@ "responses": { "200": {}, "204": {}, - "202": { - "headers": { - "azure-asyncoperation": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/sites/sitef6141/operationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-12-01" - } - }, "404": {} } } diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateAppSettings.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateAppSettings.json index 1d10d85f5cad..62045dbb56a4 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateAppSettings.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateAppSettings.json @@ -24,11 +24,6 @@ "Setting2": "Value2" } } - }, - "202": { - "headers": { - "azure-asyncoperation": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/sites/sitef6141/operationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-12-01" - } } } } diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateSiteConfig.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateSiteConfig.json index e32bd53a48d0..693b09a0056c 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateSiteConfig.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/examples/UpdateSiteConfig.json @@ -118,11 +118,6 @@ "azureStorageAccounts": {} } } - }, - "202": { - "headers": { - "azure-asyncoperation": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/sites/sitef6141/operationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-12-01" - } } } }