Skip to content

Commit e2e5295

Browse files
[Cosmos] Remove unused files (#11388)
* Remove old files * Revert unreleated change Co-authored-by: Steve Faulkner <[email protected]>
1 parent 9d24209 commit e2e5295

File tree

5 files changed

+1
-406
lines changed

5 files changed

+1
-406
lines changed

sdk/cosmos/azure-cosmos/azure/cosmos/_consistent_hash_ring.py

Lines changed: 0 additions & 129 deletions
This file was deleted.

sdk/cosmos/azure-cosmos/azure/cosmos/_hash_partition_resolver.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

sdk/cosmos/azure-cosmos/azure/cosmos/_murmur_hash.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

sdk/cosmos/azure-cosmos/test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class _test_config(object):
3939

4040
#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Cosmos DB Emulator Key")]
4141
masterKey = os.getenv('ACCOUNT_KEY', 'C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==')
42-
host = os.getenv('ACCOUNT_HOST', 'https://localhost:443/')
42+
host = os.getenv('ACCOUNT_HOST', 'https://localhost:8081/')
4343
connection_str = os.getenv('ACCOUNT_CONNECTION_STR', 'AccountEndpoint={};AccountKey={};'.format(host, masterKey))
4444

4545
connectionPolicy = documents.ConnectionPolicy()

0 commit comments

Comments
 (0)