There is no tip "Select a resource" when creating container app from Command Palette
OS: All Azure Resources Build Version: 20230518.3 Azure Container Apps Version: v0.5.1 Regression: Not a Regression
Repro Steps:
- Make sure the resource groups by Resource Group.
- F1 -> "Azure Container Apps: Create Container App..." -> Select a subscription.
- 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".
More Info:
- This issue also reproduces when the resource groups by Location/ARM Tag.
- There is no tip "Select a subscription" when executing commands "Azure: Focus Group".
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.
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.