Skip to content

Commit

Permalink
Replace TokenCredential reference with AsyncTokenCredential (Azure#21883
Browse files Browse the repository at this point in the history
)
  • Loading branch information
scottaddie authored and hildurhodd committed Jan 4, 2022
1 parent d924079 commit 51d5daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MetricsQueryClient(object):
"""MetricsQueryClient
:param credential: The credential to authenticate the client
:type credential: ~azure.core.credentials.TokenCredential
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:keyword endpoint: The endpoint to connect to. Defaults to 'https://management.azure.com'.
:paramtype endpoint: str
"""
Expand Down

0 comments on commit 51d5daf

Please sign in to comment.