microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
54 stars 29 forks source link

No Directory list or error shows when executing "Azure: Sign in to Directory..." command #938

Open v-ruizh opened 1 month ago

v-ruizh commented 1 month ago

OS: All Build Version: 0.9.7 Regression: Not a regression

Repro Steps:

  1. Disable the setting "Microsoft: Use Msal".
  2. F1 -> Select "Azure: Sign in to Directory...", the below error occurs. Image
  3. Sign in with Azure account.
  4. F1 -> Select "Azure: Sign in to Directory..." again.
  5. Check whether a Directory list or error shows.

Expect: A Directory list or error shows.

Actual: No Directory list or error shows. Image

More Info: This issue does not reproduce if the setting "Microsoft: Use Msal" is enabled.