Skip to content

[All OS] Azure PowerShell module will be updated from 12.5.0/14.6.0 to 15.6.1 #14104

@v-GeorgyPuzakov

Description

@v-GeorgyPuzakov

Breaking changes

The Azure PowerShell (Az) module will be updated from 14.6.0 to 15.6.1 on all runner images. Az 14.x is no longer supported by Microsoft - only the latest version receives security fixes and support. See the Az PowerShell support lifecycle.

This is a major version upgrade (14 → 15) and may contain breaking changes. Please review the Az 15.x migration guide and release notes for details.

Runner images affected

Image Previous version New version
ubuntu-22.04 14.6.0 15.6.1
ubuntu-24.04 14.6.0 15.6.1
ubuntu-26.04 15.5.0 15.6.1
macos-14 14.6.0 15.6.1
macos-15 14.6.0 15.6.1
macos-26 14.6.0 15.6.1
windows-2022 14.6.0 15.6.1
windows-2025 14.6.0 15.6.1
windows-2025-vs2026 14.6.0 15.6.1
windows-11-arm64 12.5.0 15.6.1
windows-11-vs2026-arm64 12.5.0 15.6.1

Target date

This change will be rolled out beginning June 1, 2026 and will complete by June 7, 2026.

The motivation for the changes

Az PowerShell 14.x is no longer supported by Microsoft. Unlike other products, the Az PowerShell module does not have LTS versions - only the latest release is supported. Running an unsupported version poses security risks and means that support tickets filed with Microsoft will not be addressed until the module is updated.

The current version on most runner images is 14.6.0, which was released in January 2026. Since then, multiple security patches and improvements have been shipped in the 15.x line.

Possible impact

Workflows that use Az PowerShell cmdlets may be affected by breaking changes between Az 14.x and Az 15.x. Key areas include:

  • Cmdlet parameter changes and removals
  • Output type changes for some cmdlets
  • Deprecated cmdlets removed

If your workflows rely on specific Az 14.x behavior, please review the migration guide and test your scripts accordingly.

To pin a specific Az version in your workflow, you can use:

Install-Module -Name Az -RequiredVersion 14.6.0 -Force -AllowClobber

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 22.04
  • Ubuntu 24.04
  • Ubuntu Slim
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • macOS 26
  • macOS 26 Arm64
  • Windows Server 2022
  • Windows Server 2025
  • Windows Server 2025 with Visual Studio 2026

Mitigation ways

If you need to continue using Az 14.x, you can install it explicitly in your workflow:

Install-Module -Name Az -RequiredVersion 14.6.0 -Force -AllowClobber

Alternatively, update your scripts to be compatible with Az 15.x by following the migration guide.

Related issue:

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions