Azure PowerShell for AzureStack v1.2.10 がリリースされました

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

2017/07/11 (現地時間) に Azure PowerShell for AzureStack v1.2.10 がリリースされました。

AzureStack Admin コマンドレットに対する Gallery モジュールをインストール、インポート後、バージョンが v1.2.10 となっていることが確認できます。

なお、MSI 形式のインストーラーも公開されていますが、既に Azure PowerShell がインストールされている場合、以下のダイアログ ボックスが表示され、インストールできません。

また、Azure PowerShell を一旦アンインストールして、Azure PowerShell for AzureStack をインストールした際のバージョンが、v1.2.10 ではなく、不安に感じたので、今回は AzureStack Admin コマンドレットに対する Gallery モジュールからインストールしています。

Azure PowerShell for AzureStack v1.2.10 について (意訳)

Azure PowerShell 1.2.10 インストーラー : リンク

ARM コマンドレットに対する Gallery モジュール : リンク

AzureStack Admin コマンドレットに対する Gallery モジュール : リンク

このリリースにおける変更点

  • AzureRM.AzureStackAdmin モジュール
    • コマンドレットのプレフィックスは、”AzureRm” から “Azs” に短縮され、下位互換性のためのエイリアスが適切にサポートされる
      • *-AzureRmResourceProviderRegistration は、*-AzsResourceProviderManifest に名称変更
      • *-AzureRmManagedSubscription は、*-AzsTenantSubscription に名称変更
      • *-AzureRmTenantSubscription は、*-AzsSubscription に名称変更
      • *-AzureRmManagedLocation は、*-AzsLocation に名称変更
      • *-AzsResourceProviderManifest コマンドレットは、オプションの Signature パラメーターを使用し、拡張子 json 文字列パラメーターの形式を変更
  • AzureRM.UsageAggregates
    • 最新のサービス API バージョンに更新
  • AzureRM.Network
    • New-AzureRmVirtualNetworkGatewayConnectionコマンドレットの例外を修正
    • VPN Gateway サポートを持つ BGP Peering の新しいコマンドレットパラメーターの追加
      • New-AzureRmLocalNetworkGateway -ASN, -BgpPeeringAddress, -PeerWeight
      • New-AzureRmVirtualNetworkGateway -ASN, -PeerWeight
      • New-AzureRmVirtualNetworkGatewayConnection -EnableBgp
  • AzureRM.Profile
    • リソース管理エンドポイントから環境設定を取得できるよう、Add-AzureRmEnvironment および Set-AzureRmEnvironment に新しいパラメータ セットが追加

おまけ : AzureStack モジュールのコマンドレット一覧

  1. Add-AzsGalleryItem
    (Add-AzureRmGalleryItem)
  2. Add-AzsResourceProviderManifest
    (Add-AzureRmResourceProviderRegistration)
  3. Add-AzsUsageConnection
    (Add-AzureRmUsageConnection)
  4. Add-AzureRmAccount
    (Login-AzureRmAccount)
  5. Add-AzureRmEnvironment
  6. Disable-AzureRmDataCollection
  7. Enable-AzureRmDataCollection
  8. Get-AzsBlobService
    (Get-ACSBlobService)
  9. Get-AzsBlobServiceMetric
    (Get-ACSBlobServiceMetric)
  10. Get-AzsBlobServiceMetricDefinition
    (Get-ACSBlobServiceMetricDefinition)
  11. Get-AzsGalleryItem
    (Get-AzureRmGalleryItem)
  12. Get-AzsLocation
    (Get-AzureRmManagedLocation)
  13. Get-AzsManagedOffer
  14. Get-AzsOffer
    (Get-AzureRmOffer)
  15. Get-AzsPlan
    (Get-AzureRmPlan)
  16. Get-AzsQueueService
    (Get-ACSQueueService)
  17. Get-AzsQueueServiceMetric
    (Get-ACSQueueServiceMetric)
  18. Get-AzsQueueServiceMetricDefinition
    (Get-ACSQueueServiceMetricDefinition)
  19. Get-AzsReclaimStorageCapacityStatus
  20. Get-AzsResourceProviderManifest
    (Get-AzureRmResourceProviderRegistration)
  21. Get-AzsStorageAccount
    (Get-ACSStorageAccount)
  22. Get-AzsStorageAcquisition
    (Get-ACSAcquisition)
  23. Get-AzsStorageContainer
    (Get-ACSContainer)
  24. Get-AzsStorageContainerMigrationStatus
    (Get-ACSContainerMigrationStatus)
  25. Get-AzsStorageFarm
    (Get-ACSFarm)
  26. Get-AzsStorageFarmMetric
    (Get-ACSFarmMetric)
  27. Get-AzsStorageFarmMetricDefinition
    (Get-ACSFarmMetricDefinition)
  28. Get-AzsStorageQuota
    (Get-ACSQuota)
  29. Get-AzsStorageShare
    (Get-ACSShare)
  30. Get-AzsStorageShareMetric
    (Get-ACSShareMetric)
  31. Get-AzsStorageShareMetricDefinition
    (Get-ACSShareMetricDefinition)
  32. Get-AzsSubscription
    (Get-AzureRmTenantSubscription)
  33. Get-AzsTableService
    (Get-ACSTableService)
  34. Get-AzsTableServiceMetric
    (Get-ACSTableServiceMetric)
  35. Get-AzsTableServiceMetricDefinition
    (Get-ACSTableServiceMetricDefinition)
  36. Get-AzsTenantSubscription
    (Get-AzureRmManagedSubscription)
  37. Get-AzsUsageConnection
    (Get-AzureRmUsageConnection)
  38. Get-AzureRmContext
  39. Get-AzureRmEnvironment
  40. Get-AzureRmSubscription
  41. Get-AzureRmTenant
  42. Get-AzureStackToken
  43. New-AzsLocation
    (New-AzureRmManagedLocation)
  44. New-AzsOffer
    (New-AzureRmOffer)
  45. New-AzsPlan
    (New-AzureRmPlan)
  46. New-AzsStorageQuota
    (New-ACSQuota)
  47. New-AzsSubscription
    (New-AzureRmTenantSubscription)
  48. New-AzsTenantSubscription
    (New-AzureRmManagedSubscription)
  49. Remove-AzsGalleryItem
    (Remove-AzureRmGalleryItem)
  50. Remove-AzsLocation
    (Remove-AzureRmManagedLocation)
  51. Remove-AzsOffer
    (Remove-AzureRmOffer)
  52. Remove-AzsPlan
    (Remove-AzureRmPlan)
  53. Remove-AzsResourceProviderManifest
    (Remove-AzureRmResourceProviderRegistration)
  54. Remove-AzsStorageQuota
    (Remove-ACSQuota)
  55. Remove-AzsSubscription
    (Remove-AzureRmTenantSubscription)
  56. Remove-AzsTenantSubscription
    (Remove-AzureRmManagedSubscription)
  57. Remove-AzsUsageConnection
    (Remove-AzureRmUsageConnection)
  58. Remove-AzureRmEnvironment
  59. Save-AzureRmProfile
  60. Select-AzureRmProfile
  61. Set-AzsLocation
    (Set-AzureRmManagedLocation)
  62. Set-AzsOffer
    (Set-AzureRmOffer)
  63. Set-AzsPlan
    (Set-AzureRmPlan)
  64. Set-AzsResourceProviderManifest
    (Set-AzureRmResourceProviderRegistration)
  65. Set-AzsStorageFarm
    (Set-ACSFarm)
  66. Set-AzsStorageQuota
    (Set-ACSQuota)
  67. Set-AzsSubscription
    (Set-AzureRmTenantSubscription)
  68. Set-AzsTenantSubscription
    (Set-AzureRmManagedSubscription)
  69. Set-AzureRmContext
    (Select-AzureRmSubscription)
  70. Set-AzureRmEnvironment
  71. Start-AzsReclaimStorageCapacity
    (Clear-ACSStorageAccount)
  72. Start-AzsStorageContainerMigration
    (Start-ACSContainerMigration)
  73. Stop-AzsStorageContainerMigration
    (Stop-ACSContainerMigration)
  74. Undo-AzsDeletedStorageAccount
    (Undo-ACSStorageAccountDeletion)

参考

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