Skip to content

Commit c21430a

Browse files
Correcting the CLI command to remove assignment
The CLI command to remove access to a delegation was missing a dash.
1 parent 2bc307d commit c21430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/lighthouse/how-to/onboard-customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ az managedservices assignment list
330330
331331
# Delete the registration assignment
332332
333-
az managedservices assignment delete assignment <id or full resourceId>
333+
az managedservices assignment delete --assignment <id or full resourceId>
334334
```
335335

336336
## Next steps

0 commit comments

Comments
 (0)