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
If the wrong type is used in the "root" bicepparam, but the param is not overridden in the "leaf" bicepparam, no warnings/errors are surfaced.
To Reproduce main.bicep
paramtagstring
root.bicepparam
usingnoneparamtag = false// type mismatch
leaf.bicepparam
using'main.bicep'extends'root.bicepparam'// expecting some kind of warning/error here
Uh oh!
There was an error while loading. Please reload this page.
Bicep version
v0.34.44
Describe the bug
If the wrong type is used in the "root" bicepparam, but the param is not overridden in the "leaf" bicepparam, no warnings/errors are surfaced.
To Reproduce
main.bicep
root.bicepparam
leaf.bicepparam
_Compiled leaf.parameters.json
The text was updated successfully, but these errors were encountered: