Skip to content

Commit

Permalink
fixed typo (#3917)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbradish-microsoft committed Oct 11, 2023
1 parent bffa155 commit 1002744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To switch tenants, you have two options.

```azurecli-interactive
# sign in as a different user
az login --user <myAlias@myCompany.com> -password <myPassword>
az login --user <myAlias@myCompany.com> --password <myPassword>
# sign in with a different tenant
az login --tenant <myTenantID>
Expand Down

0 comments on commit 1002744

Please sign in to comment.