ServiceBusSender Identifier not set. #46952
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Bus
Milestone
Library name and version
Azure.Messaging.ServiceBus v7.18.0+
Describe the bug
When creating a ServiceBusSender using ServiceBusClient.CreateSender() the returned Sender does not have its Identifier correctly set based off the queue/topic name.
This used to work < 7.18.0.
Expected behavior
ServiceBusClient.CreateSender() should return ServiceBusSender with Identifier set as -.
Actual behavior
Identifier is set as "-".
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: