2024/02/09 (現地時間) に Azure PowerShell – Az モジュール v11.3.1 がリリースされました。
- Release Az 11.3.1 · Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v11.3.1-Feb2024
修正版の Azure PowerShell – Az モジュール v11.3.1 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v11.3.1 をインストールおよびインポート後、バージョンが v11.3.1 となっていることが確認できます。
なお、今回のリリースは v11.3.0 のバグフィックスのみとなります。v11.3.0 のアップデート内容については、以前投稿したブログ エントリを参照してください。
スポンサーリンク
Az モジュール v11.3.1 について
- Azure PowerShell – Az モジュール v11.3.0 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v11.3.0 インストーラー (x86) : リンク
- Gallery Module for Azure PowerShell : リンク
PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :
Install-Module -Name Az -Repository PSGallery -Force
古い Az のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name Az
Docker イメージ
- mcr.microsoft.com/azure-powershell:latest
- mcr.microsoft.com/azure-powershell:alpine-3.16
- mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.16
- mcr.microsoft.com/azure-powershell:alpine-3.17
- mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.17
- mcr.microsoft.com/azure-powershell:debian-11
- mcr.microsoft.com/azure-powershell:11.3.1-debian-11
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:11.3.1-debian-12
- mcr.microsoft.com/azure-powershell:mariner-2
- mcr.microsoft.com/azure-powershell:11.3.1-mariner-2
- mcr.microsoft.com/azure-powershell:mariner-2-arm64
- mcr.microsoft.com/azure-powershell:11.3.1-mariner-2-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:11.3.1-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:11.3.1-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-22.04
SHA256 Hashes of the release artifacts
- Az-Cmdlets-11.3.1.38271.tar.gz
- 5F064E7FF89798212DFD3C93123480064C78F27728210B86C20CFB93B7955564
リリース ノート (11.3.1 – February 2024)
General
- Az のアップデートをブロックしていた署名の問題を修正しました
Az.Resources
- Bicep CLI 実行時のデッドロックを修正しました [#24133]
スポンサーリンク
参考サイト
- Azure/azure-powershell: Microsoft Azure PowerShell
https://github.com/Azure/azure-powershell - Releases · Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases - PowerShell Module Browser – PowerShell | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/module/?WT.mc_id=AZ-MVP-4038156 - Docker Hub – Azure-PowerShell
https://hub.docker.com/_/microsoft-azure-powershell - Azure PowerShell | 焦げlog
https://kogelog.com/category/microsoft-azure/azure-powershell/