Event banner
Azure Deployments AMA
Event Ended
Wednesday, Aug 03, 2022, 09:00 AM PDTEvent details
We are very excited to announce an Azure Deployments AMA!
Join the Azure Deployments team to discuss all things Infrastructure as Code (IaC) in Azure. The panelists own all of the most popular ...
EricStarker
Updated Jun 28, 2022
chriswue
Jul 31, 2022Copper Contributor
Is it still useful to add biceps warnings due to broken API schemas to https://github.com/Azure/bicep/issues/784?
I really would like to get to a stage where bicep can have a "Treat Warnings As Errors" setting. Right now that doesn't work for obvious reasons.
adotfrank
Microsoft
Aug 03, 2022Have you seen the "#disable-next-line" directive? You can use that to tell bicep to turn off specific warnings or errors and that may help you rely more on specific warnings and treat them as errors.
It is still useful to add type issues to that thread. We are planning to revamp how we take in type issues, but in the meantime we would like issues filed there.