-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Async ServiceBusClient does not respect the connection_verify parameter #26015
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
The async
ServiceBusClientis not using theconnection_verifyparameter.This version works as expected:
but the async version does not:
With the async version, you can use any value for
connection_verifyand it does not complain if the file does not exist (unlike the sync version).azure-servicebus version installed from pip: