We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77b2f57 + fd3d7c4 commit fd7ba0fCopy full SHA for fd7ba0f
articles/virtual-machines/linux/image-builder-json.md
@@ -528,17 +528,16 @@ Output:
528
The image output will be a managed image resource.
529
530
```json
531
-"distribute": [
532
- {
533
-"type":"managedImage",
+{
+ "type":"managedImage",
534
"imageId": "<resource ID>",
535
"location": "<region>",
536
"runOutputName": "<name>",
537
"artifactTags": {
538
"<name": "<value>",
539
- "<name>": "<value>"
540
- }
541
- }]
+ "<name>": "<value>"
+ }
+}
542
```
543
544
Distribute properties:
0 commit comments