Skip to content

Commit

Permalink
CodeGen from PR 18433 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 5fc2061850b6ec0f9e2434048bc32b05c15cdea3 into 5873c8fc2e706a747d8835bc84095a689a42552e
  • Loading branch information
SDKAuto committed Apr 18, 2022
1 parent 3cf49b0 commit cfd7923
Show file tree
Hide file tree
Showing 4 changed files with 9,540 additions and 0 deletions.
45 changes: 45 additions & 0 deletions schemas/2021-11-01/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,20 @@
"enum": [
"Microsoft.Compute/proximityPlacementGroups"
]
},
"zones": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created."
}
},
"required": [
Expand Down Expand Up @@ -3162,6 +3176,17 @@
],
"description": "Instance view status."
},
"intent": {
"oneOf": [
{
"$ref": "#/definitions/ProximityPlacementGroupPropertiesIntent"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the user intent of the proximity placement group."
},
"proximityPlacementGroupType": {
"oneOf": [
{
Expand All @@ -3180,6 +3205,26 @@
},
"description": "Describes the properties of a Proximity Placement Group."
},
"ProximityPlacementGroupPropertiesIntent": {
"type": "object",
"properties": {
"vmSizes": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies possible sizes of virtual machines that can be created in the proximity placement group."
}
},
"description": "Specifies the user intent of the proximity placement group."
},
"PublicIPAddressSku": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit cfd7923

Please sign in to comment.