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
Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_c…
…lient_async.py
  • Loading branch information
l0lawrence authored Mar 27, 2024
commit 1f1ecce1e2d06ac0d2b13e9a53cc9ffc1ef51db5
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class EventGridPublisherClient: # pylint: disable=client-accepts-api-version-key
SAS key authentication or SAS token authentication or an AsyncTokenCredential.
:type credential: ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.AzureSasCredential or
~azure.core.credentials_async.AsyncTokenCredential
:keyword api_version: Api Version. Default value is "2018-01-01". Note that overriding this
:keyword api_version: Api Version. Default value is the most recent api version. Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:rtype: None
Expand Down