Björn Sundling
Björn Sundling
> It's a breaking change. `ls $nonExistingVar` in bash and `dir ""` (not entirely the same) in cmd behaves the same. I am very much aware of this as it...
Great idea! Automatic documentation is always nice. I did some research yesterday, and I believe there are three ways of doing this: - Use the output from Build-BicepNetFile, convert to...
@StefanIvemo @irwins An initial version is now available at https://github.com/bjompen/PSBicep/tree/New-BicepMarkdownDocumentation Please test and see if it compares to what you want. A couple of notes: - Which fields are to...
Done. Created the documentation also. Still no tests though ;)
Since none of the parameters are required it is possible to run the command without any input. This results in no output at all. Maybe we should add either -...
The command `Get-BicepConfig`, and associated help files, are included in this pr and also #272 . In order to avoid merge conflicts it should probably be removed from this PR....
FYI: This works now. merge to main and tests will be run on windows and linux.
I don't have access to change branch policies. I _think_ we need to change the branch policies to allow force push and then reset the required approvals to those with...
+1 for adding regex, as it would make parameter/validation so much better. As for language though, wouldn't it make more sense to have .net regex instead of PCRE2? The rest...
Second Justins opinon. A great idea and I would absolutely turn it on, but make it opt-in. Having it as a native rule makes it easier to enforce instead of...