-
Notifications
You must be signed in to change notification settings - Fork 756
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
Revert "Only add an explicit dependency on an existing resource when the deployments engine will use the GET response" #15524
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
…the depl…" This reverts commit 1dcdf46.
Test this change out locally with the following install scripts (Action run 11787477034) VSCode
Azure CLI
|
Dotnet Test Results 72 files - 36 72 suites - 36 29m 7s ⏱️ - 11m 20s Results for commit 9d6b32b. ± Comparison against base commit 99579a9. This pull request removes 1854 and adds 630 tests. Note that renamed tests count towards both.
|
shenglol
approved these changes
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #15447 to address #15513
There is a subtle bug in the way
dependsOn
is generated when a non-copy resource (r) depends on a copy resource (parent) which depends on a copy resource (grandparent) when parent is not included in the calculated dependency graph. Note that even with this reversion, this scenario is still broken for non-symbolic name templates, but this is not unique to v0.31.Microsoft Reviewers: Open in CodeFlow