mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 17:12:47 +01:00
Handle connection string account types in getTestExplorerUrl switch
This commit is contained in:
@@ -249,6 +249,13 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes
|
|||||||
params.set("enableaaddataplane", "true");
|
params.set("enableaaddataplane", "true");
|
||||||
}
|
}
|
||||||
break;
|
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) {
|
if (iframeSrc) {
|
||||||
|
|||||||
Reference in New Issue
Block a user