Skip to content

Commit

Permalink
change property name to vmGalleryTags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo Santamaria Gomez committed Jun 26, 2024
1 parent a784631 commit 132c8c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"enableAutomaticUpgrade": true,
"order": 1,
"packageReferenceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.Compute/galleries/myGallery/applications/myApplication/versions/1.0.0",
"tags": "SampleTag",
"vmGalleryTags": "{\"Tag1\":\"Value1\",\"Tag2\":\"Value2\"}",
"treatFailureAsDeploymentFailure": false
}
]
Expand Down Expand Up @@ -325,7 +325,7 @@
"enableAutomaticUpgrade": true,
"order": 1,
"packageReferenceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.Compute/galleries/myGallery/applications/myApplication/versions/1.0.0",
"tags": "SampleTag",
"vmGalleryTags": "{\"Tag1\":\"Value1\",\"Tag2\":\"Value2\"}",
"treatFailureAsDeploymentFailure": false
}
]
Expand Down Expand Up @@ -495,7 +495,7 @@
"enableAutomaticUpgrade": true,
"order": 1,
"packageReferenceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.Compute/galleries/myGallery/applications/myApplication/versions/1.0.0",
"tags": "SampleTag",
"vmGalleryTags": "{\"Tag1\":\"Value1\",\"Tag2\":\"Value2\"}",
"treatFailureAsDeploymentFailure": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1545,8 +1545,8 @@
],
"properties": {
"configurationReference": {
"type": "string",
"format": "uri",
"type": "string",
"description": "Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided."
},
"enableAutomaticUpgrade": {
Expand All @@ -1570,9 +1570,9 @@
},
"description": "Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}."
},
"tags": {
"vmGalleryTags": {
"type": "string",
"description": "Optional, Specifies a passthrough value for more generic context."
"description": "Optional, Specifies a passthrough value for more generic context. Accepts a JSON-formatted string e.g. '{\"Tag1\":\"Value1\",\"Tag2\":\"Value2\"}'."
},
"treatFailureAsDeploymentFailure": {
"type": "boolean",
Expand Down

0 comments on commit 132c8c8

Please sign in to comment.