From b98905f8bebc2399f06a47518417e8afe2e48a3c Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Thu, 13 Aug 2026 15:12:04 -0400 Subject: [PATCH] Handle connection string account types in getTestExplorerUrl switch --- test/fx.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/fx.ts b/test/fx.ts index cbaca0dfc..ab6a6504b 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -249,6 +249,13 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes params.set("enableaaddataplane", "true"); } break; + + case TestAccount.SQLConnectionString: + case TestAccount.TableConnectionString: + case TestAccount.GremlinConnectionString: + // Connection string (account key) login navigates directly to hostedExplorer.html and doesn't + // use this iframe test-explorer URL or any RBAC/AAD data-plane token. + break; } if (iframeSrc) {