Skip to content

Commit 75356a8

Browse files
authored
changed "tags" to "artifactTags"
1 parent 9f1f75e commit 75356a8

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)