renamed param

This commit is contained in:
Srinath Narayanan
2020-11-17 11:29:46 -08:00
parent 9b6d261d2b
commit 2a89879a5f
4 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@ export enum TestExplorerParams {
notebooksTestRunnerTenantId = "notebooksTestRunnerTenantId",
notebooksTestRunnerClientId = "notebooksTestRunnerClientId",
notebooksTestRunnerClientSecret = "notebooksTestRunnerClientSecret",
portalRunnerDatabaseAccount = "notebooksAccountName",
portalRunnerKey = "notebooksAccountKey",
portalRunnerSubscripton = "notebooksAccountSubscriptonId",
portalRunnerResourceGroup = "notebooksAccountResourceGroup"
portalRunnerDatabaseAccount = "portalRunnerDatabaseAccount",
portalRunnerDatabaseAccountKey = "portalRunnerDatabaseAccountKey",
portalRunnerSubscripton = "portalRunnerSubscripton",
portalRunnerResourceGroup = "portalRunnerResourceGroup"
}