microsoft/vscode-azureresourcegroups

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

v-xinda opened this issue · 0 comments

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
  1. This issue doesn't reproduce when executing "Group by Location/Group by Resource Group/Group by Resource Type" command.