You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/image-builder-json.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -842,7 +842,7 @@ The image output is a managed image resource.
842
842
843
843
```json
844
844
{
845
-
"type":"managedImage",
845
+
"type":"ManagedImage",
846
846
"imageId": "<resource ID>",
847
847
"location": "<region>",
848
848
"runOutputName": "<name>",
@@ -857,7 +857,7 @@ The image output is a managed image resource.
857
857
858
858
```bicep
859
859
{
860
-
type:'managedImage'
860
+
type:'ManagedImage'
861
861
imageId: '<resource ID>'
862
862
location: '<region>'
863
863
runOutputName: '<name>'
@@ -872,7 +872,7 @@ The image output is a managed image resource.
872
872
873
873
Distribute properties:
874
874
875
-
-**type** – managedImage
875
+
-**type** – ManagedImage
876
876
-**imageId** – Resource ID of the destination image, expected format: /subscriptions/\<subscriptionId>/resourceGroups/\<destinationResourceGroupName>/providers/Microsoft.Compute/images/\<imageName>
877
877
-**location** - location of the managed image.
878
878
-**runOutputName** – unique name for identifying the distribution.
0 commit comments