Highlights
Bicep team:
- Add support for sourcing feature flags from bicepconfig.json (#8559)
- Add experimental support for aggregate type declarations (#8673)
- Add decompile command (#8804)
- Add format command to bicep CLI (#8580)
Features and bug fixes
Bicep team:
- Improve performance of NoUnusedVariablesRule & NoUnusedParametersRule (#8853)
- Fix a formatter issue where formatting invalid nested resource keeps on indenting further (#8666)
- Emit API version for deployment references (#8656)
- Fix 7752 don't allow non-param files to be selected (#8521)
- Rule to detect compiler fluff (decompiler-cleanup) (#8648)
- Fix decompile of "metadata" in resources/modules (#8848)
- Bicep Deploy: add support to name deployments (#8717)
- Refresh compilation before build and deploy to fix 8239 (#8721)
Documentation and snippets
- Added DNS Private Resolver resource snippet (#8787)