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

There is no tip "Select a resource" when creating container app from Command Palette

Open v-chenzha opened this issue 2 years ago • 3 comments

OS: All Azure Resources Build Version: 20230518.3 Azure Container Apps Version: v0.5.1 Regression: Not a Regression

Repro Steps:

  1. Make sure the resource groups by Resource Group.
  2. F1 -> "Azure Container Apps: Create Container App..." -> Select a subscription.
  3. Check whether there is a tip "Select a resource".

Expect: There is a tip "Select a resource".

Actual: There is no tip "Select a resource". image

More Info:

  1. This issue also reproduces when the resource groups by Location/ARM Tag.
  2. There is no tip "Select a subscription" when executing commands "Azure: Focus Group". image

v-chenzha avatar May 18 '23 09:05 v-chenzha

Can you check if this is still reproducing? We have not been able to reproduce this as of today

MicroFish91 avatar Jun 14 '23 22:06 MicroFish91

@MicroFish91 Verified this issue on the latest Azure Resource build 20230614.1, it still reproduces for now.

When resource groups by Resource Group/Location/ARM Tag, there is no tip "Select a resource" and "Select a subscription" when executing the commands. image image

v-chenzha avatar Jun 15 '23 02:06 v-chenzha

I'm able to reproduce this. The first screenshot is the resource group step. We can't show a placeholder because how the grouping step is setup right now it doesn't actually know what type of groups are being picked. We could either add a very generic placeholder like "select a group" or we could make some changes to know what is being picked and set the placeholder based on that.

image

alexweininger avatar Jun 15 '23 23:06 alexweininger