From 19008013cd3eba5c6537562a6ad1a4d4b14264c1 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Fri, 7 May 2021 15:59:09 -0500 Subject: [PATCH] [Breaking][Cosmos] Remove default consistency_level For discussion only. Do not merge. --- azure/cosmos/cosmos_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/cosmos/cosmos_client.py b/azure/cosmos/cosmos_client.py index c52a08b..92337b0 100644 --- a/azure/cosmos/cosmos_client.py +++ b/azure/cosmos/cosmos_client.py @@ -68,7 +68,7 @@ def __init__(self, url_connection, auth, connection_policy=None, - consistency_level=documents.ConsistencyLevel.Session): + consistency_level): """ :param str url_connection: The URL for connecting to the DB server.