Change Headers meant to unblock merge prviate preview customers (#1251)
This commit is contained in:
parent
cea3978ca6
commit
9e7bbcfab6
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue