actions / runner-images

GitHub Actions runner images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Ubuntu, Windows] Az Powershell module will be updated to v11.3.1 on March 18

mikhailkoliada opened this issue · comments

Breaking changes

Pre-installed Az powershell module on Ubuntu & Windows will be updated to v11.3.1.

Target date

The image rollout process will be started on March 18th and take 3-4 days.

The motivation for the changes

We want to provide a more recent version preinstalled.

Possible impact

If you use direct invocations of Az cmdlets they might be incompatible between major versions of the module so you may need to downgrade your version if it affects your pipeline in workflows unexpected way, we from our side unlikely to help with the code adoption to the new version and most likely all the reports to the runner-images repo will be marked as external and later closed.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

GitHub:

Use the azure/powershell action, it lets you to specify a module version you would like using by passing the azPSVersion parameter.

Actions:

Use the AzurePowershell@5 Azure DevOps task to specify a desired version

Love it