diff --git a/src/Common/CosmosClient.ts b/src/Common/CosmosClient.ts index f35efbd00..875523295 100644 --- a/src/Common/CosmosClient.ts +++ b/src/Common/CosmosClient.ts @@ -127,6 +127,8 @@ enum SDKSupportedCapabilities { PartitionMerge = 1 << 0, } +// Need to put in some kind of function here to recreate the CosmosClient with a new endpoint. + let _client: Cosmos.CosmosClient; export function client(): Cosmos.CosmosClient {