Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for native Bicep parameter files #284

Open
StefanIvemo opened this issue Oct 12, 2022 · 1 comment
Open

Add support for native Bicep parameter files #284

StefanIvemo opened this issue Oct 12, 2022 · 1 comment

Comments

@StefanIvemo
Copy link
Member

Bicep parameter files are soon to be released. We need to update the functionality in PSBicep to generate bicep parameter files instead of ARM parameter files. We need to discuss how we should do this.

Thoughts:

  • We should implement functionality to generate bicep param files and set this as the default behavior for all ways we can generate param files with PSBicep(New-BicepParameterFile, Build-Bicep). It should still be possible to generate an ARM parameter file.
  • Update-BicepParameterFile should support both formats.
@SimonWahlin
Copy link
Member

We should add this to BicepNet using the same logic as bicep generate-params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants