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
➜ az bicep version
Bicep CLI version 0.3.255 (589f0375df)
What is the scenario in which you'd want to concat an empty string? isn't that a no-op?
Yes it is. It was just a manual tweak to an ARM template that was originally catting some text to a parameter. I wanted to temporary sidestep the catting and it was quicker to cat an empty string than remove the entire concat call.
It's a fairly unlikely case in practice but may indicate a more general problem with empty strings....
Bicep version
2.23.0
Describe the bug
When concatenating an empty string, BICEP decompiler gets very confused and generates invalid BICEP...
Source ARM
Output BICEP
The text was updated successfully, but these errors were encountered: