Skip to content

Releases: Azure/ALZ-PowerShell-Module

2.2.0-alpha

11 Jun 10:12
3bf65b4

Choose a tag to compare

2.2.0-alpha Pre-release
Pre-release

Changes

🚀 Features

2.1.0

07 Jun 10:01
58015ba

Choose a tag to compare

Changes

🚀 Features

2.1.0-alpha

07 Jun 09:33
58015ba

Choose a tag to compare

2.1.0-alpha Pre-release
Pre-release

Changes

🚀 Features

2.0.3

03 Apr 11:44
cc905c8

Choose a tag to compare

Changes

2.0.3-alpha

03 Apr 11:37
cc905c8

Choose a tag to compare

2.0.3-alpha Pre-release
Pre-release

Changes

2.0.2

21 Mar 16:26
d131152

Choose a tag to compare

Changes

🐛 Bug Fixes

2.0.2-alpha

21 Mar 16:21
d131152

Choose a tag to compare

2.0.2-alpha Pre-release
Pre-release

Changes

🐛 Bug Fixes

2.0.1

21 Mar 02:56
79d7c6d

Choose a tag to compare

Changes

2.0.1-alpha

21 Mar 02:40
79d7c6d

Choose a tag to compare

2.0.1-alpha Pre-release
Pre-release

Changes

2.0.0

20 Mar 13:43
a2e0390

Choose a tag to compare

Breaking changes

  • There are no breaking changes for Bicep
  • For Terraform we have made the following changes that would impact anyone upgrading from a previous version.
    • Renamed starter_module variable to starter in the bootstraps. Only impacts people using an input file and re-running the accelerator.
    • Added a new PAT token variable for GitHub specific to runners. This is an optional input for self-hosted runners to enable the container instance to generate a registration token.
    • Moved to ephemeral runners for GitHub. Related to the previous bullet, this is a new way to register runners to avoid some of the previous issues with timeouts of the activation token.
    • Updated the folder structure for the intermediate file system. Does not impact what is deployed, but does break the unsupported upgrade path. The new folder structure separates the bootstrap and starter into equivalently named folders.

Changes