2019/03/26 (現地時間) に Azure PowerShell – Az モジュール v1.6.0 がリリースされました。
- Release 1.6.0 – Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v1.6.0-March2019
Azure PowerShell – Az モジュール v1.6.0 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v1.6.0 をインストールおよびインポート後、バージョンが v1.6.0 となっていることが確認できます。
Az モジュール v1.6.0 について (意訳)
- Azure PowerShell – Az モジュール v1.6.0 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v1.6.0 インストーラー (x86) : リンク
- Gallery Module for ARM .NET Standard コマンドレット : リンク
PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :
Install-Module -Name Az -Repository PSGallery -Force
古い Az のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name Az
リリース ノート
Az.Automation
- 次の新機能をサポートするため、Azure Automation アップデート管理の変更 :
- 動的グループ
- 事前スクリプト
- 再起動設定
Az.Compute
- Get-AzVmBootDiagnosticsData のパス解決に関する問題を修正
- Compute クライアント ライブラリを 25.0.0 にアップデート
Az.KeyVault
- KeyVault コマンドレットにワイルドカードのサポートを追加
Az.Network
- Azure Firewall に対する Threat Intelligence サポートを追加
- Application Gateway Firewall Policy の最上位リソースとカスタム ルールの追加
- Azure Firewall Network と Application Rule Collections に Alert アクションの種類を追加
- Application Gateway の RewriteRules の条件に対するサポートを追加
- 新しいコマンドレットを追加 :
- New-AzApplicationGatewayRewriteRuleCondition
- オプション パラメーター – RuleSequence と Condition を持つコマンドレットを更新
- New-AzApplicationGatewayRewriteRule
- 新しいコマンドレットを追加 :
Az.RecoveryServices
- Instant RP をサポートする Azure VM ポリシーの SnapshotRetentionInDays を追加
- unregister container に対するパイプ サポートを追加
Az.Resources
- Get-AzResource および Get-AzResourceGroup に対するワイルドカード サポートを更新
- ARM への一般的な呼び出しを行う場合に用いる資格情報を更新
Az.Sql
- 新しい DetectionType が追加されたときに将来の証拠となるよう、およびオート コンプリートもサポートするよう、Threat Detection のコマンドレット パラメーター (ExcludeDetectionType) を string[] に変更
- サーバーおよび Managed インスタンスに脆弱性評価コマンドレットを追加
Az.Storage
- Storage アカウントの Get / Set / Remove Management Policy をサポート
- Set-AzStorageAccountManagementPolicy
- Get-AzStorageAccountManagementPolicy
- Remove-AzStorageAccountManagementPolicy
- Add-AzStorageAccountManagementPolicyAction
- New-AzStorageAccountManagementPolicyFilter
- New-AzStorageAccountManagementPolicyRule
Az.Websites
- ‘New-AzWebApp -IncludeSourceWebAppSlots’ を用いたすべてのスロット複製の作成を中断する ARM テンプレートの不具合を修正
参考
- 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/ - Azure PowerShell – Az モジュール v1.5.0 がリリースされました | 焦げlog
https://kogelog.com/2019/03/17/20190317-01/