From 726e497f7852415760220aa587c25f871393cded Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 3 Dec 2021 16:11:13 +0000 Subject: [PATCH] Revert "Add VMSS filter to List VMs (#16813)" (#16956) This reverts commit 231fd2260cb9e63ba16d8b15d405f3134fe612c1. --- .../stable/2021-11-01/compute.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json index 9b75aedca663..3b3289b14926 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json @@ -3833,13 +3833,6 @@ "type": "string", "description": "The name of the resource group." }, - { - "name": "$filter", - "in": "query", - "required": false, - "type": "string", - "description": "The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'" - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -3876,13 +3869,6 @@ "operationId": "VirtualMachines_ListAll", "description": "Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.", "parameters": [ - { - "name": "$filter", - "in": "query", - "required": false, - "type": "string", - "description": "The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'" - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -12176,7 +12162,7 @@ } } }, - "description": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible." + "description": "Describes the public IP Sku" }, "VirtualMachinePublicIPAddressConfiguration": { "properties": {