Skip to content

Commit 7637919

Browse files
authored
Merge pull request #232209 from ericd-mst-github/erd-aib-troubleshoot
added 2022-07-01 updates
2 parents 82d040e + 4af4ccf commit 7637919

File tree

3 files changed

+286
-49
lines changed

3 files changed

+286
-49
lines changed

articles/virtual-machines/image-builder-api-update-release-notes.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kof-f
55
ms.service: virtual-machines
66
ms.topic: conceptual
77
ms.workload: infrastructure
8-
ms.date: 04/04/2022
8+
ms.date: 05/08/2023
99
ms.reviewer: erd
1010
ms.subservice: image-builder
1111
ms.custom: references_regions
@@ -17,11 +17,30 @@ ms.custom: references_regions
1717

1818
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
1919

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.
2121

2222
## API releases
2323

2424

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.
41+
42+
43+
2544
### Version 2022-02-14
2645

2746
**Improvements**

0 commit comments

Comments
 (0)