microsoft/vscode-azureresourcegroups

There is no step "Select subscription" when creating a resource group by clicking "+" in the "Resources" view

Opened this issue · 2 comments

OS: GitHub Codespaces and Linux
Build Version: v0.8.7-alpha.0
Regression: Previous release

Repro Steps:

  1. Make sure more than two subscriptions are selected.
  2. Click "+" in the "Resources" view -> Click "Create Resource Group...".
  3. Check whether the next step is "Select subscription".

Expect:
The next step is "Select subscription".
image

Actual:

  1. The next step is "Enter a unique name...".
    image
  2. There is no step "Select subscription".

More Info:

  1. This issue doesn't reproduce after executing command "Create Resource..." from command palette.
  2. 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.