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
- imageVersionId - ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place. The `imageVersionId` should be the `ResourceId` of the image version. Use [az sig image-version list](/cli/azure/sig/image-version#az-sig-image-version-list) to list image versions.
1280
1282
1281
-
### SharedImageVersion
1282
1283
1283
1284
The following JSON sets the source image as an image stored in a [Direct Shared Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli#sharing).
1284
1285
@@ -1304,6 +1305,35 @@ source: {
1304
1305
```
1305
1306
---
1306
1307
1308
+
The following JSON sets the source image as the latest image version for an image stored in an Azure Compute Gallery.
**imageVersionId** - ARM resource id of the image version. When the image version name is 'latest', the version is evaluated when the image build takes place.
0 commit comments