Templates that were working Friday now arent #6790
-
|
Hi All, Just started using these CARML modules recently as I try to build out some automated deployments. Pretty sweet I have to say. I seem to be getting new errors today, which were not showing up last week. My bicep/param files have not changed. main.bicep params.json New errors I am seeing : Any help would be appreciated. Thanks SImon |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @SC-Rotork do you have a bicepconfig.json file? If you do you can override these warnings/errors to simply ignore them. https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-config-linter I cannot think what might have changed, perhaps an updated Bicep version itself. You might want to bring these up on the CARML repo itself. which Bicep and Bicep vscode extension are you using? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for taking the time to respond @brwilkinson I think the problem lies in these errors: Intellisense isn't happy with it: I thought I could use params: stparam, as long as all the values in the params.json file were exactly what the MS property values are. I am sure I was able to get these to deploy successfully on Friday (even with intellisense saying it was a problem) Any idea if my bicep looks right, or if I have some syntax wrong? I can take a look at using the bicepconfig.json, but that wont override an error that stops it from deploying will it? Thanks again |
Beta Was this translation helpful? Give feedback.

Hi @SC-Rotork do you have a bicepconfig.json file?
If you do you can override these warnings/errors to simply ignore them.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-config-linter
I cannot think what might have changed, perhaps an updated Bicep version itself.
You might want to bring these up on the CARML repo itself.
which Bicep and Bicep vscode extension are you using?