We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2fc75 commit a6a3e39Copy full SHA for a6a3e39
1 file changed
sdk/batch/azure-batch/azure/batch/aio/_patch.py
@@ -30,7 +30,7 @@ class BatchClient(GenerateBatchClient):
30
:type hub: str
31
:param credentials: Credential needed for the client to connect to Azure.
32
:type credentials: ~azure.identity.ClientSecretCredential, ~azure.core.credentials.AzureNamedKeyCredential,
33
- or ~azure.identity.AsyncTokenCredential
+ or ~azure.core.credentials_async.AsyncTokenCredential
34
:keyword api_version: Api Version. The default value is "2021-10-01". Note that overriding this
35
default value may result in unsupported behavior.
36
:paramtype api_version: str
0 commit comments