-
Notifications
You must be signed in to change notification settings - Fork 777
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
Allow duplicated resources (by name) if at most one is unconditional #15909
Conversation
Test this change out locally with the following install scripts (Action run 13465843856) VSCode
Azure CLI
|
# Conflicts: # src/Bicep.Core.IntegrationTests/ScenarioTests.cs # src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.json # src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.symbolicnames.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 18 out of 34 changed files in this pull request and generated no comments.
Files not reviewed (16)
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.diagnostics.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.formatted.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.ir.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.json: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.sourcemap.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.symbolicnames.json: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.symbols.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.syntax.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Dependencies_LF/main.tokens.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/InvalidModules_LF/main.diagnostics.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/InvalidResources_CRLF/main.diagnostics.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.diagnostics.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.formatted.bicep: Language not supported
- src/Bicep.Core.Samples/Files/baselines/Resources_CRLF/main.ir.bicep: Language not supported
# Conflicts: # src/Bicep.Core.IntegrationTests/ScenarioTests.cs
# Conflicts: # src/Bicep.Core.IntegrationTests/ScenarioTests.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves #1410
There are a couple of updates to this check included as well:
Microsoft Reviewers: Open in CodeFlow