Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.23k stars 748 forks source link

Enable "Paste JSON as Bicep" for bicepparam files #11027

Open brwilkinson opened 1 year ago

brwilkinson commented 1 year ago

"Paste JSON as Bicep" only works for bicep files not bicepparam.

Now that bicepparam is available by default, usage will increase, and this functionality will be valuable to have.

puicchan commented 1 year ago

Need to add this to future plan. Keep on my plate for now.

slavizh commented 1 year ago

+1 on this as currently you need to create bicep template file, paste json as bicep there, copy the contents from that file and paste it on the param file.