From 69594e2f4cc75ad34e8882efeb0aff6371874f5a Mon Sep 17 00:00:00 2001 From: haider agha Date: Wed, 20 Nov 2024 00:47:59 -0500 Subject: [PATCH 1/2] comment --- .../ComputeRP/stable/2024-11-01/virtualMachineImage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json index ab6c0ebbe953..8089bf06d0e3 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json @@ -827,7 +827,7 @@ "in": "query", "required": true, "type": "string", - "description": "The expand expression to apply on the operation.", + "description": "The expand expression to apply on the operation. ", "enum": [ "Properties" ] From 04021338b44d022eb685f7327db29eaad1d0ac07 Mon Sep 17 00:00:00 2001 From: Haider Agha <64601174+haagha@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:02:45 -0500 Subject: [PATCH 2/2] Add x-ms-enum and x-ms-pageable properties --- .../ComputeRP/stable/2024-11-01/virtualMachineImage.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json index 8089bf06d0e3..1b0e436a70e5 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/virtualMachineImage.json @@ -830,7 +830,11 @@ "description": "The expand expression to apply on the operation. ", "enum": [ "Properties" - ] + ], + "x-ms-enum": { + "name": "expand", + "modelAsString": true + } }, { "name": "$top", @@ -868,6 +872,9 @@ "$ref": "../../../common-types/v1/common.json#/definitions/CloudError" } } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" } } }