microsoft / vscode-azureresourcegroups

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

No resource shows in the resource group #573

Closed v-xinda closed 1 year ago

v-xinda commented 1 year ago

OS: All Resource Group Build Version: 20230214.5 Azure Container App Build Version: 20230213.10

Repro Steps:

  1. F1 -> Azure: Delete Resource Group... -> Select subscription -> Select a resource group such as "Nicole-env2".
  2. Pop up a delete confirmation "There is 1 resource in this resource group that will be deleted." -> Click "Cancel".
  3. Expand the resource group "Nicole-env2".
  4. Check whether one resource shows in this resource group.

Expect: One resource shows in this resource group.

Screenshot 2023-02-15 at 15 07 04

Actual: No resource shows in this resource group.

Screenshot 2023-02-15 at 14 51 10
alexweininger commented 1 year ago

I think this is expected behavior, since we're just no longer showing the filtered resources unless they enable the azureResourceGroups.showHiddenTypes setting.

alexweininger commented 1 year ago

Closing as this is by design.