Skip to content

Commit 80409e2

Browse files
Copilotswathipil
andcommitted
Remove client options references from connection string troubleshooting
Co-authored-by: swathipil <[email protected]>
1 parent b684064 commit 80409e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/servicebus/azure-servicebus/TROUBLESHOOTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ This error can occur when an intercepting proxy is used. To verify, it is recomm
164164

165165
### Adding components to the connection string does not work
166166

167-
The current generation of the Service Bus client library supports connection strings only in the form published by the Azure portal. These are intended to provide basic location and shared key information only; configuring behavior of the clients is done through its options.
168-
169-
Previous generations of the Service Bus clients allowed for some behavior to be configured by adding key/value components to a connection string. These components are no longer recognized and have no effect on client behavior.
167+
The Service Bus client library supports connection strings only in the format published by the Azure portal. Custom key/value components added to connection strings are not recognized and have no effect on client behavior.
170168

171169
#### Specifying AMQP over websockets
172170

0 commit comments

Comments
 (0)