From 9e7bbcfab69fa3ef4dbd56997178235a47ed21a6 Mon Sep 17 00:00:00 2001 From: Rama krishnan Raghupathy Date: Thu, 14 Apr 2022 18:01:11 -0700 Subject: [PATCH] Change Headers meant to unblock merge prviate preview customers (#1251) --- src/Common/CosmosClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/CosmosClient.ts b/src/Common/CosmosClient.ts index 7a85d9bd5..75359e363 100644 --- a/src/Common/CosmosClient.ts +++ b/src/Common/CosmosClient.ts @@ -90,7 +90,7 @@ export function client(): Cosmos.CosmosClient { if (_client) return _client; let _defaultHeaders: CosmosHeaders = {}; - _defaultHeaders["x-ms-cosmos-sdk-supported-capabilities"] = + _defaultHeaders["x-ms-cosmos-sdk-supportedcapabilities"] = SDKSupportedCapabilities.None | SDKSupportedCapabilities.PartitionMerge; const options: Cosmos.CosmosClientOptions = {