[release/13.1] Add connection property suffix - #13516
Merged
Jose Perez Rodriguez (joperezr) merged 5 commits intoDec 12, 2025
Merged
[release/13.1] Add connection property suffix#13516Jose Perez Rodriguez (joperezr) merged 5 commits into
Jose Perez Rodriguez (joperezr) merged 5 commits into
Conversation
[skip ci] Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
github-actions
Bot
requested a review
from Mitch Denny (mitchdenny)
as a code owner
December 11, 2025 23:38
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13516Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13516" |
Sébastien Ros (sebastienros)
requested review from
David Fowler (davidfowl) and
Eric Erhardt (eerhardt)
December 11, 2025 23:42
Eric Erhardt (eerhardt)
approved these changes
Dec 12, 2025
Sébastien Ros (sebastienros)
approved these changes
Dec 12, 2025
Jose Perez Rodriguez (joperezr)
merged commit Dec 12, 2025
d6668f5
into
release/13.1
287 checks passed
Jose Perez Rodriguez (joperezr)
deleted the
backport/pr-13471-to-release/13.1
branch
December 12, 2025 18:14
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #13471 to release/13.1
Description
Normalizing all connection property names for better consistency and clarity. Property names now use more explicit suffixes like
Nameto distinguish them from actual values.Pattern Summary
The property name changes follow these patterns:
Database→DatabaseNameModel→ModelNameConsumerGroup→ConsumerGroupNameIt's breaking for existing resource that have connection properties after 13.0.
/cc Sébastien Ros (@sebastienros)
Customer Impact
Users will have to update their 13.0 apps to use the updated environment names.
Testing
Updated unit tests.
Risk
No risk functionally, but a runtime breaking changes for people who adopted some specific ENVs in 13.0.
Regression?
No.