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/image-builder-api-update-release-notes.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kof-f
5
5
ms.service: virtual-machines
6
6
ms.topic: conceptual
7
7
ms.workload: infrastructure
8
-
ms.date: 04/04/2022
8
+
ms.date: 05/08/2023
9
9
ms.reviewer: erd
10
10
ms.subservice: image-builder
11
11
ms.custom: references_regions
@@ -17,11 +17,30 @@ ms.custom: references_regions
17
17
18
18
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
19
19
20
-
This article contains all major API changes and feature updates for the Azure VM Image Builder service.
20
+
This article contains all major API changes and feature updates for the Azure VM Image Builder (AIB) service.
21
21
22
22
## API releases
23
23
24
24
25
+
### Version 2022-07-01
26
+
27
+
**Improvements**
28
+
- Added support to use the latest image version stored in Azure Compute Gallery as the source for the image template
29
+
- Added `versioning` to support generating version numbers for image distributions. For more information, see [properties: versioning](../virtual-machines/linux/image-builder-json.md#versioning)
30
+
- Added support for per region configuration when distributing to Azure Compute Gallery. For more information, see [Distribute:targetRegions](../virtual-machines/linux/image-builder-json.md#distribute-targetregions)
31
+
- Added new 'File' validation type. For more information, see [validate properties](../virtual-machines/linux/image-builder-json.md#properties-validate)
32
+
- VHDs can now be distributed to a custom blob or container in a custom storage account. For more information, see [Distribute: VHD](../virtual-machines/linux/image-builder-json.md#distribute-vhd)
33
+
- Added support for using a [Direct Shared Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli#sharing) image as the source for the image template
34
+
35
+
36
+
**Changes**
37
+
-`replicationRegions` is now deprecated for gallery distributions. For more information, use [gallery-replicated-regions](/cli/azure/image/builder/output?view=azure-cli-latest#az-image-builder-output-add-examples&preserve-view=true)
38
+
- VHDs can now be distributed to a custom blob or container in a custom storage account
39
+
-`targetRegions` array added and applied only to "SharedImage" type distribute. For more information on `targetRegions`, see [Azure Compute Gallery](../../articles/virtual-machines/azure-compute-gallery.md)
40
+
- Added support for using a [Direct Shared Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli#sharing) image as the source for the image template. Direct Shared Gallery is currently in preview.
0 commit comments