-
Notifications
You must be signed in to change notification settings - Fork 957
[azeventhubs] Export connection string parsing code #19855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/azp run go - azeventhubs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run go - azeventhubs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
… instead of string values. - Added in a SAS key test for producer and consumer client.
|
/azp run go - azeventhubs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/messaging/azeventhubs/internal/exported/connection_string_properties.go
Outdated
Show resolved
Hide resolved
sdk/messaging/azeventhubs/internal/exported/connection_string_properties.go
Outdated
Show resolved
Hide resolved
…the authentication type (key vs sas). Make those non-pointers.
|
/azp run go - azeventhubs |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/check-enforcer reset |
|
Check Enforcer evaluate was requested, but no Azure Pipelines or Github Actions have been triggered for the changed files. If you are initializing a new service, follow the new service docs. If no Azure Pipelines are desired, run For help using check enforcer, see https://aka.ms/azsdk/checkenforcer |
|
/check-enforcer override |
Exporting a function to allow users to parse Event Hub connection strings.
Fixes #19853, #19840