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
@@ -878,7 +878,7 @@ function Initialize-AzMigrateHCIReplicationInfrastructure {
878
878
879
879
# Remove replication extension if does not match the selected Cache Storage Account
880
880
if ($null-ne$replicationExtension-and$replicationExtension.Property.CustomProperty.StorageAccountId-ne$cacheStorageAccount.Id) {
881
-
Write-Host"Replication Extension '$($replicationExtensionName)' found but linked to a different Cache Storage Account '$($replicationExtension.Property.CustomProperty.StorageAccountId)'.`nRemoving Replication Extension..."
881
+
Write-Host"Replication Extension '$($replicationExtensionName)' found but linked to a different Cache Storage Account '$($replicationExtension.Property.CustomProperty.StorageAccountId)'."
0 commit comments