Skip to content

Commit

Permalink
Revert "Add VMSS filter to List VMs (#16813)" (#16956)
Browse files Browse the repository at this point in the history
This reverts commit 231fd22.
  • Loading branch information
grizzlytheodore committed Jan 3, 2022
1 parent 153b9d8 commit 726e497
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 726e497

Please sign in to comment.