From 953bef404ba177e3030e811bf5c4c97e7bcda08c Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:43:46 -0700 Subject: [PATCH] Set backend endpoints in testExplorer to use MPAC. (#1797) --- test/testExplorer/TestExplorer.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/testExplorer/TestExplorer.ts b/test/testExplorer/TestExplorer.ts index a415b5bd6..4dbeb86b6 100644 --- a/test/testExplorer/TestExplorer.ts +++ b/test/testExplorer/TestExplorer.ts @@ -35,6 +35,9 @@ const initTestExplorer = async (): Promise => { dnsSuffix: "documents.azure.com", serverId: "prod1", extensionEndpoint: "/proxy", + portalBackendEndpoint: "https://cdb-ms-mpac-pbe.cosmos.azure.com", + mongoProxyEndpoint: "https://cdb-ms-mpac-mp.cosmos.azure.com", + cassandraProxyEndpoint: "https://cdb-ms-mpac-cp.cosmos.azure.com", subscriptionType: 3, quotaId: "Internal_2014-09-01", isTryCosmosDBSubscription: false,