Skip to content

Commit

Permalink
Add VMSS filter to List VMs (Azure#16813)
Browse files Browse the repository at this point in the history
* change1 for change file

* change description

* change description
  • Loading branch information
xielexie authored Dec 3, 2021
1 parent 07c1d4c commit 231fd22
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3833,6 +3833,13 @@
"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 @@ -3869,6 +3876,13 @@
"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 @@ -12162,7 +12176,7 @@
}
}
},
"description": "Describes the public IP Sku"
"description": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."
},
"VirtualMachinePublicIPAddressConfiguration": {
"properties": {
Expand Down

0 comments on commit 231fd22

Please sign in to comment.