Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
l0lawrence committed May 26, 2024
commit 4c0187f9c7758c7815808e63c61301ff2b20017b
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(
self._namespace = namespace_topic
self._subscription = subscription
self._credential = credential
super().__init__(endpoint=endpoint, credential=credential, api_version=api_version, **kwargs)
super().__init__(endpoint=endpoint, credential=credential, api_version=api_version or DEFAULT_STANDARD_API_VERSION, **kwargs)

def __repr__(self) -> str:
return f"<EventGridConsumerClient: namespace_topic={self._namespace}, subscription={self._subscription}, credential type={type(self._credential)}>"
Expand Down