Azure PowerShell v3.5.0 がリリースされました

ブログ エントリ内にアフィリエイト広告が含まれています
スポンサーリンク

2017/02/08 (現地時間) に Azure PowerShell v3.5.0 がリリースされました。

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

参考

コメント

  1. […] Azure PowerShell v3.5.0 がリリースされました […]

タイトルとURLをコピーしました