We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47e7c commit 50bf43dCopy full SHA for 50bf43d
pydantic_settings/sources/providers/azure.py
@@ -68,7 +68,6 @@ def __iter__(self) -> Iterator[str]:
68
class AzureKeyVaultSettingsSource(EnvSettingsSource):
69
_url: str
70
_credential: TokenCredential
71
- _secret_client: SecretClient
72
73
def __init__(
74
self,
0 commit comments