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
Sign In with Account A using the AzureSubscriptionProvider.signIn() method
You can see all the subs of A
Sign in with Account B using the AzureSubscriptionProvider.signIn() method
You cannot get any subscription. It returns an empty [ ]
Sign in to tenant using the signInToTenant() method. You will see a list of all the tenants of B. Pick your tenant and sign in. Note that, the tenants of B do not required any MFA and when signed in as the first step it shows all the subscriptions of B without signing in to tenant specifically
You can see the subs of A instead of B.
Both 5 and 6 are not ideal. The experience should be when signing in to B, you should see the subs of B as was the case with Azure Account extension.
The text was updated successfully, but these errors were encountered:
I can reproduce what you're describing, except in Azure Resources we handle this by showing a "Sign in to Directory..." item in the tree. I encourage you to do the same.
As for why this is happening, I'm unsure and I'll investigate further. But for now if you add the tree item I think it should be fine as this shouldn't be a super common scenario for everyday users.
Steps to repro:
Both 5 and 6 are not ideal. The experience should be when signing in to B, you should see the subs of B as was the case with Azure Account extension.
The text was updated successfully, but these errors were encountered: