v0.4.613
Highlights
Bicep team:
- Implement goto for resource and variable property accesses, module paths, params and outputs (#3690)
- UX improvements for Bicep visualizer: added icons, themes, etc. (#3736)
- Ability to build a bicep file from VSCode file context menu (#3708)
- Fixed some significant perf issues for bicep projects with many modules
Bug fixes and features
Bicep team:
- Improve performance of
no-hardcoded-env-urls
linter rule (#3833) - Various perf fixes to minimize linter CPU impact (#3852)
- No more warnings when assigning value of "any" type to a discriminator property (#3805)
- Block property loops inside operators or function calls (#3799)
- Remove empty line in required-properties snippet insertion (#3721)
- Suppress function placement validation on a module that couldn't be read. (#3832)
Docs, examples, snippet updates
Bicep team:
- fixes a couple of bugs in aks samples (#3912)
- Update homebrew to v0.4.451 (#3887)
- Updated link to Bicep PS module repo in README (#3892)