Enable new backend endpoint to be passed to Data Explorer via message. (#1782)

This commit is contained in:
jawelton74
2024-04-01 07:54:04 -07:00
committed by GitHub
parent 5aa6b0abe1
commit cabedf4a29
2 changed files with 2 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ export interface DataExplorerInputsFrame {
dnsSuffix?: string;
serverId?: string;
extensionEndpoint?: string;
portalBackendEndpoint?: string;
mongoProxyEndpoint?: string;
cassandraProxyEndpoint?: string;
subscriptionType?: SubscriptionType;