File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sdk/eventhub/azure-eventhub/azure/eventhub/aio Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class EventHubConsumerClient(
100100 :paramtype transport_type: ~azure.eventhub.TransportType
101101 :keyword http_proxy: HTTP proxy settings. This must be a dictionary with the following
102102 keys: `'proxy_hostname'` (str value) and `'proxy_port'` (int value).
103- :paramtype http_proxy: dict[str, str or int] or None
103+ :paramtype http_proxy: dict[str, str] or dict[str, int] or None
104104 Additionally the following keys may also be present: `'username', 'password'`.
105105 :keyword checkpoint_store: A manager that stores the partition load-balancing and checkpoint data
106106 when receiving events. The checkpoint store will be used in both cases of receiving from all partitions
You can’t perform that action at this time.
0 commit comments