From 905413bf17a953f9c4a7a0fb0f0067cc9c0b08a2 Mon Sep 17 00:00:00 2001 From: tomasvaron Date: Wed, 27 Jul 2022 21:29:52 -0400 Subject: [PATCH] remove testing values --- src/ConfigContext.ts | 2 +- .../Controls/SupportPaneComponent/SupportPaneComponent.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ConfigContext.ts b/src/ConfigContext.ts index 1980aa2a7..a226b9794 100644 --- a/src/ConfigContext.ts +++ b/src/ConfigContext.ts @@ -69,7 +69,7 @@ let configContext: Readonly = { ARCADIA_LIVY_ENDPOINT_DNS_ZONE: "dev.azuresynapse.net", GITHUB_CLIENT_ID: "6cb2f63cf6f7b5cbdeca", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1189306 GITHUB_TEST_ENV_CLIENT_ID: "b63fc8cbf87fd3c6e2eb", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1777772 - JUNO_ENDPOINT: "http://localhost:30003", + JUNO_ENDPOINT: "https://tools.cosmos.azure.com", BACKEND_ENDPOINT: "https://main.documentdb.ext.azure.com", isTerminalEnabled: false, isPhoenixEnabled: false, diff --git a/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx b/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx index 56c31c9c2..0828596f8 100644 --- a/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx +++ b/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx @@ -25,6 +25,7 @@ export class SupportPaneComponent extends React.Component { activity.channelData.token = this.props.userToken; activity.channelData.subId = this.props.subId; - activity.channelData.rg = this.props.rg; // resource group + activity.channelData.rg = this.props.rg; activity.channelData.accName = this.props.accName; return directLine.postActivity(activity);