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
Describe the bug
Chaining variables causes BCP338 - removing subscriptionId from the diagnosticSettings object fixes the error.
Full error for this example: Failed to evaluate parameter "keyVaults": Unhandled exception during evaluating template language function 'variables' is not handled.
Additional context
I've noticed a similar issue, for example, when using loadJsonContent('./some/json.json') in place of imports though have not reproduced for this specific issue
The text was updated successfully, but these errors were encountered:
Bicep version
Bicep CLI version 0.29.47
Describe the bug
Chaining variables causes BCP338 - removing subscriptionId from the diagnosticSettings object fixes the error.
Full error for this example:
Failed to evaluate parameter "keyVaults": Unhandled exception during evaluating template language function 'variables' is not handled.
To Reproduce
common.bicep
key-vault.bicepparam
Additional context
I've noticed a similar issue, for example, when using
loadJsonContent('./some/json.json')
in place of imports though have not reproduced for this specific issueThe text was updated successfully, but these errors were encountered: