2020/08/28 (現地時間) に Azure PowerShell – Az モジュール の最新版である v4.6.1 がリリースされました。
- Release 4.6.1 · Azure/azure-powershell · GitHub
https://github.com/Azure/azure-powershell/releases/tag/v4.6.1-August2020
このリリースは、v.4.6.0 のコマンドの一部で不具合 (New-AzVm コマンドレット実行時、securityProfile.encryptionAtHost でエラー) があったため、その修正版のリリースとなっているようです。
Azure PowerShell – Az モジュール v4.6.1 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v4.6.1 をインストールおよびインポート後、バージョンが v4.6.1 となっていることが確認できます。
Az モジュール v4.6.1 について (意訳)
- Azure PowerShell – Az モジュール v4.6.1 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v4.6.1 インストーラー (x86) : リンク
- Gallery Module for ARM .NET Standard コマンドレット : リンク
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-18.04
- mcr.microsoft.com/azure-powershell:4.6.1-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:4.6.1-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:4.6.1-centos-7
スポンサーリンク
リリース ノート (4.6.1 – August 2020)
Az.Compute
- 既定値の false を削除するため、’New-AzVm’ の ‘-EncryptionAtHost’ パラメーターにパッチを適用 [#12776]
参考 URL
- 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/ - Azure PowerShell – Az モジュール v4.1.0 がリリースされました | 焦げlog
https://kogelog.com/2020/05/21/20200521-01/ - Azure PowerShell – Az モジュール v4.2.0 がリリースされました | 焦げlog
https://kogelog.com/2020/06/03/20200603-01/ - Azure PowerShell – Az モジュール v4.3.0 がリリースされました | 焦げlog
https://kogelog.com/2020/06/23/20200623-01/ - Azure PowerShell – Az モジュール v4.4.0 がリリースされました | 焦げlog
https://kogelog.com/2020/07/15/20200715-01/ - Azure PowerShell – Az モジュール v4.5.0 がリリースされました | 焦げlog
https://kogelog.com/2020/08/04/20200804-01/ - Azure PowerShell – Az モジュール v4.6.0 がリリースされました | 焦げlog
https://kogelog.com/2020/08/25/20200825-01/