microsoft / microsoft/vscode-azureresourcegroups
There is an extra step "select subscription" when executing "Azure: Group by ARM Tag..." command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 55
- Avg merge
- 16h 49m
- Merged PRs (30d)
- 139
Description
OS: Win10/Mac
Build Version: 20230727.1
Repro Steps:
- Make sure more than two subscriptions are selected.
- F1-> Click "Azure: Group by ARM Tag...".
- 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...".
Actual:
There is an extra step "select subscription".
More Info:
- The resources of all the subscriptions group by ARM Tag.
- This issue doesn't reproduce when executing "Group by Location/Group by Resource Group/Group by Resource Type" command.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the “Azure: Group by ARM Tag...” command and comparing its subscription-selection flow with the location, resource group, and resource type commands. Reproduce the issue with more than two subscriptions selected; done means the command proceeds directly to selecting the tag key while still grouping resources from all selected subscriptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript, vscode
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100