2017/02/08 (現地時間) に Azure PowerShell v3.5.0 がリリースされました。
- Release 3.5.0 – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases/tag/v3.5.0-February2017
Azure PowerShell v3.5.0 については、現時点 (2017/02/10) では Microsoft Web Platform (WebPI) 経由では提供されず、PowerShell Gallery のみとなります。
PowerShell Gallery 経由でインストールする際、事前に以下のいずれかの項目を満たしている必要があります。
- Windows 10 であること
- Windows Management Framework (WMF) 5.0 がインストールされていること
- PowerShell 3 and 4 用 MSI インストーラーから PackageManagement PowerShell Modules Preview がインストールされていること
Azure PowerShell v3.5.0 をインストール、インポート後はバージョンが v3.5.0 となっていることが確認できます。
過去のバージョンの Azure PowerShell がインストールされている場合、以下のようなエラーを出力し、インストールに失敗する場合があるようです。その場合は、過去のバージョンの Azure PowerShell をアンインストール後、再度インストールしてみてください。
リリース内容 (意訳)
ARM コマンドレッドに対する Gallery モジュール : リンク
- Compute
- Managed disk 用の新しいコマンドレット
- Disk コマンドレット :
- New-AzureRmDisk
- Update-AzureRmDisk
- Get-AzureRmDisk
- Remove-AzureRmDisk
- Grant-AzureRmDiskAccess
- Revoke-AzureRmDiskAccess
- New-AzureRmDiskConfig
- Set-AzureRmDiskDiskEncryptionKey
- Set-AzureRmDiskImageReference
- Set-AzureRmDiskKeyEncryptionKey
- New-AzureRmDiskUpdateConfig
- Set-AzureRmDiskUpdateDiskEncryptionKey
- Set-AzureRmDiskUpdateImageReference
- Set-AzureRmDiskUpdateKeyEncryptionKey
- Snapshot コマンドレット :
- New-AzureRmSnapshot
- Update-AzureRmSnapshot
- Get-AzureRmSnapshot
- Remove-AzureRmSnapshot
- Grant-AzureRmSnapshotAccess
- Revoke-AzureRmSnapshotAccess
- New-AzureRmSnapshotConfig
- Set-AzureRmSnapshotDiskEncryptionKey
- Set-AzureRmSnapshotImageReference
- Set-AzureRmSnapshotKeyEncryptionKey
- New-AzureRmSnapshotUpdateConfig
- Set-AzureRmSnapshotUpdateDiskEncryptionKey
- Set-AzureRmSnapshotUpdateImageReference
- Set-AzureRmSnapshotUpdateKeyEncryptionKey
- Image コマンドレット :
- New-AzureRmImage
- Get-AzureRmImage
- Remove-AzureRmImage
- New-AzureRmImageConfig
- Set-AzureRmImageOsDisk
- Add-AzureRmImageDataDisk
- Remove-AzureRmImageDataDisk
- VM コマンドレット :
- ConvertTo-AzureRmVMManagedDisk
参考
- 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 v3.0.0 がリリースされました | 焦げlog
https://kogelog.com/2016/10/04/20161004-01/ - Azure PowerShell v3.1.0 がリリースされました | 焦げlog
https://kogelog.com/2016/11/05/20161105-01/ - Azure PowerShell v3.2.0 がリリースされていました | 焦げlog
https://kogelog.com/2016/12/12/20161212-01/ - Azure PowerShell v3.3.0 がリリースされました | 焦げlog
https://kogelog.com/2016/12/16/20161216-01/ - Azure PowerShell v3.4.0 がリリースされました | 焦げlog
https://kogelog.com/2017/01/19/20170119-06/
コメント
[…] Azure PowerShell v3.5.0 がリリースされました […]