From 0c5c15497f5d7d9a943081fe6d8dace970dc1f71 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 25 Feb 2022 03:55:37 +0000 Subject: [PATCH] CodeGen from PR 17853 in Azure/azure-rest-api-specs Merge 1d7ce851071426c6b1b48c4747f913a3b4fadb21 into 06f446933347cf235bf85abe1afdbee49615bf9c --- schemas/2021-10-01/Microsoft.Compute.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schemas/2021-10-01/Microsoft.Compute.json b/schemas/2021-10-01/Microsoft.Compute.json index 3c782d9d57..9357e5cf7d 100644 --- a/schemas/2021-10-01/Microsoft.Compute.json +++ b/schemas/2021-10-01/Microsoft.Compute.json @@ -966,6 +966,21 @@ "GalleryImageProperties": { "type": "object", "properties": { + "architecture": { + "oneOf": [ + { + "type": "string", + "enum": [ + "x64", + "Arm64" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The architecture of the image. Applicable to OS disks only." + }, "description": { "type": "string", "description": "The description of this gallery image definition resource. This property is updatable."