Skip to content

Commit 2e898ca

Browse files
author
SDKAuto
committed
CodeGen from PR 18609 in Azure/azure-rest-api-specs
Merge bcd61af33583ae6a7b0a203954b23e4da2fc8acb into 50d1185cc9f4ac7f8fee0adfd5fac3e0ac8a2f3e
1 parent 3cf49b0 commit 2e898ca

File tree

5 files changed

+9470
-1506
lines changed

5 files changed

+9470
-1506
lines changed

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

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,21 @@
713713
"GalleryApplicationVersionPublishingProfile": {
714714
"type": "object",
715715
"properties": {
716+
"advancedSettings": {
717+
"oneOf": [
718+
{
719+
"type": "object",
720+
"additionalProperties": {
721+
"type": "string"
722+
},
723+
"properties": {}
724+
},
725+
{
726+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
727+
}
728+
],
729+
"description": "Optional. Additional settings to pass to the VMApp extension. For advanced used only."
730+
},
716731
"enableHealthCheck": {
717732
"oneOf": [
718733
{
@@ -776,6 +791,16 @@
776791
],
777792
"description": "Optional parameter which specifies the mode to be used for replication. This property is not updatable."
778793
},
794+
"settings": {
795+
"oneOf": [
796+
{
797+
"$ref": "#/definitions/UserArtifactSettings"
798+
},
799+
{
800+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
801+
}
802+
]
803+
},
779804
"source": {
780805
"oneOf": [
781806
{
@@ -966,21 +991,6 @@
966991
"GalleryImageProperties": {
967992
"type": "object",
968993
"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-
},
984994
"description": {
985995
"type": "string",
986996
"description": "The description of this gallery image definition resource. This property is updatable."
@@ -1648,6 +1658,19 @@
16481658
"remove"
16491659
]
16501660
},
1661+
"UserArtifactSettings": {
1662+
"type": "object",
1663+
"properties": {
1664+
"configFileName": {
1665+
"type": "string",
1666+
"description": "Optional. The name to assign the downloaded config file on the VM. If not specified, the configuration file will be named `<gallery application name>_config`. This is limited to 4096 characters."
1667+
},
1668+
"packageFileName": {
1669+
"type": "string",
1670+
"description": "Optional. The name to assign the downloaded package file on the VM. If not specified, downloaded file will be named the same as the gallery application name. This is limited to 4096 characters."
1671+
}
1672+
}
1673+
},
16511674
"UserArtifactSource": {
16521675
"type": "object",
16531676
"properties": {

0 commit comments

Comments
 (0)