From 66d60961243e5eaa835ae62a59280d185b37937c Mon Sep 17 00:00:00 2001 From: Wei Dong <40835867+dw511214992@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:59:47 +0800 Subject: [PATCH] Update compute.json --- .../stable/2021-07-01/compute.json | 51 ------------------- 1 file changed, 51 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json index 981eeb6f69e0..884f419d6cdd 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json @@ -60,57 +60,6 @@ } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}": { - "put": { - "tags": [ - "AvailabilitySets" - ], - "operationId": "AvailabilitySets_CreateOrUpdate", - "description": "Create or update an availability set.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "availabilitySetName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the availability set." - }, - { - "name": "parameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/AvailabilitySet" - }, - "description": "Parameters supplied to the Create Availability Set operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/AvailabilitySet" - } - } - }, - "x-ms-examples": { - "Create an availability set.": { - "$ref": "./examples/compute/CreateAnAvailabilitySet.json" - } - } - }, "patch": { "tags": [ "AvailabilitySets"