From 0bfe9b051c46dd85ff5b05ac3def22004871b74e Mon Sep 17 00:00:00 2001 From: LexieXie <lexiexie@microsoft.com> Date: Thu, 18 Nov 2021 15:31:40 -0800 Subject: [PATCH 1/3] change1 for change file --- .../stable/2021-11-01/compute.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json index acaa570c5b3c..680c5cdacda9 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json @@ -3513,6 +3513,13 @@ "type": "string", "description": "The name of the resource group." }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string", + "description": "The filter to apply to the operation. Allowed value is 'virtualMachineScaleSet/id' eq VmssArmURI" + }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -3541,6 +3548,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 filter to apply to the operation. Allowed value is 'virtualMachineScaleSet/id' eq VmssArmURI" + }, { "$ref": "#/parameters/ApiVersionParameter" }, From a7f7e2bdc3e5bed52abf796e20b2df1dc87f5f50 Mon Sep 17 00:00:00 2001 From: LexieXie <lexiexie@microsoft.com> Date: Thu, 18 Nov 2021 16:00:59 -0800 Subject: [PATCH 2/3] change description --- .../Microsoft.Compute/stable/2021-11-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json index 680c5cdacda9..be3c7258dc13 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json @@ -11448,7 +11448,7 @@ } } }, - "description": "Describes the public IP Sku" + "description": "Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible." }, "VirtualMachinePublicIPAddressConfiguration": { "properties": { From 2b0c5e54dd66f243b25d92a58a262145728b6a1a Mon Sep 17 00:00:00 2001 From: LexieXie <lexiexie@microsoft.com> Date: Thu, 18 Nov 2021 16:29:17 -0800 Subject: [PATCH 3/3] change description --- .../Microsoft.Compute/stable/2021-11-01/compute.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json index be3c7258dc13..6e95981a4386 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json @@ -3518,7 +3518,7 @@ "in": "query", "required": false, "type": "string", - "description": "The filter to apply to the operation. Allowed value is 'virtualMachineScaleSet/id' eq VmssArmURI" + "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" @@ -3553,7 +3553,7 @@ "in": "query", "required": false, "type": "string", - "description": "The filter to apply to the operation. Allowed value is 'virtualMachineScaleSet/id' eq VmssArmURI" + "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"