Skip to content

v0.29.45

Compare
Choose a tag to compare
@davidcho23 davidcho23 released this 18 Jul 21:44
· 211 commits to main since this release
57a44c0

Highlights

Breaking Changes

  • Replace the provider keyword with the extension keyword (#14379)
  • Deprecate provider in Bicep configuration files (#14468)

For more details about the breaking changes, see #14374.

Bugs and Features

  • Added info about missing CLI option --outdir (#14188) - thanks @o-l-a-v!
  • Add trace log message when failing to find Env Var (#13777) - thanks @SimonWahlin!
  • Correctly decompile negative numbers in TLEs (#14317)
  • Remove experimental flag for JSONRPC command group (#14368)
  • Avoid putting URLs into 'code' field in diagnostics (#14583)
  • Escape strings correctly in snippets (#14582)
  • Update Microsoft Graph Bicep types (#14382)
  • Fix UDT syntax highlighting (#14372)
  • Ensure \n is used when emitting template (#14581)
  • Fix Intellisense and other features of Bicep in Visual Studio that were broken by VS 17.10 (#14532)

Refactoring

  • Use string.Method(char) instead of string.Method(string) when possible (#14255) - thanks @Meir017!
  • Use collection expression (#14318) - thanks @Meir017!