2019/02/26 (現地時間) に Azure PowerShell – Az モジュール v1.4.0 がリリースされました。
- Release 1.4.0 – Azure/azure-powershell
https://github.com/Azure/azure-powershell/releases/tag/v1.4.0-February2019
Azure PowerShell – Az モジュール v1.4.0 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery 経由で入手、適用可能となっています。
Azure PowerShell – Az モジュール v1.4.0 をインストールおよびインポート後、バージョンが v1.4.0 となっていることが確認できます。
Az モジュール v1.4.0 について (意訳)
- Azure PowerShell – Az モジュール v1.4.0 インストーラー (x64) : リンク
- Azure PowerShell – Az モジュール v1.4.0 インストーラー (x86) : リンク
- Gallery Module for ARM .NET Standard コマンドレット : リンク
PowerShell Gallery から Az をインストールする場合、次のコマンドを実行します :
Install-Module -Name Az -Repository PSGallery -Force
古い Az のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name Az
リリース ノート
Az.AnalysisServices
- AddAzureASAccount コマンドレットが非推奨
Az.Automation
- Import-AzAutomationDscNodeConfiguration のヘルプを更新
- Import-AzAutomationDscConfiguration コマンドレットに構成名の検証を追加
- Import-AzAutomationDscConfiguration コマンドレットのエラー処理を改善
Az.CognitiveServices
- リソースのサブドメインを指定するために使用される New-AzCognitiveServicesAccount の新しいオプション パラメーターとして、CustomSubdomainName を追加。
Az.Compute
- ID パラメーターセットの問題を修正
- Name パラメーターが指定されていない場合、インストールされているすべての拡張機能を一覧表示するように Get-AzVMExtension を更新
- Update-AzImage コマンドレットに Tag および ResourceId パラメーターを追加
- インスタンス ID がなく、InstanceView を持つ Get-AzVmssVM は、インスタンス ビューでVMSS VM を一覧表示することが可能です。
Az.DataLakeStore
- ADL 削除済みアイテムの列挙とリストアに関するコマンドレットを追加
Az.EventHub
- Eventhub の CaptureDescription クラスに空のアーカイブをスキップするための新しいブール型プロパティ SkipEmptyArchives を追加
Az.KeyVault
- Set-AzKeyVaultSecret のタグ付けを修正
Az.LogicApp
- 統合アカウントに対する Basic sku を追加
- XSLT 2.0、XSLT 3.0、および Liquid マップの種類を追加
- 統合アカウント アセンブリに対する新しいコマンドレット
- Get-AzIntegrationAccountAssembly
- New-AzIntegrationAccountAssembly
- Remove-AzIntegrationAccountAssembly
- Set-AzIntegrationAccountAssembly
- 統合アカウント バッチ構成に対する新しいコマンドレット
- Get-AzIntegrationAccountBatchConfiguration
- New-AzIntegrationAccountBatchConfiguration
- Remove-AzIntegrationAccountBatchConfiguration
- Set-AzIntegrationAccountBatchConfiguration
- Logic App SDK version 4.1.0 に更新
Az.Monitor
- Get-AzMetric のヘルプを更新
Az.Network
- Add-AzApplicationGatewayCustomError のヘルプにある例を更新
Az.OperationalInsights
- New および Get ApplicationInsights データ ソースに対するサポートを追加
- 特定のワークスペースの Get specific および Get all ApplicationInsights データ ソースをサポートする新しい ‘ApplicationInsights’ を追加
- 指定された Application-Insights リソース パラメーター (サブスクリプション ID、リソース グループ名、および名前) でデータ ソースを作成するための New-AzOperationalInsightsApplicationInsightsDataSource コマンドレットを追加。
Az.Resources
Az.Sql
- SQL DB パイパースケール層に対するサポートを追加
- リストア要求に不要なプロパティを設定したためにリストアが失敗する可能性があった不具合を修正
Az.Websites
- Get-AzWebAppSlotMetrics の例を正しいものに修正
参考
- 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/