You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bicep version
run bicep --version via the Bicep CLI, az bicep version via the AZ CLI or via VS code by navigating to the extensions tab and searching for Bicep
@audhage - the combination of }] in one line, next to each other, indicates end of loop. Perhaps the error message (BCP018) should be a little bit more descriptive and explain why we expect particular character.
Bicep is newline sensitive. We are looking into ways we can remove this (#146) or decrease sensitivity for cases like this. Looks like @miqm provided the right fix so I'm going to close this, but let us know if there are issues or questions about what is happening.
Bicep version
run
bicep --version
via the Bicep CLI,az bicep version
via the AZ CLI or via VS code by navigating to the extensions tab and searching for BicepBicep CLI version 0.3.255 (589f037)
Describe the bug
A clear and concise description of what the bug is vs what you expected to happen
To Reproduce
Steps to reproduce the behavior:
run the below code. the single resource parses fine while the array does not. I have this same array code nested and parses fine.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: