renamed params

This commit is contained in:
Srinath Narayanan
2020-11-17 11:05:17 -08:00
parent dc40b6618e
commit ca29ccb703
4 changed files with 35 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
export enum TestExplorerParams {
notebooksTestRunnerApplicationId = "notebooksTestRunnerApplicationId",
notebooksTestRunnerTenantId = "notebooksTestRunnerTenantId",
notebooksTestRunnerClientId = "notebooksTestRunnerClientId",
notebooksTestRunnerClientSecret = "notebooksTestRunnerClientSecret",
notebooksAccountName = "notebooksAccountName",
notebooksAccountKey = "notebooksAccountKey",
notebooksAccountSubscriptonId = "notebooksAccountSubscriptonId",
notebooksAccountResourceGroup = "notebooksAccountResourceGroup"
portalRunnerDatabaseAccount = "notebooksAccountName",
portalRunnerKey = "notebooksAccountKey",
portalRunnerSubscripton = "notebooksAccountSubscriptonId",
portalRunnerResourceGroup = "notebooksAccountResourceGroup"
}