You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/profile/_help.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@
43
43
text: az login --service-principal --username APP_ID --certificate /path/to/cert.pem --tenant TENANT_ID
44
44
- name: Log in with a system-assigned managed identity.
45
45
text: az login --identity
46
-
- name: Log in with a user-assigned managed identity. You must specify the client ID, object ID or resource ID of the user-assigned managed identity with --username.
47
-
text: az login --identity --username 00000000-0000-0000-0000-000000000000
46
+
- name: Log in with a user-assigned managed identity's client ID.
47
+
text: az login --identity --client-id 00000000-0000-0000-0000-000000000000
0 commit comments