Skip to content

v0.12.1

Compare
Choose a tag to compare
@shenglol shenglol released this 03 Nov 19:00
· 4429 commits to main since this release
e43d137

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)

@SimonWahlin

  • 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

@johnlokerse

  • Added DNS Private Resolver resource snippet (#8787)