-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure CLI authentication does not show subscriptions for all tenants #4555
Labels
Comments
Reason seems these two methods return only subscriptions for the default tenant:
For token-based auth, there is an explicit iteration over all tenants: |
wangmingliang-ms
added a commit
that referenced
this issue
Aug 25, 2020
…does not show subscriptions for all tenants
wangmingliang-ms
added a commit
that referenced
this issue
Aug 26, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Aug 28, 2020
…account) for Azure Cli authentication and refactor
wangmingliang-ms
added a commit
that referenced
this issue
Aug 31, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Aug 31, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Aug 31, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 1, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 3, 2020
…does not show subscriptions for all tenants
wangmingliang-ms
added a commit
that referenced
this issue
Sep 3, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 3, 2020
…account) for Azure Cli authentication and refactor
wangmingliang-ms
added a commit
that referenced
this issue
Sep 3, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 7, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 11, 2020
…account) for Azure Cli authentication and refactor
wangmingliang-ms
added a commit
that referenced
this issue
Sep 15, 2020
wangmingliang-ms
added a commit
that referenced
this issue
Sep 15, 2020
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Azure CLI authentication does not show subscriptions for all tenants.
Using Device login:
Using Azure CLI:
On the command line,
az
does show this subscription. Seems the toolkit only lists subscriptions for one tenant when using Azure CLI authentication?The text was updated successfully, but these errors were encountered: