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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -974,7 +974,7 @@ az resource show \
974
974
975
975
## Properties: source
976
976
977
-
The `source` section contains information about the source image that will be used by Image Builder.
977
+
The `source` section contains information about the source image that will be used by Image Builder. Azure Image Builder only supports generalized images as source images, specialized images are not supported at this time.
978
978
979
979
The API requires a `SourceType` that defines the source for the image build, currently there are three types:
980
980
@@ -1431,4 +1431,4 @@ az resource invoke-action \
1431
1431
1432
1432
## Next steps
1433
1433
1434
-
There are sample .json files for different scenarios in the [Azure Image Builder GitHub](https://github.com/azure/azvmimagebuilder).
1434
+
There are sample .json files for different scenarios in the [Azure Image Builder GitHub](https://github.com/azure/azvmimagebuilder).
0 commit comments