Skip to content

Commit f015fa4

Browse files
authored
Update known-issues-azure-sql-migration-azure-data-studio.md
Added correction
1 parent c8f8645 commit f015fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,16 +392,16 @@ This article provides a list of known issues and troubleshooting steps associate
392392

393393
- **Message**: `No such host is known`
394394

395-
- **Cause**: While migrating logins using PowerShell command [New-AzDataMigrationLoginsMigration](https://learn.microsoft.com/powershell/module/az.datamigration/new-azdatamigrationloginsmigration?view=azps-11.6.0), it fails with above message.
395+
- **Cause**: While migrating logins using PowerShell command [New-AzDataMigrationLoginsMigration](https://learn.microsoft.com/powershell/module/az.datamigration/new-azdatamigrationloginsmigration?), it fails with above message.
396396

397397
- **Recommendation**: To resolve this issue, upgrade the Microsoft Azure PowerShell - Database Migration Service cmdlets - Az.DataMigration above minimum 0.14.5 version.
398-
Latest version of Az.Datamigration can be downloaded from [here](https://www.powershellgallery.com/packages/Az.DataMigration/0.14.6) or below command can be used to upgrade.
398+
Latest version of Az.Datamigration can be downloaded from [here](https://www.powershellgallery.com/packages/Az.DataMigration/) or below command can be used to upgrade.
399399
```Command
400400
Update-Module -Name Az.DataMigration
401401
```
402402
- **Message**: `urlopen error [Errno 11001] getaddrinfo failed`
403403

404-
- **Cause**: While migrating logins using Azure CLI [Az dataMigration login-migration](https://learn.microsoft.com/en-us/cli/azure/datamigration?view=azure-cli-latest), it fails with above message.
404+
- **Cause**: While migrating logins using Azure CLI [Az dataMigration login-migration](https://learn.microsoft.com/cli/azure/datamigration?view=azure-cli-latest), it fails with above message.
405405

406406
- **Recommendation**: To resolve this issue, upgrade the Microsoft Azure CLI - Database Migration Service extension - az dataMigration above minimum 1.0.0b1 version. Run the below command to upgrade.
407407
```Command

0 commit comments

Comments
 (0)