2019/03/12 (現地時間) に Azure PowerShell – Az モジュール v1.5.0 がリリースされました。
- Release 1.5.0 – Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v1.5.0-March2019
Azure PowerShell – Az モジュール v1.5.0 について、PowerShell Gallery 経由のみから入手、適用可能となっています。
zure PowerShell – Az モジュール v1.5.0 をインストールおよびインポート後、バージョンが v1.5.0 となっていることが確認できます。
Az モジュール v1.5.0 について (意訳)
- Gallery Module for ARM .NET Standard コマンドレット : リンク
PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :
Install-Module -Name Az -Repository PSGallery -Force
古い Az のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name Az
リリース ノート
Az.Accounts
- AutoRest が生成したコマンドレットをサポートするための ‘Register-AzModule’ コマンドを追加
- Connect-AzAccount の例を更新
Az.Automation
- いくつかの Azure Automation コマンドレットで特定の毎月のスケジュールを取得する際の問題を修正
- Get-AzAutomationDscNode が 上位 20 ノードのみ結果を返していたのを修正。現在は結果として、すべてのノードを返す
Az.Cdn
- カスタム ドメイン HTTP を有効 / 無効にするための新しい Powershell コマンドレットを追加 、古いものを非推奨に
Az.Compute
- Get コマンドレットにワイルドカード サポートを追加
Az.DataFactory
- ADF .Net SDK のバージョンを 3.0.1 に更新
Az.LogicApp
- ListWorkflows が結果の最初のページのみを取得するように修正
Az.Network
- Network コマンドレットにワイルドカード サポートを追加
Az.RecoveryServices
- Azure VM サポート内の SQL Server を追加
- SDK を更新
- Get-ProtectableItem の VMappContainer チェックを削除
- Get-ProtectableItem のパラメーターとして Name および ServerName を追加
Az.Resources
- Add -TemplateObject parameter to deployment cmdlets
- 詳細な情報については、#2933 を参照
- Get-AzResource の結果を Set-AzResource に渡すときの問題を修正
- 詳細な情報については、#8240 を参照
- Set-AzResource 実行時の JSON データ型変更に関する問題を修正
- 詳細な情報については、#7930 を参照
Az.Sql
- AuditingEndpointsCommunicator を更新
- 新しい診断設定を作成する際のエッジ ケースの動作を修正
Az.Storage
- ストレージ アカウントを作成する際の Kind BlockBlobStorage をサポート
- New-AzStorageAccount
参考
- Azure/azure-powershell: Microsoft Azure PowerShell
https://github.com/Azure/azure-powershell - Releases – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases - PowerShell Module Browser | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/module/?view=azps-1.0.0 - Azure PowerShell Az モジュール v1.0 がリリースされました | 焦げlog
https://kogelog.com/2018/12/22/20181222-07/ - Azure PowerShell – Az モジュール v1.1.0 がリリースされました | 焦げlog
https://kogelog.com/2019/01/16/20190116-01/ - Azure PowerShell – Az モジュール v1.2.0 および v1.2.1 がリリースされました | 焦げlog
https://kogelog.com/2019/02/02/20190202-01/ - Azure PowerShell – Az モジュール v1.3.0 がリリースされました | 焦げlog
https://kogelog.com/2019/02/14/20190214-01/ - Azure PowerShell – Az モジュール v1.4.0 がリリースされました | 焦げlog
https://kogelog.com/2019/03/01/20190301-01/