Skip to content

[Breaking change]: Connection properties names #5959

@sebastienros

Description

@sebastienros

Description

Some connection property environment variables are being renamed.

Pattern Summary

The property name changes follow these patterns:

  1. Database resources: DatabaseDatabaseName
  2. AI Model resources: ModelModelName
  3. Azure Event Hub: ConsumerGroupConsumerGroupName)

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

Metadata

Metadata

Assignees

Labels

Pri1High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]⛓️‍💥 breaking-changeIssues or PRs tracking breaking changes.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions