Azure PowerShell v6.11.0 (2018/10/23 (現地時間)) がリリースされました。
- Release 6.11.0 – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases/tag/v6.11.0-October2018
Azure PowerShell v6.11.0 について、MSI インストーラー (x64)、(x86)、および PowerShell Gallery モジュール経由で入手、適用可能となっています。
Azure PowerShell v6.11.0 をインストールおよびモジュール インポート後、AzureRM モジュールのバージョンが v6.11.0 となっていることが確認できます。
Azure PowerShell v6.11.0 について (意訳)
- Azure PowerShell v6.11.0 インストーラー (x64) : リンク
- Azure PowerShell v6.11.0 インストーラー (x86) : リンク
- ARM コマンドレットに対する Gallery モジュール : リンク
PowerShell Gallery から AzureRM をインストールする場合、次のコマンドを実行します :
Install-Module -Name AzureRM -Repository PSGallery -Force
古い AzureRM のバージョンからアップデートする場合、次のコマンドを実行します :
Update-Module -Name AzureRM
前回のリリースからの変更点
前回のリリースからの変更点 : v6.10.0-October2018…v6.11.0-October2018
AzureRM.Profile
- CloudShell の Get-AzureRmSubscription に関する問題を修正
- ClientRuntime の最新バージョンを使用するための共通コードを更新
AzureRM.Backup
- Azure Backup コマンドレットが非推奨
AzureRM.Compute
- ‘New-AzureRmVm’のシンプルなパラメーター セットを使用する場合、Accelerated ネットワークが有効になる VM サイズのホワイト リストに新しいサイズが追加
- ResourceName 引数の補完をすべてのコマンドレットに追加
AzureRM.DataLakeStore
- Virtual Network Rules のサポートを追加
- Get-AzureRmDataLakeStoreVirtualNetworkRule :Azure Data Lake Store 仮想ネットワーク ルールを取得、もしくは一覧表示
- Add-AzureRmDataLakeStoreVirtualNetworkRule : 指定した Data Lake Store アカウントに仮想ネットワーク ルールを追加
- Set-AzureRmDataLakeStoreVirtualNetworkRule : 指定した Data Lake Store アカウントの指定した仮想ネットワーク ルールを修正
- Remove-AzureRmDataLakeStoreVirtualNetworkRule : Azure Data Lake Store 仮想ネットワーク ルールを削除
AzureRM.Network
- プロトコル値をバックエンドに渡すように、コマンドレット Test-AzureRmNetworkWatcherConnectivity を更新
- ResourceName 引数の補完をすべてのコマンドレットに追加
AzureRM.Resources
- シナリオに意味のある例外を追加することで、Get-AzureRMRoleDefinition が判読不能な例外をスローする問題を修正 (デフォルト プロファイルにサブスクリプションがなく、スコープが指定されていない場合)。また、デフォルト パラメーター セットを ‘RoleDefinitionNameParameterSet’ に設定
参考
- Azure/azure-powershell: Microsoft Azure PowerShell
https://github.com/Azure/azure-powershell - Releases – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases - Azure PowerShell v6.0.1 がリリースされました | 焦げlog
https://kogelog.com/2018/05/09/20180509-01/ - Azure PowerShell v6.1.0 がリリースされました | 焦げlog
https://kogelog.com/2018/05/24/20180524-02/ - Azure PowerShell v6.1.1 がリリースされました | 焦げlog
https://kogelog.com/2018/05/31/20180531-01/ - Azure PowerShell v6.2.0 および v6.2.1 がリリースされました | 焦げlog
https://kogelog.com/2018/06/10/20180610-01/ - Azure PowerShell v6.3.0 がリリースされました | 焦げlog
https://kogelog.com/2018/06/21/20180621-01/ - Azure PowerShell v6.4.0 がリリースされました | 焦げlog
https://kogelog.com/2018/07/05/20180705-01/ - Azure PowerShell v6.5.0 がリリースされました | 焦げlog
https://kogelog.com/2018/07/21/20180721-01/ - Azure PowerShell v6.6.0 がリリースされました | 焦げlog
https://kogelog.com/2018/08/02/20180802-02/ - Azure PowerShell v6.7.0 がリリースされました | 焦げlog
https://kogelog.com/2018/08/16/20180816-01/ - Azure PowerShell v6.8.0 および v6.8.1 がリリースされました| 焦げlog
https://kogelog.com/2018/08/30/20180830-03/ - Azure PowerShell v6.9.0 がリリースされました | 焦げlog
https://kogelog.com/2018/09/30/20180930-01/ - Azure PowerShell v6.10.0 がリリースされました | 焦げlog
https://kogelog.com/2018/10/10/20181010-02/