Skip to content

Releases: PSBicep/BicepNet

v2.4.0-preview0001

12 Jan 22:39
337a2c6
Compare
Choose a tag to compare
v2.4.0-preview0001 Pre-release
Pre-release

[v2.4.0-preview0001]

Added

  • Support for Bicep v0.24.24.

Security

  • Added global.json to match Bicep project build config. This allows the project to build without .NET 8 vulnerability scanning.

v2.3.2-preview0002

09 Jan 20:33
8fd4335
Compare
Choose a tag to compare
v2.3.2-preview0002 Pre-release
Pre-release

[v2.3.2-preview0002]

Added

  • Support for Bicep v0.24.24.

Security

  • Added global.json to match Bicep project build config. This allows the project to build without .NET 8 vulnerability scanning.

v2.3.2-preview0001

09 Jan 19:26
5153392
Compare
Choose a tag to compare
v2.3.2-preview0001 Pre-release
Pre-release

[v2.3.2-preview0001]

Added

  • Support for Bicep v0.24.24.

Security

  • Added global.json to match Bicep project build config. This allows the project to build without .NET 8 vulnerability scanning.

v2.3.1

14 Jan 15:23
01d6cb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.1

v2.2.1

07 Sep 07:11
47b14b1
Compare
Choose a tag to compare

What changed

  • Release automation improved

Full Changelog: v2.2.0...v2.2.1

v2.2.0

07 Sep 06:08
045fc78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

15 Jun 06:49
33ab663
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.1.1

v2.1.0

13 Jun 21:54
0975164
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.1.0

v2.0.10

17 Oct 15:04
944588e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.9...v2.0.10

v2.0.9

24 Sep 20:14
12fe36d
Compare
Choose a tag to compare
  • 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