This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Releases: PSBicep/BicepNet
Releases · PSBicep/BicepNet
v2.4.0-preview0001
[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
[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
[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
What's Changed
- CodeQL config by @PalmEmanuel in #83
- Add Dependabot by @PalmEmanuel in #82
- Implement Support for v0.24.24 by @PalmEmanuel in #87
Full Changelog: v2.2.1...v2.3.1
v2.2.1
v2.2.0
What's Changed
- BicepNet now uses Sampler for a better dev experience by @SimonWahlin in #76
- Support for bicep version 0.20.4 by @SimonWahlin in #78
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Implemented Authentication by @PalmEmanuel in #49
- Add support for exporting resources in Management Group scope by @SimonWahlin in #59
- Bicep v0.18 support by @PalmEmanuel in #60
- Add support for building bicepparam files by @SimonWahlin in #62
- Add support for formatting by @SimonWahlin in #63
- Commands no longer return collections by @SimonWahlin in #64
Full Changelog: v2.0.10...v2.1.1
v2.1.0
What's Changed
- Implemented Authentication by @PalmEmanuel in #49
- Add support for exporting resources in Management Group scope by @SimonWahlin in #59
- Bicep v0.18 support by @PalmEmanuel in #60
- Add support for building bicepparam files by @SimonWahlin in #62
- Add support for formatting by @SimonWahlin in #63
- Commands no longer return collections by @SimonWahlin in #64
Full Changelog: v2.0.10...v2.1.0
v2.0.10
What's Changed
- Added workflow to fool dependency graph by @StefanIvemo in #48
- Add support for bicep 0.11.1 by @SimonWahlin in #52
- Update build workflow by @SimonWahlin in #56
Full Changelog: v2.0.9...v2.0.10
v2.0.9
- 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