vscode-azureresourcegroups icon indicating copy to clipboard operation
vscode-azureresourcegroups copied to clipboard

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

Open v-xinda opened this issue 1 year ago • 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.

v-xinda avatar May 13 '24 09:05 v-xinda

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 avatar May 15 '24 18:05 nturinski

@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.

v-xinda avatar May 16 '24 02:05 v-xinda