Skip to content

v0.19.5

Compare
Choose a tag to compare
@shenglol shenglol released this 13 Jul 17:51
· 2569 commits to main since this release
87ca110

Highlights

Bicep Team:

  • Formatter v2 including:
    • Implement pretty-printing algorithm
    • Add formatting configurations (#10889)
    • Less newline sensitivity for if-expression and for-expression (#10984)
    • Make ternary operators and lambdas less newline sensitive (#11052)
  • User defined types property completions for bicepparam files (#11032)

Bug Fixes and Features

Bicep Team:

  • Fix deploy bicep file vs code action bug (#11099)
  • Surface diagnostics from union type narrowing (#10938)
  • Handle duplicate properties in object type definition with a diagnostics, not an exception (#10983)
  • Collapse target union types before narrowing (#10987)
  • Support instance functions on resource-typed params (#11031)
  • Expand leading ~ in RootConfiguration.CacheRootDirectory (#11047)
  • Add description/documentation to public module completions (#10997)
  • Obsolete metadata.json, convert on generate (#11087)
  • Fix intellisense for maxAgeInDays (11040) (#11093)
  • Ignore property storageAccountSubscriptionId for use-resource-id-func… (#11094)