Skip to content

v0.26.54

Compare
Choose a tag to compare
@davidcho23 davidcho23 released this 13 Mar 18:27
· 544 commits to main since this release
5e20b29

Highlights

Bicep Team:

  • User Defined Functions are now GA! (#13458)
  • Allow function imports in .bicepparam files (#13459)
  • Handle single-member unions imported from JSON templates (#13464)
  • Raise diagnostic when whole resource body is used as a type (#13494)
  • Added support for recursive build and publish output (#13292)
  • V1 Formatter Deprecated: new feature flag legacyFormatter (#13394)
  • Support loading source dynamically for nested external modules (#13495)

Features and Bug Fixes

Bicep Team

  • Fix for issue 13531 (#13532)
  • Fix for various issues noticed with provider syntax (#13542)
  • Show tooltips on hover for type property definitions and type additional properties accesses (#13546)
  • Remove v1 formatter (#13290)
  • Allow dot in resource type version pattern (#13331)
  • Fix formatting for comma-separated arguments list (#13504)
  • Preserve nullability when loading resource-derived type from ARM JSON template (#13536)

@olegKoshmeliuk