Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes the alias as pydantic requires the usage of the alias when initializing the class not the original name which prevents this code from working. ```py cosmosdb_settings = AzureCosmosDBSettings.create( env_file_path=env_file_path, connection_string=cosmos_connstr, ) ```
- Loading branch information