mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 17:12:47 +01:00
Remove Data Explorer references from connectivity probe comment
This commit is contained in:
@@ -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
|
// 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
|
// the database account through the Cosmos client. Returns undefined on success, or an error message when
|
||||||
// proxy routing). Returns undefined on success, or an error message when the client cannot connect, so
|
// the client cannot connect.
|
||||||
// the caller can block opening the Data Explorer view.
|
|
||||||
export const validateDirectConnectionStringConnectivity = async (
|
export const validateDirectConnectionStringConnectivity = async (
|
||||||
connectionString: string,
|
connectionString: string,
|
||||||
metadata: AccessInputMetadata,
|
metadata: AccessInputMetadata,
|
||||||
|
|||||||
Reference in New Issue
Block a user