2022/10/17 (現地時間) に Azure PowerShell – Az モジュール の最新版である v9.0.1 がリリースされました。
- Release Az 9.0.1 · Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v9.0.1-October2022
Azure PowerShell – Az モジュール v9.0.1 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v9.0.1 をインストールおよびインポート後、バージョンが v9.0.1 となっていることが確認できます。
スポンサーリンク
Az モジュール v9.0.1 について (意訳)
- Azure PowerShell – Az モジュール v9.0.1 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v9.0.1 インストーラー (x86) : リンク
- Gallery Module for Azure PowerShell : リンク
PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :
Install-Module -Name Az -Repository PSGallery -Force
古い Az のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name Az
SHA256 Hashes of the release artifacts
- Az-Cmdlets-9.0.1.36486.tar.gz
- 5EF1837F79320B240C3A2CB7CEC3690C90476EE32708EC786A9A09D0D14EA9AB
リリース ノート (9.0.1 – October 2022)
v9.0.0 から v9.0.1 の変更点については、以下を参照。
v9.0.0 の内容について、以前纏めていますので、あわせてご確認ください。
Azure PowerShell – Az モジュール v9.0.0 がリリースされました
2022/10/12 (現地時間) に Azure PowerShell – Az モジュール の最新版である v9.0.0 がリリースされました。 Release Az 9.0.0 · Azure/azure-powershell Azu...
Az.Resources
- ロール割り当ての作成コマンドレットでリソース ID への未使用の参照を削除
- ‘Get-AzADApplication’、’Get-AzADServicePrincipal’、’Get-AzADGroup’ にパラメーター ‘-Count’ を公開 [#19476]
- ‘New-AzRoleAssignment’ の NullReferenceException 問題を修正 [#19793]
スポンサーリンク
参考サイト
- 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/