Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 3.24 KB

ChangeLog.md

File metadata and controls

78 lines (64 loc) · 3.24 KB

Upcoming Release

Version 2.1.0

  • Added parameter CacheStorageAccountId to Initialize-AzMigrateReplicationInfrastructure
  • Added support for OS Disk Swap and Test Migrate Subnet Selection

Version 2.0.0

  • Updated ApiVersion to 2022-05-01
  • Added support for pause and resume
    • Suspend-AzMigrateServerReplication
    • Resume-AzMigrateServerReplication
  • [Breaking Change] Removed unless cmdlets
    • Get-AzMigrateReplicationEligibilityResult
    • Get-AzMigrateReplicationProtectionIntent
    • Get-AzMigrateReplicationVaultSetting
    • Get-AzMigrateSupportedOperatingSystem
    • New-AzMigrateReplicationProtectionIntent
    • New-AzMigrateReplicationVaultSetting

Version 1.1.3

  • Fixed a cross-subscription issue

Version 1.1.2

  • Added check for invalid IP address

Version 1.1.1

  • Supported duplicate disk UUID in source disk.
  • Supported subnets in same VNet for AVSet.
  • Supported runAsAccount fetching for multiple Vcenters in same site.

Version 1.1.0

  • Added SQL Server license type.
  • Added CRN feature.
  • Added resource tags feature.
  • Updated to 2021-02-10 api version.

Version 1.0.2

  • Fixed an issue in Initialize-AzMigrateReplicationInfrastructure.ps1

Version 1.0.1

  • Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets.

Version 1.0.0

  • Az.Migrate GA
  • Incorporated Initialize-AzMigrateReplicationInfrastructure as a cmdlet in the Az.Migrate module, from the external script that is run currently today.
  • Made some parameters of New-AzMigrateServerReplication, New-AzMigrateDiskMapping case insensitive.
  • Added support for scale appliance change, to handle new V3 keys.

Version 0.2.0

  • Bug fixed in update replication migration item to pass all properties (changed/unchanged) to service, and not just the changed ones.
  • Bug fixed in enable migrate to pick correct run as account id for VMware Cbt provider.
  • Added new parameter (MachineName) in get replication migration item, to get replication migration item by friendly name.
  • Bug fixed in enable migrate to stop passing Target Boot Diagnostic Storage Account if it is in a different subscription id than the target VM.
  • Fix to in online URLs of existing code doc.

Version 0.1.1

  • Bug fixed in enable replication, to make default user scenario migrate all disks by default. Earlier the cmdlet was only migrating the OS disk, which was a bug.

Version 0.1.0

  • First preview release for module Az.Migrate. The cmdlets to support common scenarios of Migrate like enable replication, update replication item, get migration items, migrate, test migrate and clean up have been exposed.