Skip to content

Commit a4646a5

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

File tree

4 files changed

+9525
-0
lines changed

4 files changed

+9525
-0
lines changed

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

Lines changed: 38 additions & 0 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
{
@@ -1648,6 +1673,19 @@
16481673
"remove"
16491674
]
16501675
},
1676+
"UserArtifactSettings": {
1677+
"type": "object",
1678+
"properties": {
1679+
"configFileName": {
1680+
"type": "string",
1681+
"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."
1682+
},
1683+
"packageFileName": {
1684+
"type": "string",
1685+
"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."
1686+
}
1687+
}
1688+
},
16511689
"UserArtifactSource": {
16521690
"type": "object",
16531691
"properties": {

0 commit comments

Comments
 (0)