-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]⛓️💥 breaking-changeIssues or PRs tracking breaking changes.Issues or PRs tracking breaking changes.
Description
Description
Some connection property environment variables are being renamed.
Pattern Summary
The property name changes follow these patterns:
- Database resources:
Database→DatabaseName - AI Model resources:
Model→ModelName - Azure Event Hub:
ConsumerGroup→ConsumerGroupName)
Version
13.1
Previous behavior
N/A
New behavior
N/A
Type of breaking change
- Binary incompatible: Existing binaries might encounter a breaking change in behavior, such as failure to load or execute, and if so, require recompilation.
- Source incompatible: When recompiled using the new SDK or component or to target the new runtime, existing source code might require source changes to compile successfully.
- Behavioral change: Existing binaries might behave differently at run time.
Reason for change
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.
Recommended action
Update client applications with new name or add a custom environment variable in the app host with the previous name.
Affected APIs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]⛓️💥 breaking-changeIssues or PRs tracking breaking changes.Issues or PRs tracking breaking changes.