以前のブログ エントリ『1 台のマシンに Azure PowerShell の AzureRM モジュールと Az モジュールを共存させる方法について』で久しぶりに AzureRM モジュールを触る機会がありましたが、最新のバージョン v6.13.2 が 2021/03/24 にリリースされていたことに気が付きました。
- Release AzureRM 6.13.2 · Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v6.13.2-March2021
ッベー、見落としてた (
これまで AzureRM のアップデート情報の日本語訳 (意訳) を投稿し続けてきたので、リリースからかなり期間は空いてしまいましたが今回も纏めてみました。
Azure PowerShell v6.13.2 について (意訳)
- Azure PowerShell v6.13.2 インストーラー (x64) : リンク
- Azure PowerShell v6.13.2 インストーラー (x86) : リンク
- ARM コマンドレットに対する Gallery モジュール : リンク
PowerShell Gallery から AzureRM をインストールする場合、次のコマンドを実行します :
Install-Module -Name AzureRM -Repository PSGallery -Force
古い AzureRM のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name AzureRM
前回のリリースからの変更点
このモジュールは、2024/02/29 にサポートが終了します。
Az PowerShell モジュールは、次の改善を提供しています :
- トークン キャッシュの暗号化と認証の改善によるセキュリティの強化
- Azure Cloud Shell および Linux や macOS 上で利用可能
- すべての Azure サービスをサポート
- Azure アクセス トークンの使用を許可
これらの改善点を活用するには、できるだけ早く Az モジュールの使用を開始することを推奨します。
Update your scripts that use AzureRM PowerShell modules to use Az PowerShell modules by 29 February 2024. To automatically update your scripts, follow the quickstart guide.
2024/02/29 までに AzureRM PowerShell モジュールを使用するスクリプトから Az PowerShell モジュールを使用するスクリプトにアップデートします。スクリプトを自動的にアップデートするには、クイックスタート ガイドに従ってください。
参考サイト
- 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 v6.0.1 がリリースされました | 焦げlog
https://kogelog.com/2018/05/09/20180509-01/ - Azure PowerShell v6.1.0 がリリースされました | 焦げlog
https://kogelog.com/2018/05/24/20180524-02/ - Azure PowerShell v6.1.1 がリリースされました | 焦げlog
https://kogelog.com/2018/05/31/20180531-01/ - Azure PowerShell v6.2.0 および v6.2.1 がリリースされました | 焦げlog
https://kogelog.com/2018/06/10/20180610-01/ - Azure PowerShell v6.3.0 がリリースされました | 焦げlog
https://kogelog.com/2018/06/21/20180621-01/ - Azure PowerShell v6.4.0 がリリースされました | 焦げlog
https://kogelog.com/2018/07/05/20180705-01/ - Azure PowerShell v6.5.0 がリリースされました | 焦げlog
https://kogelog.com/2018/07/21/20180721-01/ - Azure PowerShell v6.6.0 がリリースされました | 焦げlog
https://kogelog.com/2018/08/02/20180802-02/ - Azure PowerShell v6.7.0 がリリースされました | 焦げlog
https://kogelog.com/2018/08/16/20180816-01/ - Azure PowerShell v6.8.0 および v6.8.1 がリリースされました| 焦げlog
https://kogelog.com/2018/08/30/20180830-03/ - Azure PowerShell v6.9.0 がリリースされました | 焦げlog
https://kogelog.com/2018/09/30/20180930-01/ - Azure PowerShell v6.10.0 がリリースされました | 焦げlog
https://kogelog.com/2018/10/10/20181010-02/ - Azure PowerShell v6.11.0 がリリースされました | 焦げlog
https://kogelog.com/2018/10/24/20181024-03/ - Azure PowerShell v6.12.0 がリリースされました | 焦げlog
https://kogelog.com/2018/11/07/20181107-03/ - Azure PowerShell v6.13.0 および v6.13.1 がリリースされました | 焦げlog
https://kogelog.com/2018/11/22/20181122-02/