You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3833,6 +3833,13 @@
3833
3833
"type": "string",
3834
3834
"description": "The name of the resource group."
3835
3835
},
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
+
},
3836
3843
{
3837
3844
"$ref": "#/parameters/ApiVersionParameter"
3838
3845
},
@@ -3869,6 +3876,13 @@
3869
3876
"operationId": "VirtualMachines_ListAll",
3870
3877
"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.",
3871
3878
"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
+
},
3872
3886
{
3873
3887
"$ref": "#/parameters/ApiVersionParameter"
3874
3888
},
@@ -12162,7 +12176,7 @@
12162
12176
}
12163
12177
}
12164
12178
},
12165
-
"description": "Describes the public IP Sku"
12179
+
"description": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible."
0 commit comments