mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Change Headers meant to unblock merge prviate preview customers (#1251)
This commit is contained in:
committed by
GitHub
parent
cea3978ca6
commit
9e7bbcfab6
@@ -90,7 +90,7 @@ export function client(): Cosmos.CosmosClient {
|
|||||||
if (_client) return _client;
|
if (_client) return _client;
|
||||||
|
|
||||||
let _defaultHeaders: CosmosHeaders = {};
|
let _defaultHeaders: CosmosHeaders = {};
|
||||||
_defaultHeaders["x-ms-cosmos-sdk-supported-capabilities"] =
|
_defaultHeaders["x-ms-cosmos-sdk-supportedcapabilities"] =
|
||||||
SDKSupportedCapabilities.None | SDKSupportedCapabilities.PartitionMerge;
|
SDKSupportedCapabilities.None | SDKSupportedCapabilities.PartitionMerge;
|
||||||
|
|
||||||
const options: Cosmos.CosmosClientOptions = {
|
const options: Cosmos.CosmosClientOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user