mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-24 13:07:14 +00:00
10 lines
471 B
TypeScript
10 lines
471 B
TypeScript
export enum TestExplorerParams {
|
|
notebooksTestRunnerApplicationId = "notebooksTestRunnerApplicationId",
|
|
notebooksTestRunnerClientId = "notebooksTestRunnerClientId",
|
|
notebooksTestRunnerClientSecret = "notebooksTestRunnerClientSecret",
|
|
notebooksAccountName = "notebooksAccountName",
|
|
notebooksAccountKey = "notebooksAccountKey",
|
|
notebooksAccountSubscriptonId = "notebooksAccountSubscriptonId",
|
|
notebooksAccountResourceGroup = "notebooksAccountResourceGroup"
|
|
}
|