bicep
bicep copied to clipboard
VSCode Extension intellisense sorts module versions in strange order
Bicep version v0.30.23
Describe the bug When referencing a module that has a lot of versions. The versions are in strange order. I expected the latest version (in this case 0.10.0) to be on the top
To Reproduce Steps to reproduce the behavior:
- Create new bicep file
- add following content:
module vault 'br/public:avm/res/key-vault/vault:' = { } - Trigger intellisense to suggest right version
I think the assumption is that AVM gives us the correct order in their metadata. Sounds like we should just sort them ourselves.
Duplicate of #14530. I'm working on improving this now.