microsoft/vscode-azureresourcegroups

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

v-chenzha opened this issue · 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

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

@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

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