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: '<replace with resourceId of the image stored in the Direct Shared Gallery>'
1288
1287
}
1289
1288
```
1290
1289
1291
1290
---
1292
-
1293
-
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.
1291
+
- 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.
1294
1292
1295
1293
The following JSON sets the source image as the latest image version in a [Direct Shared Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli#sharing).
1296
1294
@@ -1302,7 +1300,7 @@ The following JSON sets the source image as the latest image version in a [Direc
imageVersionId: '<replace with resourceId of the image stored in the Direct Shared Gallery>'
1315
1313
}
1316
1314
```
1317
-
- imageVersionId - ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place.
0 commit comments