microsoft / vscode-azureresourcegroups

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

There is an extra step "select subscription" when executing "Azure: Group by ARM Tag..." command #734

Open v-xinda opened 1 year ago

v-xinda commented 1 year ago

OS: Win10/Mac Build Version: 20230727.1

Repro Steps:

  1. Make sure more than two subscriptions are selected.
  2. F1-> Click "Azure: Group by ARM Tag...".
  3. Check whether the next step is "select the tag key to group by...".

Expect: The next step is "select the tag key to group by...". image

Actual: There is an extra step "select subscription". image

More Info:

  1. The resources of all the subscriptions group by ARM Tag.

    Screenshot 2023-08-02 at 17 50 45
  2. This issue doesn't reproduce when executing "Group by Location/Group by Resource Group/Group by Resource Type" command.