Added comments.

This commit is contained in:
Craig Boger (from Dev Box) 2024-01-22 09:58:56 -08:00
parent d441ed94da
commit c5fcca2dc1

View File

@ -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 {