vscode-azureresourcegroups
vscode-azureresourcegroups copied to clipboard
There is no step "Select subscription" when creating a resource group by clicking "+" in the "Resources" view
OS: GitHub Codespaces and Linux Build Version: v0.8.7-alpha.0 Regression: Previous release
Repro Steps:
- Make sure more than two subscriptions are selected.
- Click "+" in the "Resources" view -> Click "Create Resource Group...".
- Check whether the next step is "Select subscription".
Expect:
The next step is "Select subscription".
Actual:
- The next step is "Enter a unique name...".
- There is no step "Select subscription".
More Info:
- This issue doesn't reproduce after executing command "Create Resource..." from command palette.
- This issue doesn't reproduce on the Windows and Mac.
Can you confirm two things:
- Which subscription is automatically being selected?
- That you are not selecting any tree item prior to clicking the + button?
@nturinski 1. The expanded subscription is automatically being selected. 2. Don't select any tree item prior (only one operation: Expand the subscription which I want to create resource group). If the two subscriptions are not expanded, the step "Select subscription" will exist during creating a resource group.