Skip to content

Commit a726753

Browse files
Merge pull request #271293 from apduvuri/azuredms_modify
Project cancel in DMS CLI for PostgreSQL does not exist
2 parents 0178402 + 0a37016 commit a726753

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/dms/tutorial-postgresql-azure-postgresql-online.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,17 +488,12 @@ If you need to cancel or delete any DMS task, project, or service, perform the c
488488
az dms project task delete --service-name PostgresCLI --project-name PGMigration --resource-group PostgresDemo --name runnowtask
489489
```
490490
491-
3. To cancel a running project, use the following command:
492-
```azurecli
493-
az dms project task cancel -n runnowtask --project-name PGMigration -g PostgresDemo --service-name PostgresCLI
494-
```
495-
496-
4. To delete a running project, use the following command:
491+
3. To delete a project, use the following command:
497492
```azurecli
498-
az dms project task delete -n runnowtask --project-name PGMigration -g PostgresDemo --service-name PostgresCLI
493+
az dms project delete -n PGMigration -g PostgresDemo --service-name PostgresCLI
499494
```
500495
501-
5. To delete DMS service, use the following command:
496+
4. To delete DMS service, use the following command:
502497
503498
```azurecli
504499
az dms delete -g ProgresDemo -n PostgresCLI

0 commit comments

Comments
 (0)