Skip to content

Commit

Permalink
Validation: Bulk fix for view and pvns - 12
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheGeek committed Mar 9, 2021
1 parent 1f76196 commit c872445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-sql/database/database-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-sql/database/database-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ az sql db import --resource-group "<resourceGroup>" --server "<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
Expand Down

0 comments on commit c872445

Please sign in to comment.