-
Notifications
You must be signed in to change notification settings - Fork 757
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
base: main
Are you sure you want to change the base?
Conversation
Test this change out locally with the following install scripts (Action run 12485439009) VSCode
Azure CLI
|
Dotnet Test Results 78 files - 39 78 suites - 39 29m 29s ⏱️ - 19m 10s Results for commit 9776c42. ± Comparison against base commit b732155. This pull request removes 1846 and adds 636 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
# 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
Resolves #1410
There are a couple of updates to this check included as well:
Microsoft Reviewers: Open in CodeFlow