Skip to content

Commit 7d0011e

Browse files
author
Sam Lee
committed
Fix typo
1 parent 83437fa commit 7d0011e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Migrate/Migrate.Autorest/custom/Initialize-AzMigrateLocalReplicationInfrastructure.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ function Initialize-AzMigrateLocalReplicationInfrastructure {
596596

597597
$cacheStorageAccount = $amhStoredStorageAccount
598598

599-
# This will fix brownfield issue where AMH solution tool is set incorrectly that causes UX bifracation to go to the wrong experience;
600-
# for new projects that are set correctly from the start, this will essentailly be a no-op.
599+
# This will fix brownfield issue where AMH solution tool is set incorrectly that causes UX bifurcation to go to the wrong experience;
600+
# for new projects that are set correctly from the start, this will essentially be a no-op.
601601
Az.Migrate.Internal\Set-AzMigrateSolution `
602602
-MigrateProjectName $ProjectName `
603603
-Name $amhSolution.Name `
@@ -626,7 +626,7 @@ function Initialize-AzMigrateLocalReplicationInfrastructure {
626626
-ResourceGroupName $ResourceGroupName `
627627
-DetailExtendedDetail $amhSolution.DetailExtendedDetail.AdditionalProperties `
628628
-Tool "ServerMigration_DataReplication" `
629-
-Purpose "Migration"| Out-Null
629+
-Purpose "Migration" | Out-Null
630630
}
631631
}
632632
else
@@ -957,7 +957,7 @@ function Initialize-AzMigrateLocalReplicationInfrastructure {
957957
-ResourceGroupName $ResourceGroupName `
958958
-DetailExtendedDetail $amhSolution.DetailExtendedDetail.AdditionalProperties `
959959
-Tool "ServerMigration_DataReplication" `
960-
-Purpose "Migration"| Out-Null
960+
-Purpose "Migration" | Out-Null
961961
}
962962

963963
Write-Host "*Selected Cache Storage Account: '$($cacheStorageAccount.StorageAccountName)' in Resource Group '$($ResourceGroupName)' at Location '$($cacheStorageAccount.Location)' for Migrate Project '$($migrateProject.Name)'"

src/Migrate/Migrate/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- Added ARM id validation for input parameters
3131
* Enhanced Get-AzMigrateServerMigrationStatus to add support for the -Expedite parameter.
3232
* Fixed bugs in `Initialize-AzMigrateLocalReplicationInfrastructure`
33-
- Correct AMH solution tool name of "ServerMigration_DataReplication" is now being passed in to address replication count missing and UX bifracation experience issues in Azure Migrate on Azure portal.
33+
- 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.
3434

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

0 commit comments

Comments
 (0)