Skip to content

Commit bd2f6d5

Browse files
author
Sam Lee
committed
Address comments to prevent bad merge
1 parent a79dbf1 commit bd2f6d5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/Migrate/Migrate/ChangeLog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,22 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed bugs in `Initialize-AzMigrateLocalReplicationInfrastructure`
22+
- Correct AMH solution tool name of "ServerMigration_DataReplication" is now being passed in to address replication count missing and UX experience load issues in Azure Migrate on Azure portal.
23+
* Address Join-Path compatibility issue in older version of PowerShell environment such as PowerShell 5.1 in the following commands
24+
- `Initialize-AzMigrateLocalReplicationInfrastructure`
25+
- `Initialize-AzMigrateReplicationInfrastructure`
26+
- `New-AzMigrateLocalServerReplication`
27+
- `Get-AzMigrateLocalServerReplication`
28+
- `Set-AzMigrateLocalServerReplication`
29+
- `Start-AzMigrateLocalServerMigration`
2130

2231
## Version 2.10.0
2332
* Fixed bugs in `New-AzMigrateLocalDiskMappingObject`: Only validate for non-512 physical sector size of VHD when `-PhysicalSectorSize` parameter is given
2433
* Fixed bugs in `New-AzMigrateLocalServerReplication`: Only validate for non-512 physical sector size of VHD when `-PhysicalSectorSize` parameter is given. Removed reserved words validation for source disk names as it is no longer required. Added ARM id validation for input parameters
2534
* Fixed bugs in `Set-AzMigrateLocalServerReplication`: Added ARM id validation for input parameters
2635
* Fixed bugs in `Get-AzMigrateLocalServerReplication`: Added ARM id validation for input parameters
2736
* Enhanced Get-AzMigrateServerMigrationStatus to add support for the -Expedite parameter.
28-
* Fixed bugs in `Initialize-AzMigrateLocalReplicationInfrastructure`
29-
- Correct AMH solution tool name of "ServerMigration_DataReplication" is now being passed in to address replication count missing and UX experience load issues in Azure Migrate on Azure portal.
3037

3138
## Version 2.9.0
3239
* Added `-OsType` as an optional parameter to command `Set-AzMigrateLocalServerReplication` to allow user-specified OS type.

0 commit comments

Comments
 (0)