diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/virtualMachineScaleSet.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/virtualMachineScaleSet.json index 76db0f8e12ab..7468be2a91ad 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/virtualMachineScaleSet.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/virtualMachineScaleSet.json @@ -34,53 +34,6 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets": { - "get": { - "tags": [ - "VirtualMachineScaleSets" - ], - "operationId": "VirtualMachineScaleSets_ListByLocation", - "description": "Gets all the VM scale sets under the specified subscription for the specified location.", - "parameters": [ - { - "name": "location", - "in": "path", - "required": true, - "type": "string", - "description": "The location for which VM scale sets under the subscription are queried.", - "pattern": "^[-\\w\\._]+$" - }, - { - "$ref": "../../../common-types/v1/common.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "../../../common-types/v1/common.json#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VirtualMachineScaleSetListResult" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../common-types/v1/common.json#/definitions/CloudError" - } - } - }, - "x-ms-examples": { - "Lists all the VM scale sets under the specified subscription for the specified location.": { - "$ref": "./examples/virtualMachineScaleSetExamples/VirtualMachineScaleSet_ListBySubscription_ByLocation.json" - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}": { "put": { "tags": [ diff --git a/specification/compute/resource-manager/sdk-suppressions.yaml b/specification/compute/resource-manager/sdk-suppressions.yaml index ca32bd674393..41ecaa9cc460 100644 --- a/specification/compute/resource-manager/sdk-suppressions.yaml +++ b/specification/compute/resource-manager/sdk-suppressions.yaml @@ -3,10 +3,12 @@ suppressions: - package: azure-mgmt-compute breaking-changes: - Parameter id of model SecurityPostureReference is now required + - Removed operation VirtualMachineScaleSetsOperations.list_by_location azure-sdk-for-go: - package: sdk/resourcemanager/compute/armcompute breaking-changes: - Type of `SecurityPostureReference.ExcludeExtensions` has been changed from `[]*VirtualMachineExtension` to `[]*string` + - Function `*VirtualMachineScaleSetsClient.NewListByLocationPager` has been removed azure-sdk-for-js: - package: "@azure/arm-compute" breaking-changes: @@ -15,4 +17,5 @@ suppressions: - Type of parameter purchasePlan of interface Disk is changed from PurchasePlanAutoGenerated to DiskPurchasePlan - Type of parameter purchasePlan of interface DiskRestorePoint is changed from PurchasePlanAutoGenerated to DiskPurchasePlan - Type of parameter purchasePlan of interface DiskUpdate is changed from PurchasePlanAutoGenerated to DiskPurchasePlan - - Type of parameter purchasePlan of interface Snapshot is changed from PurchasePlanAutoGenerated to DiskPurchasePlan \ No newline at end of file + - Type of parameter purchasePlan of interface Snapshot is changed from PurchasePlanAutoGenerated to DiskPurchasePlan + - Removed operation VirtualMachineScaleSets.listByLocation