Azure PowerShell – Az モジュール v10.4.1 がリリースされました

ブログ エントリ内にアフィリエイト広告が含まれています
スポンサーリンク

2023/09/27 (現地時間) に Azure PowerShell – Az モジュール の最新版である v10.4.1 がリリースされました。

修正版の Azure PowerShell – Az モジュール v10.4.1 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。

Azure PowerShell – Az モジュール v10.4.1 をインストールおよびインポート後、バージョンが v10.4.1 となっていることが確認できます。

スポンサーリンク

Az モジュール v10.4.1 について (意訳)

  • Azure PowerShell – Az モジュール v10.4.1 インストーラー (x64) : リンク
  • Azure PowerShell – Az モジュール v10.4.1 インストーラー (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:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:10.4.1-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:10.4.1-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:10.4.1-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:10.4.1-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:10.4.1-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:10.4.1-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:10.4.1-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:10.4.1-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:10.4.1-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-10.4.1.37722.tar.gz
    • 3D7DA77CF6F9CD147C2724766341466BD00AE1A240771844B8877C25D327617E

リリース ノート (10.4.1 – September 2024)

v10.4.0 の内容について、以下のブログ エントリに纏めていますので、あわせてご確認ください。

Az.Resources 6.11.1

  • ‘Get-AzRoleAssignment’ でリグレッションを引き起こしたコミットを元に戻しました [#22863]
スポンサーリンク

参考サイト

タイトルとURLをコピーしました