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

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

2022/11/17 (現地時間) に Azure PowerShell – Az モジュール の最新版である v9.1.1 がリリースされました。

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

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

スポンサーリンク

Az モジュール v9.1.1 について (意訳)

  • Azure PowerShell – Az モジュール v9.1.1 インストーラー (x64) : リンク
  • Azure PowerShell – Az モジュール v9.1.1 インストーラー (x86) : リンク
  • Gallery Module for Azure PowerShell : リンク

PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :

 Install-Module -Name Az -Repository PSGallery -Force 

古い Az のバージョンからアップデートする場合、次のコマンドを実行します :

 Update-Module -Name Az 

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:9.1.1-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.1.1-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.1.1-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.1.1-mariner-2
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.1.1-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.1.1-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.1.1-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.1.1-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.1.1-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.1.1.36578.tar.gz
    • D377C1D62230EFAC47D8B910E4BDC38E0677C654DD70591A3427FB9F6D853E8C

リリース ノート (9.1.1 – November 2022)

v9.1.0 の内容について、以前纏めていますので、あわせてご確認ください。

Az.Aks

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.ApiManagement

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.Compute

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.Maintenance

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.Monitor

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.Network

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.RecoveryServices

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]

Az.Resources

  • Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721] [#20110]
スポンサーリンク

参考サイト

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