Skip to content

v1.4.4

Compare
Choose a tag to compare
@StefanIvemo StefanIvemo released this 11 Apr 18:18
· 482 commits to main since this release
24c8511

Bicep PowerShell Module - v1.4.4 Release Notes

New features

  • Published module is now using the Bicep v0.3.255 assemblies
  • New command Convert-JsonToBicep - converts any valid JSON object to Bicep Language (#106) - @StefanIvemo

Fixes

  • Fixed bicep command casing in TestBicep.ps1 for cross-platform compability (#108) - @matsest
  • Install-BicepCLI no longer throws file locked error (#101) - @JohnRoos

Enhancements

  • Get-BicepApiReference now opens the API Spec with bicep as default view (#100) - @JohnRoos
  • Renamed downloadAssemblies.ps1 to downloadDependencies.ps1 (#102) - @JohnRoos

Docs

Other

  • Added hack to use old version of Newtonsoft.Json to avoid (#111) - @SimonWahlin