Skip to content

Commit

Permalink
add vmss filter to list (#16957)
Browse files Browse the repository at this point in the history
* change1 for change file

* change description

* change description

Co-authored-by: LexieXie <lexiexie@microsoft.com>
  • Loading branch information
grizzlytheodore and xielexie committed Jan 3, 2022
1 parent 6a311b4 commit 6dcd73f
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3845,6 +3845,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 @@ -3881,6 +3888,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 @@ -12311,7 +12325,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 6dcd73f

Please sign in to comment.