Skip to content

Commit aaa91b8

Browse files
Merge pull request #218802 from RoseHJM/patch-7
Update quickstart-create-access-environments.md
2 parents 619fdeb + b8443f2 commit aaa91b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
9898
```azurecli
9999
az devcenter dev environment create --dev-center-name <devcenter-name>
100100
--project-name <project-name> -n <name> --environment-type <environment-type-name>
101-
--catalog-item-name <catalog-item-name> ---catalog-name <catalog-name>
101+
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
102102
```
103103

104104
If the specific *catalog-item* requires any parameters, use `--parameters` and provide the parameters as a JSON string or a JSON file. For example:

0 commit comments

Comments
 (0)