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 a0a444b commit ffeb186Copy full SHA for ffeb186
pydantic_settings/sources/providers/azure.py
@@ -82,7 +82,7 @@ def __init__(
82
settings_cls: type[BaseSettings],
83
url: str,
84
credential: TokenCredential,
85
- dash_to_underscore: bool = True,
+ dash_to_underscore: bool = False,
86
case_sensitive: bool | None = None,
87
env_prefix: str | None = None,
88
env_parse_none_str: str | None = None,
0 commit comments