Skip to content

Commit a563385

Browse files
authored
Merge pull request #110387 from blueboxes/patch-2
Update image-builder-json.md
2 parents 7c4055e + 7bcad5b commit a563385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ The image output is a managed image resource.
842842

843843
```json
844844
{
845-
"type":"managedImage",
845+
"type":"ManagedImage",
846846
"imageId": "<resource ID>",
847847
"location": "<region>",
848848
"runOutputName": "<name>",
@@ -857,7 +857,7 @@ The image output is a managed image resource.
857857

858858
```bicep
859859
{
860-
type:'managedImage'
860+
type:'ManagedImage'
861861
imageId: '<resource ID>'
862862
location: '<region>'
863863
runOutputName: '<name>'
@@ -872,7 +872,7 @@ The image output is a managed image resource.
872872

873873
Distribute properties:
874874

875-
- **type**managedImage
875+
- **type**ManagedImage
876876
- **imageId** – Resource ID of the destination image, expected format: /subscriptions/\<subscriptionId>/resourceGroups/\<destinationResourceGroupName>/providers/Microsoft.Compute/images/\<imageName>
877877
- **location** - location of the managed image.
878878
- **runOutputName** – unique name for identifying the distribution.

0 commit comments

Comments
 (0)