Skip to content

Commit 7582bb4

Browse files
authored
Merge pull request #177607 from kof-f/patch-23
changed "tags" to "artifactTags"
2 parents 085f6b4 + 75356a8 commit 7582bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Azure Image Builder supports Windows Server and client, and Linux Azure Marketp
174174
"offer": "UbuntuServer",
175175
"sku": "18.04-LTS",
176176
"version": "latest"
177-
},
177+
},
178178
```
179179

180180

@@ -646,7 +646,7 @@ You can output to a VHD. You can then copy the VHD, and use it to publish to Azu
646646
{
647647
"type": "VHD",
648648
"runOutputName": "<VHD name>",
649-
"tags": {
649+
"artifactTags": {
650650
"<name>": "<value>",
651651
"<name>": "<value>"
652652
}

0 commit comments

Comments
 (0)