This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
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