microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
47 stars 29 forks source link

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

Open v-xinda opened 1 month ago

v-xinda commented 1 month ago

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.
nturinski commented 1 month ago

Can you confirm two things:

v-xinda commented 1 month ago

@nturinski 1. The expanded subscription is automatically being selected.

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