Azure PowerShell v5.4.0 がリリースされた直後、Azure PowerShell v5.4.1 がリリースされていたようです。
- Release 5.4.1 – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases/tag/v5.4.1-February2018
Azure PowerShell v5.4.1 については、PowerShell Gallery 経由のみでの入手、適用可能となっています。
- PowerShell Gallery | AzureRM 5.4.1
https://www.powershellgallery.com/packages/AzureRM/5.4.1
Azure PowerShell v5.4.1 について (意訳)
- ARM コマンドレッドに対する Gallery モジュール : リンク
PowerShell Gallery から AzureRM をインストールする場合、次のコマンドを実行します :
Install-Module -Name AzureRM -Repository PSGallery -Force
古い AzureRM のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name AzureRM
このリリースにおける変更点
AzureRM.Profile
- モジュール読み込み時における、並行処理の問題を修正
参考
- Azure/azure-powershell: Microsoft Azure PowerShell
https://github.com/Azure/azure-powershell - Releases – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases - Azure PowerShell v5.0.0 がリリースされました | 焦げlog
https://kogelog.com/2017/11/09/20171109-01/ - Azure PowerShell v5.0.1 がリリースされました | 焦げlog
https://kogelog.com/2017/11/12/20171112-01/ - Azure PowerShell v5.1.1 がリリースされました | 焦げlog
https://kogelog.com/2017/12/12/20171212-01/ - Azure PowerShell v5.2.0 がリリースされました | 焦げlog
https://kogelog.com/2018/02/01/20180201-01/ - Azure PowerShell v5.3.0 がリリースされました | 焦げlog
https://kogelog.com/2018/02/14/20180214-01/ - Azure PowerShell v5.4.0 がリリースされました | 焦げlog
https://kogelog.com/2018/02/28/20180228-01/