Skip to content

Commit a45f707

Browse files
authored
Merge pull request #97414 from joanabmartins/patch-4
Correcting the CLI command to remove assignment
2 parents f34c31b + c21430a commit a45f707

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)