github PSBicep/PSBicep v2.0.0

latest releases: v2.5.0, v2.4.0, v2.4.0-Preview1...
2 years ago

Bicep PowerShell Module - v2.0.0 Release Notes

The Bicep PowerShell module has been rebuilt with its own assembly load context to avoid conflicts with other modules using the same assemblies. Assemblies are no longer loaded during module import, instead its relying on the nested module BicepNet that wraps Bicep.

For more information about BicepNet visit the BicepNet repository.

Breaking changes

  • ConvertTo-Bicep now requires the use of the -Force flag to overwrite existing .bicep files:
    • Add force flag to ConvertTo-Bicep to prevent unexpected overwrite of files (#206) - @bjompen

Enhancements

  • Added support for PreRelease version in transpiled ARM template metadata (#204) - @StefanIvemo

Fixes

  • New/Update-ParameterFile now validates the Bicep template before conversion (#210) - @StefanIvemo
  • Updated no files found message in ConvertTo-Bicep (#201) - @StefanIvemo
  • ConvertTo-Bicep now verifies the template schema (#196) - @emilguden

Don't miss a new PSBicep release

NewReleases is sending notifications on new releases.