diff --git a/azure-sql/database/database-export.md b/azure-sql/database/database-export.md index a3628830e0b..e2eaef53371 100644 --- a/azure-sql/database/database-export.md +++ b/azure-sql/database/database-export.md @@ -101,7 +101,7 @@ $exportStatus ## Cancel the export request Use the [Database Operations - Cancel API](https://docs.microsoft.com/rest/api/sql/databaseoperations/cancel) -or the Powershell [Stop-AzSqlDatabaseActivity command](https://docs.microsoft.com/powershell/module/az.sql/Stop-AzSqlDatabaseActivity?view=azps-5.5.0), here an example of powershell command. +or the Powershell [Stop-AzSqlDatabaseActivity command](https://docs.microsoft.com/powershell/module/az.sql/Stop-AzSqlDatabaseActivity), here an example of powershell command. ```cmd Stop-AzSqlDatabaseActivity -ResourceGroupName $ResourceGroupName -ServerName $ServerName -DatabaseName $DatabaseName -OperationId $Operation.OperationId diff --git a/azure-sql/database/database-import.md b/azure-sql/database/database-import.md index 7ef8a659052..a604c76f88d 100644 --- a/azure-sql/database/database-import.md +++ b/azure-sql/database/database-import.md @@ -142,7 +142,7 @@ az sql db import --resource-group "" --server "" --name " ## Cancel the import request Use the [Database Operations - Cancel API](https://docs.microsoft.com/rest/api/sql/databaseoperations/cancel) -or the Powershell [Stop-AzSqlDatabaseActivity command](https://docs.microsoft.com/powershell/module/az.sql/Stop-AzSqlDatabaseActivity?view=azps-5.5.0), here an example of powershell command. +or the Powershell [Stop-AzSqlDatabaseActivity command](https://docs.microsoft.com/powershell/module/az.sql/Stop-AzSqlDatabaseActivity), here an example of powershell command. ```cmd Stop-AzSqlDatabaseActivity -ResourceGroupName $ResourceGroupName -ServerName $ServerName -DatabaseName $DatabaseName -OperationId $Operation.OperationId