Skip to content

Commit 2b0f622

Browse files
committed
custom port 2
1 parent b99873e commit 2b0f622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/eventhub/azure-eventhub/azure/eventhub/_pyamqp/aio/_connection_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def __init__( # pylint:disable=too-many-locals,too-many-statements
115115
# Custom Endpoint
116116
custom_endpoint_address = kwargs.get("custom_endpoint_address")
117117
custom_endpoint = None
118+
custom_port = None
118119
if custom_endpoint_address:
119120
custom_parsed_url = urlparse(custom_endpoint_address)
120121
if transport_type.value == TransportType.Amqp.value:

0 commit comments

Comments
 (0)