Skip to content

v0.20.4

Compare
Choose a tag to compare
@davidcho23 davidcho23 released this 02 Aug 18:57
· 1646 commits to main since this release
c9422e0

Highlights

Bicep Team:

  • New Deployment Pane UI (Experimental). Documentation here.
  • adding az.getSecret() support to bicepparam files (#11236)
    • example: param mySecret = az.getSecret('e93d3ee6-fac1-412f-92d6-bfb379e81af2', 'my-rg', 'mykeyvault', 'mySecret')

Bug Fixes and Features

Bicep Team:

  • Make decorators order independent (#11380)
  • Fixes "Paste removes comments inside multi-line array" (#11297)
  • Fix hover with escaped chars in published doclink (#11365)