Skip to content

Commit 1051f32

Browse files
author
SDKAuto
committed
CodeGen from PR 17853 in Azure/azure-rest-api-specs
Merge 36440044bfdfe2b777be37f1b5ec79d5627afec3 into 4d0adaa99964df094beae44cecb08f01ea6e66e0
1 parent b22cd42 commit 1051f32

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2021-10-01/Microsoft.Compute.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,21 @@
966966
"GalleryImageProperties": {
967967
"type": "object",
968968
"properties": {
969+
"architecture": {
970+
"oneOf": [
971+
{
972+
"type": "string",
973+
"enum": [
974+
"x64",
975+
"Arm64"
976+
]
977+
},
978+
{
979+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
980+
}
981+
],
982+
"description": "The architecture of the image. Applicable to OS disks only."
983+
},
969984
"description": {
970985
"type": "string",
971986
"description": "The description of this gallery image definition resource. This property is updatable."

0 commit comments

Comments
 (0)