Skip to content

v0.26.170

Compare
Choose a tag to compare
@jeskew jeskew released this 12 Apr 00:29
· 428 commits to main since this release
e9abaf1

Features and Bug Fixes

Bicep Team:

  • Support including imported types in user-defined tagged unions (#13728)
  • Preserve distinction between {} and object in compiled JSON (#13597)
  • Distinguish between type syntax vs expression syntax in the parser (#13671)
  • Fix bug with parsing expressions in object keys from ARM templates (#13665)
  • Avoid running no-hardcoded-env-urls linter rule in .bicepparam files (#13608)
  • Fix importing tagged unions from compiled JSON (#13733)
  • Fix importing tuples from JSON (#13736)
  • Clarify wording for BCP081 warning (#13739)

@davidlloyduk

@itpropro