2025/07/01 (現地時間) に Azure PowerShell – Az モジュール v14.2.0 がリリースされました。
Release Az 14.2.0 ?? Azure/azure-powershell
Gallery Module for Azure PowerShell: To install Az from the PowerShell Gallery, run the following command:Install-Module...
Azure PowerShell – Az モジュール v14.2.0 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v14.2.0 をインストールおよびインポート後、バージョンが v14.2.0 となっていることが確認できます。
スポンサーリンク
Az モジュール v14.2.0 について
- Azure PowerShell – Az モジュール v14.2.0 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v14.2.0 インストーラー (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:alpine-3.20
- mcr.microsoft.com/azure-powershell:14.2.0-alpine-3.20
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:14.2.0-debian-12
- mcr.microsoft.com/azure-powershell:azurelinux-3.0
- mcr.microsoft.com/azure-powershell:14.2.0-azurelinux-3.0
- mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:14.2.0-azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:14.2.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:14.2.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:14.2.0-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:14.2.0-ubuntu-22.04
SHA256 Hashes of the release artifacts
- Az-Cmdlets-14.2.0.39899.tar.gz
- 2263FC65279BD06494EF682E23EE7485B4C32938DFB98ABBB04C6B6410B3FD49
リリース ノート (14.2.0 - July 2025)
Az.Accounts 5.1.1
- 多要素認証 (MFA) に関するメッセージの日付をアップデートしました。詳細な情報は、https://go.microsoft.com/fwlink/?linkid=2276971 を参照してください
Az.CosmosDB 1.18.1
- MongoDB コマンドレットの誤ったヘルプ ドキュメントを修正しました
Az.DataFactory 1.19.4
- Databricks ジョブ アクティビティのサポートを追加しました
- QuickBooks 接続プロパティに対するより多くのサポートを追加しました
Az.ElasticSan 1.4.1
- ボリューム グループの作成/アップデート時にデータ整合性をチェックするための警告メッセージを追加しました
- 'New-AzElasticSanVolumeGroup'
- 'Update-AzElasticSanVolumeGroup'
Az.ManagedServices 3.1.1
- 配列/単一のオブジェクトからリストへの以下のコマンドに関する重大な変更のアナウンスを追加しました
- 'Get-AzManagedServicesAssignment'
- 'Get-AzManagedServicesDefinition'
- 'Get-AzManagedServicesMarketplaceDefinition'
- 'New-AzManagedServicesAssignment'
- 'New-AzManagedServicesAuthorizationObject'
- 'New-AzManagedServicesDefinition'
- 'New-AzManagedServicesEligibleApproverObject'
- 'New-AzManagedServicesEligibleAuthorizationObject'
Az.Network 7.18.0
- CaptureSetting のオブジェクトを作成する新しいコマンドを追加、パケット キャプチャのキャプチャ設定を構成するのに役立つ 'FileCount'、'FileSizeInBytes'、および 'SessionTimeLimitInSeconds' プロパティを追加しました。これらのプロパティは、次のコマンドレットでサポートします :
- 'New-AzPacketCaptureSettingsConfig'
- パケットキャプチャV2コマンドに 'ContinuousCapture'、'LocalPath'、'CaptureSetting' の参照プロパティを追加、次のコマンドレットでもサポートしました :
- 'New-AzNetworkWatcherPacketCaptureV2'
- Application Gateway WAF 例外コマンドレット をオンボードしました
- 'New-AzApplicationGatewayFirewallPolicyException'
Az.Relay 2.1.1
- 次のコマンドに対して重大な変更のお知らせを追加しました
- 'Get-AzRelayNamespace'
- 'Get-AzRelayNamespaceNetworkRuleSet'
- 'Set-AzRelayNamespaceNetworkRuleSet'
Az.Resources 8.0.1
- コマンドレット 'Test-AzResourceGroupDeployment' で空の警告出力の問題を修正しました [#27888]
Az.Storage 9.1.0
- SasExpirationAction を Log/Block として設定、SasExpirationPeriod と一緒に設定できるようになりました
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
- ストレージ タスクの割り当てをサポートしました
- 'New-AzStorageTaskAssignment'
- 'Update-AzStorageTaskAssignment'
- 'Get-AzStorageTaskAssignment'
- 'Remove-AzStorageTaskAssignment'
- 'Get-AzStorageTaskAssignmentinstancesReport'
Az.StorageAction 1.0.0
- モジュール Az.StorageAction が一般提供開始 (GA) しました
コミュニティの貢献者に感謝
- リポジトリ全体で多数のスペルミスを修正し、全体的な品質を向上させてくれた Arie Heinrich (@ArieHein) に感謝します
スポンサーリンク
参考サイト
GitHub - Azure/azure-powershell: Microsoft Azure PowerShell
Microsoft Azure PowerShell. Contribute to Azure/azure-powershell development by creating an account on GitHub.
コメント