diff --git a/src/Common/CosmosClient.ts b/src/Common/CosmosClient.ts index f75c47454..b7fcae089 100644 --- a/src/Common/CosmosClient.ts +++ b/src/Common/CosmosClient.ts @@ -134,6 +134,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 {