Skip to content

Commit 687917a

Browse files
authored
Fix doc string of CustomCredential class (#42984)
1 parent 9ca891d commit 687917a

File tree

1 file changed

+3
-3
lines changed
  • sdk/ai/azure-ai-projects/azure/ai/projects/models

1 file changed

+3
-3
lines changed

sdk/ai/azure-ai-projects/azure/ai/projects/models/_patch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
class CustomCredential(CustomCredentialGenerated):
1515
"""Custom credential definition.
1616
17-
:ivar type: The credential type. Required. Custom credential
18-
:vartype type: str or ~azure.ai.projects.models.CUSTOM
19-
:ivar credential_keys: The credential type. Required.
17+
:ivar type: The credential type. Always equals CredentialType.CUSTOM. Required.
18+
:vartype type: str or ~azure.ai.projects.models.CredentialType
19+
:ivar credential_keys: The secret custom credential keys. Required.
2020
:vartype credential_keys: dict[str, str]
2121
"""
2222

0 commit comments

Comments
 (0)