Skip to content

Commit ffeb186

Browse files
authored
[CHORE] Change dash_to_underscore to False by default
1 parent a0a444b commit ffeb186

File tree

1 file changed

+1
-1
lines changed
  • pydantic_settings/sources/providers

1 file changed

+1
-1
lines changed

pydantic_settings/sources/providers/azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
settings_cls: type[BaseSettings],
8383
url: str,
8484
credential: TokenCredential,
85-
dash_to_underscore: bool = True,
85+
dash_to_underscore: bool = False,
8686
case_sensitive: bool | None = None,
8787
env_prefix: str | None = None,
8888
env_parse_none_str: str | None = None,

0 commit comments

Comments
 (0)