Simon Wåhlin
Simon Wåhlin
Disclaimer: This is my first time doing anything serious in C# so don't hesitate to critique my code :) I think this is now working as expected. ## Contributing a...
# Overview/Summary Update docs to reflect changes in https://github.com/Azure/AzOps-Accelerator/pull/121 Change requested by #592 Please don't merge until the implementing PR is merged into AzOps-Accelerator if there are any changes to...
**Is your feature request related to a problem? Please describe.** When generating bicep parameter files there might be a need of modifying the output before it is written to disk....
# Overview/Summary Add option to configure in which order templates will be deployed by adding a conditional step between Diff and Validate/Deploy. I am a bit uncertain on if the...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSResourceGet) - [X] Search the existing issues. ###...
Fixes #13100 If verbose is set to true in bicepconfig.json, bicep now logs the names of all available environment variables when function readEnvironmentVariable fails to find the variable specified. This...
Calling any of these commands will set the temperature to "Low": ``` Set-TeslaTemperature -High Set-TeslaTemperature -Temperature 20 ```
Merging C# code from BicepNet into PSBicep to avoid having to mainting two separate modules and reduce the layers of abstractions. Hope this will reduce the effort required to maintain...
**Is your feature request related to a problem? Please describe.** I often start to write a bicep template by creating a resource (manually or exported from existing resource) and then...