We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bicep version Bicep CLI version 0.2.464 (0e26cf2)
Describe the bug myModule.bicep
param foo string param foo int
main.bicep
// An element with the same key but a different value already exists. Key: 'foo' (Fatal) module myModule './myModule.bicep' = { name: 'myModule' ... }
To Reproduce Create duplicate symbols in a bicep file and reference the file as a module in another file.
The text was updated successfully, but these errors were encountered:
Good catch
Sorry, something went wrong.
Fix issue #1627
2a559e0
Fix issue #1627 (#1901)
b6bc48c
shenglol
Successfully merging a pull request may close this issue.
Bicep version
Bicep CLI version 0.2.464 (0e26cf2)
Describe the bug
myModule.bicep
main.bicep
To Reproduce
Create duplicate symbols in a bicep file and reference the file as a module in another file.
The text was updated successfully, but these errors were encountered: