Skip to content

[release/13.1] Add connection property suffix - #13516

Merged
Jose Perez Rodriguez (joperezr) merged 5 commits into
release/13.1from
backport/pr-13471-to-release/13.1
Dec 12, 2025
Merged

[release/13.1] Add connection property suffix#13516
Jose Perez Rodriguez (joperezr) merged 5 commits into
release/13.1from
backport/pr-13471-to-release/13.1

Conversation

@github-actions

@github-actions github-actions Bot commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

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 Name to distinguish them from actual values.

Pattern Summary

The property name changes follow these patterns:

  1. Database Properties: DatabaseDatabaseName
  2. Model Properties: ModelModelName
  3. Named Entities: ConsumerGroupConsumerGroupName

It'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.

@github-actions

Copy link
Copy Markdown
Contributor Author

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13516

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13516"

@joperezr
Jose Perez Rodriguez (joperezr) merged commit d6668f5 into release/13.1 Dec 12, 2025
287 checks passed
@joperezr
Jose Perez Rodriguez (joperezr) deleted the backport/pr-13471-to-release/13.1 branch December 12, 2025 18:14
@dotnet-policy-service dotnet-policy-service Bot added this to the 13.1 milestone Dec 12, 2025
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants