From 8ae239002aa04c63562e77c11ef5f3c22ef5b20f Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Tue, 11 Aug 2026 11:54:47 -0400 Subject: [PATCH] Remove Data Explorer references from connectivity probe comment --- src/Platform/Hosted/Components/ConnectExplorer.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Platform/Hosted/Components/ConnectExplorer.tsx b/src/Platform/Hosted/Components/ConnectExplorer.tsx index c9fa6db4a..d96754ef1 100644 --- a/src/Platform/Hosted/Components/ConnectExplorer.tsx +++ b/src/Platform/Hosted/Components/ConnectExplorer.tsx @@ -52,9 +52,8 @@ export const isAccountRestrictedForConnectionStringLogin = async (connectionStri }; // Verifies the account key can actually authenticate against the account by making a lightweight read of -// the database account through the same Cosmos client the Data Explorer uses (client-side signing and -// proxy routing). Returns undefined on success, or an error message when the client cannot connect, so -// the caller can block opening the Data Explorer view. +// the database account through the Cosmos client. Returns undefined on success, or an error message when +// the client cannot connect. export const validateDirectConnectionStringConnectivity = async ( connectionString: string, metadata: AccessInputMetadata,