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": {