Skip to content

Commit e754f19

Browse files
abhims14rwestMSFT
andauthored
Apply suggestions from code review
modified as per suggested changes. Co-authored-by: Randolph West MSFT <[email protected]>
1 parent f015fa4 commit e754f19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,18 +392,18 @@ 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?), it fails with above message.
395+
- **Cause**: While migrating logins using PowerShell command [New-AzDataMigrationLoginsMigration](/powershell/module/az.datamigration/new-azdatamigrationloginsmigration), it fails with the previous 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/) or below command can be used to upgrade.
398+
Latest version of Az.Datamigration can be downloaded from [the PowerShell gallery](https://www.powershellgallery.com/packages/Az.DataMigration/) or the following 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/cli/azure/datamigration?view=azure-cli-latest), it fails with above message.
404+
- **Cause**: While migrating logins using Azure CLI [Az dataMigration login-migration](/cli/azure/datamigration), it fails with the previous message.
405405

406-
- **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.
406+
- **Recommendation**: To resolve this issue, upgrade the Microsoft Azure CLI - Database Migration Service extension - az dataMigration to 1.0.0b1 or a later version. Run the following command to upgrade.
407407
```Command
408408
az extension update -n datamigration
409409
```

0 commit comments

Comments
 (0)