2021/07/09 (現地時間) にAzure PowerShell – Az モジュール の最新版である v6.2.1 がリリースされました。
- Release Az v6.2.1 · Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v6.2.1-July2021
また、今回のリリースと合わせたかどうかは分かりませんが、Microsoft Tech Community 内、Azure Tools Blog にて 2021/07 以降の Azure PowerShell に対するアップデートのアナウンスがありましたので、以下に纏めました。
July 2021 - Azure PowerShell updates
Summary of changes happening for Azure PowerShell starting on July 2021.
スポンサーリンク
Az モジュール v6.2.1 について (意訳)
- Azure PowerShell – Az モジュール v6.2.1 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v6.2.1 インストーラー (x86) : リンク
- Gallery Module for Azure PowerShell : リンク
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:6.2.1-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:6.2.1-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:6.2.1-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:6.2.1-alpine-3.10
リリース ノート (6.2.1 – July 2021)
Az.Accounts
- Fixed access error when subscripiton has no ‘Tags’ property
サブスクリプトに ‘Tags’ プロパティがない場合のアクセス エラーを修正 [#15425]
スポンサーリンク
2021/07 以降の Azure PowerShell に対するアップデートについて
アップデート内容について
2021/07 以降、以下のモジュールが Azure PowerShell として提供されます。
- Az モジュール
- AzPreview モジュール
- 2021/13 時点では、Azure CloudShell ではまだ利用できないようです。
※ インポートしようとすると “Import-Module: The specified module ‘AzPreview’ was not loaded because no valid module file was found in any module directory.” というエラーが表示されます。
- 2021/13 時点では、Azure CloudShell ではまだ利用できないようです。
Az モジュールについて
これまで提供されているものと同じですが、特徴は以下となります。
- GA 済みの安定したモジュールのみを含みます。
- 各モジュールのバージョンは 1.0.0 以上となります。
- 毎月第一火曜日 (現地時間) に最新版がリリースされます。
- 重大な変更や、重要なアップデートは除く。
- アップデートのマイルストーンは以下を参照。
- Milestones – Azure/azure-powershell
https://github.com/Azure/azure-powershell/milestones
- Milestones – Azure/azure-powershell
AzPreview モジュールについて
特徴は以下となります。
- Az モジュールに加え、”プレビュー モジュール” を含んだ形で提供されます。
- 各プレビュー モジュールのバージョンは、1.0.0 未満となります。
- “機能プレビュー モジュール” については、モジュール ロード時に発生する可能性があるアセンブリ競合を回避するため、含まれていない。
- 個別にプレビュー モジュールをインストールする必要がありません。
- Azpreview モジュールに含まれている各モジュールのリストは以下を参照。
- azure-powershell/azure-powershell-modules.md at main · Azure/azure-powershell
https://github.com/Azure/azure-powershell/blob/main/documentation/azure-powershell-modules.md
- azure-powershell/azure-powershell-modules.md at main · Azure/azure-powershell
- 便宜上、Az モジュールと AzPreview モジュールのバージョンは同じになります。
Az モジュールと AzPreview モジュールの併用について
確認してみましたが、Az モジュールと AzPreview モジュールを同時にインストール (アップデート) することが可能でした。
また、 AzPreview モジュールだけインポートしておけば問題ないとは思いますが、Az モジュールと AzPreview モジュールのインポートも可能でした。
※異なるバージョンで問題なく動作するかは未確認 (最新バージョンのモジュールで動作するかとは思いますが)。
スポンサーリンク
参考サイト
- 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 - Azure PowerShell release notes | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps - Azure PowerShell – Az モジュール v6.0.0 がリリースされました | 焦げlog
https://kogelog.com/2021/05/25/20210525-02/ - Azure PowerShell – Az モジュール v6.1.0 がリリースされました | 焦げlog
https://kogelog.com/2021/06/15/20210615-01/ - Azure PowerShell – Az モジュール v6.2.0 がリリースされました | 焦げlog
https://kogelog.com/2021/07/07/20210707-01/