Skip to content

Commit 231fd22

Browse files
authored
Add VMSS filter to List VMs (Azure#16813)
* change1 for change file * change description * change description
1 parent 07c1d4c commit 231fd22

File tree

1 file changed

+15
-1
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01

1 file changed

+15
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3833,6 +3833,13 @@
38333833
"type": "string",
38343834
"description": "The name of the resource group."
38353835
},
3836+
{
3837+
"name": "$filter",
3838+
"in": "query",
3839+
"required": false,
3840+
"type": "string",
3841+
"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}'"
3842+
},
38363843
{
38373844
"$ref": "#/parameters/ApiVersionParameter"
38383845
},
@@ -3869,6 +3876,13 @@
38693876
"operationId": "VirtualMachines_ListAll",
38703877
"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.",
38713878
"parameters": [
3879+
{
3880+
"name": "$filter",
3881+
"in": "query",
3882+
"required": false,
3883+
"type": "string",
3884+
"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}'"
3885+
},
38723886
{
38733887
"$ref": "#/parameters/ApiVersionParameter"
38743888
},
@@ -12162,7 +12176,7 @@
1216212176
}
1216312177
}
1216412178
},
12165-
"description": "Describes the public IP Sku"
12179+
"description": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."
1216612180
},
1216712181
"VirtualMachinePublicIPAddressConfiguration": {
1216812182
"properties": {

0 commit comments

Comments
 (0)