Stefan Ivemo
Announcements!
PSBicep Release v2.0.0
(github.com)
The Bicep PowerShell module has been rebuilt with its own assembly load context to avoid conflicts
By: Stefan Ivemo submitted:Jun 16 2022
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.
By: Stefan Ivemo submitted:Jun 16 2022
Projects, Scripts, and Modules
Bicep 1.4.3
(powershellgallery.com)
Just updated the Flexed biceps Bicep PowerShell module to use the BicepLang v0.3.126 assemblies.
By: Stefan Ivemo submitted:Jun 16 2022
Just updated the Flexed biceps Bicep PowerShell module to use the BicepLang v0.3.126 assemblies.
By: Stefan Ivemo submitted:Jun 16 2022
BicepPowerShell
(github.com)
This is the repo for the Bicep PowerShell Module.
By: Stefan Ivemo submitted:Jun 16 2022
This is the repo for the Bicep PowerShell Module.
By: Stefan Ivemo submitted:Jun 16 2022
Introducing Bicep PowerShell Module
(blog.ivemo.se)
Lately I've been spending a lot of time creating a bunch of Bicep modules that I re-use in my
By: Stefan Ivemo submitted:Jun 16 2022
Lately I've been spending a lot of time creating a bunch of Bicep modules that I re-use in my
templates over and over again. When I've spent a couple of hours coding I usually end up with a folder containing multiple .bicep files that I need to compile running bicep build. But since bicep build doesn't have a --all switch or support wildcard characters on Windows (on OSX/Linux you can run bicep build *.bicep), I started using a simple PowerShell function to compile all .bicep files in a folder instead of compiling them one by one. After a couple of days using the function it escalated with more features and I decided to put together a PowerShell module that wraps Bicep CLI and share it with the community. And that's how the Bicep PowerShell Module was born.
By: Stefan Ivemo submitted:Jun 16 2022
PSBicep
(github.com)
Multiple new feature and fixes in this release.
By: Stefan Ivemo submitted:Jun 16 2022
Multiple new feature and fixes in this release.
By: Stefan Ivemo submitted:Jun 16 2022