Enabling endpoint discovery to test region failure in a non-dev environment. (#1711)

This commit is contained in:
bogercraig
2023-12-13 10:44:17 -08:00
committed by GitHub
parent 1bf4683894
commit bf7c0aac63

View File

@@ -148,9 +148,6 @@ export function client(): Cosmos.CosmosClient {
endpoint: endpoint() || "https://cosmos.azure.com", // CosmosClient gets upset if we pass a bad URL. This should never actually get called
key: userContext.masterKey,
tokenProvider,
connectionPolicy: {
enableEndpointDiscovery: false,
},
userAgentSuffix: "Azure Portal",
defaultHeaders: _defaultHeaders,
};