Skip to content

v2.0.9

Compare
Choose a tag to compare
@StefanIvemo StefanIvemo released this 24 Sep 20:14
· 59 commits to main since this release
12fe36d
  • Bicep v0.10.61 support
  • Add Convert-BicepNetResourceToBicep
    Converts a json representation of an Azure resource to a bicep template
  • Add Export-BicepNetResource
    Given a resourceId, exports the resource as a bicep template
  • Add Export-BicepNetChildResource
  • Standardize diagnostics output between methods in BicepWrapper
  • Improve on async implementation and expose public *Async in BicepWrapper where applicable
  • Move initialization logic to static constructor to re-use many objects and improve performance
  • Convert C# files to use top level statements
  • Add nullable checks to get rid of compiler warnings
  • Use Nuget package for Decompiler