Skip to content

Conversation

davidfowl
Copy link
Member

Description

Second part to #7500. Since we changed the connection string resource to be a parameter resource (that points to itself), we needed to bump the priority of processing parameters VS connection strings much like we did in manifest parsing.

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No

@Copilot Copilot AI review requested due to automatic review settings February 13, 2025 09:55
@davidfowl
Copy link
Member Author

/backport to release/9.1

Copy link
Contributor

Started backporting to release/9.1: https://github.com/dotnet/aspire/actions/runs/13305007421

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@@ -634,6 +634,13 @@ BicepValue<string> GetHostValue(string? prefix = null, string? suffix = null)
return (url, secretType);
}

if (value is ParameterResource param)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider a comment saying that it's important that this is resolved before connection strings.

But if a test catches a regression then not required.

@davidfowl davidfowl enabled auto-merge (squash) February 13, 2025 10:02
@davidfowl davidfowl disabled auto-merge February 13, 2025 10:04
@davidfowl davidfowl enabled auto-merge (squash) February 13, 2025 10:04
@davidfowl davidfowl merged commit 22a4ed5 into main Feb 13, 2025
70 checks passed
@davidfowl davidfowl deleted the davidfowl/process-parameters branch February 13, 2025 10:09
@github-actions github-actions bot added the area-integrations Issues pertaining to Aspire Integrations packages label Mar 10, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants