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

Fix bad string escaping in ARM template generation #2006

Merged
merged 4 commits into from
Mar 25, 2021

Conversation

anthony-c-martin
Copy link
Member

Currently Bicep escapes any string beginning with "[". ARM only requires strings to be escaped if they begin with "[" AND end with "]"; so strings not ending with "]" are escaped incorrectly and misinterpreted by the deployment engine.

Fixes #1993

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

Successfully merging this pull request may close these issues.

Multiline string with JSON() results in invalid Json if the string contains an extra line
2 participants