Skip to content

Commit c763da0

Browse files
author
SDKAuto
committed
CodeGen from PR 18581 in Azure/azure-rest-api-specs
Merge 7f29b38856774493127a162f283bc09623b7ef42 into f0d1568886f2fa655d8c259264efced0bbbd8e3e
1 parent 3cf49b0 commit c763da0

File tree

6 files changed

+9579
-1506
lines changed

6 files changed

+9579
-1506
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -966,21 +966,6 @@
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-
},
984969
"description": {
985970
"type": "string",
986971
"description": "The description of this gallery image definition resource. This property is updatable."

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,20 @@
514514
"enum": [
515515
"Microsoft.Compute/proximityPlacementGroups"
516516
]
517+
},
518+
"zones": {
519+
"oneOf": [
520+
{
521+
"type": "array",
522+
"items": {
523+
"type": "string"
524+
}
525+
},
526+
{
527+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
528+
}
529+
],
530+
"description": "Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created."
517531
}
518532
},
519533
"required": [
@@ -3162,6 +3176,17 @@
31623176
],
31633177
"description": "Instance view status."
31643178
},
3179+
"intent": {
3180+
"oneOf": [
3181+
{
3182+
"$ref": "#/definitions/ProximityPlacementGroupPropertiesIntent"
3183+
},
3184+
{
3185+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3186+
}
3187+
],
3188+
"description": "Specifies the user intent of the proximity placement group."
3189+
},
31653190
"proximityPlacementGroupType": {
31663191
"oneOf": [
31673192
{
@@ -3180,6 +3205,26 @@
31803205
},
31813206
"description": "Describes the properties of a Proximity Placement Group."
31823207
},
3208+
"ProximityPlacementGroupPropertiesIntent": {
3209+
"type": "object",
3210+
"properties": {
3211+
"vmSizes": {
3212+
"oneOf": [
3213+
{
3214+
"type": "array",
3215+
"items": {
3216+
"type": "string"
3217+
}
3218+
},
3219+
{
3220+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3221+
}
3222+
],
3223+
"description": "Specifies possible sizes of virtual machines that can be created in the proximity placement group."
3224+
}
3225+
},
3226+
"description": "Specifies the user intent of the proximity placement group."
3227+
},
31833228
"PublicIPAddressSku": {
31843229
"type": "object",
31853230
"properties": {

0 commit comments

Comments
 (0)