You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Migrate/Migrate/ChangeLog.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,22 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## 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
* Fixed bugs in `New-AzMigrateLocalDiskMappingObject`: Only validate for non-512 physical sector size of VHD when `-PhysicalSectorSize` parameter is given
24
33
* 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
25
34
* Fixed bugs in `Set-AzMigrateLocalServerReplication`: Added ARM id validation for input parameters
26
35
* Fixed bugs in `Get-AzMigrateLocalServerReplication`: Added ARM id validation for input parameters
27
36
* 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.
30
37
31
38
## Version 2.9.0
32
39
* Added `-OsType` as an optional parameter to command `Set-AzMigrateLocalServerReplication` to allow user-specified OS type.
0 commit comments