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
typo2
Co-authored-by: swathipil <[email protected]>
  • Loading branch information
l0lawrence and swathipil authored May 29, 2024
commit 704f6a3c1b59d5e770d56bfa926dcd639c794879
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class EventGridConsumerClient(InternalEventGridConsumerClient):
namespaceName1.westus-1.eventgrid.azure.net. Required.
:type endpoint: str
:param credential: Credential used to authenticate requests to the service. Is either a
AzureKeyCredential type or a TokenCredential type. Required.
AzureKeyCredential type or a AsyncTokenCredential type. Required.
:type credential: ~azure.core.credentials.AzureKeyCredential or
~azure.core.credentials_async.AsyncTokenCredential
:keyword namespace_topic: The name of the topic to consume events from. Required.
Expand Down