Skip to content

Commit af55698

Browse files
author
RoseHJM
committed
typo
1 parent 480e54c commit af55698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To forcibly delete an environment, follow these steps:
112112
1. Open the CLI.
113113
1. Run the following command to forcibly delete the environment:
114114
   ```bash
115-
   az devcenter environment delete --name <environment-name> --dev-center --project-name <project-name> --force
115+
   az devcenter environment delete --name <environment-name> --dev-center <dev-center-name> --project-name <project-name> --force
116116
   ```
117117
   Replace `<environment-name>` with the name of the environment you want to delete, `<dev-center-name>` with the name of your dev center, and `<project-name>` with the name of the project that the environment belongs to.
118118
For more information about the `az devcenter environment delete` command, see [az devcenter environment delete](/cli/azure/devcenter/dev/environment).

0 commit comments

Comments
 (0)