Skip to content

Releases: Azure/ALZ-PowerShell-Module

4.1.1-alpha

28 Oct 18:35
83192ea
Compare
Choose a tag to compare
4.1.1-alpha Pre-release
Pre-release

Changes

4.1.0

24 Oct 12:42
29b7d63
Compare
Choose a tag to compare

Changes

4.0.4-alpha

21 Oct 14:05
cdc8623
Compare
Choose a tag to compare
4.0.4-alpha Pre-release
Pre-release

Changes

4.0.3

21 Oct 09:37
e636be3
Compare
Choose a tag to compare

Changes

4.0.2

14 Oct 14:18
ab5cad8
Compare
Choose a tag to compare

Changes

4.0.2-alpha

14 Oct 14:04
ab5cad8
Compare
Choose a tag to compare
4.0.2-alpha Pre-release
Pre-release

Changes

4.0.1

08 Oct 16:15
31c701e
Compare
Choose a tag to compare

Changes

4.0.1-alpha

02 Oct 08:30
1f302b9
Compare
Choose a tag to compare
4.0.1-alpha Pre-release
Pre-release

Changes

  • docs: Update placeholder value in ALZ module code creation @Springstone (#203)

4.0.0

02 Oct 08:00
4f25ad4
Compare
Choose a tag to compare

Compatibility

Please note the this release is not backwards compatible with earlier versions of bootstrap and starter modules.

Minimum versions are:

  • Bootstrap: > v4.0.0
  • Bicep Starter: > v0.19.4
  • Terraform Starter: > v3.0.0

What's Changed

We have removed UI support from the Accelerator. The input configuration file is now required to supply inputs. This is a breaking change, hence the major version bump.

We have also added new features and updated the docs accordingly:

  • All inputs can now be supplied via environment variables.
  • All PowerShell parameters can now be supplied via environment variable or the input configuration file.
  • The local option for Bicep now outputs a PowerShell script that can be immediately run to deploy the ALZ. The script can also be used in third-party VCS.
  • The local option now grants the relevant IAM rights to the account running the deployment by default, so the ALZ can be deployed immediately with no intervention required.
  • Code and configuration has been significantly simplified enabling us to move faster with updates and new features moving forward.

Environment variables can be used for sensitive inputs to prevent them being persisted to file. For example VCS PAT.

Deprecations

  • The legacy Bicep mode has been removed.
  • The UI prompts for input if a config file is not supplied have been removed.

Full Changelog: 3.1.2...4.0.0

4.0.0-alpha

02 Oct 07:57
4f25ad4
Compare
Choose a tag to compare
4.0.0-alpha Pre-release
Pre-release

Changes