From f270553218ce2d835bccf7b58bd1fa0e1689a289 Mon Sep 17 00:00:00 2001 From: "Craig Boger (from Dev Box)" Date: Mon, 22 Jan 2024 09:58:56 -0800 Subject: [PATCH] Added comments. --- src/Common/CosmosClient.ts | 2 ++ 1 file changed, 2 insertions(+) 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 {