Skip to content

Commit fd7ba0f

Browse files
authored
Merge pull request #127304 from psmanhas/patch-5
(Azure CXP) resolves MicrosoftDocs/azure-docs#61542
2 parents 77b2f57 + fd3d7c4 commit fd7ba0f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -528,17 +528,16 @@ Output:
528528
The image output will be a managed image resource.
529529

530530
```json
531-
"distribute": [
532-
{
533-
"type":"managedImage",
531+
{
532+
"type":"managedImage",
534533
"imageId": "<resource ID>",
535534
"location": "<region>",
536535
"runOutputName": "<name>",
537536
"artifactTags": {
538537
"<name": "<value>",
539-
"<name>": "<value>"
540-
}
541-
}]
538+
"<name>": "<value>"
539+
}
540+
}
542541
```
543542

544543
Distribute properties:

0 commit comments

Comments
 (0)