mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-08 20:17:03 +00:00
Squashed commit of the following:
commit8c67026760Author: Bikram Choudhury <bchoudhury@microsoft.com> Date: Tue Dec 30 18:26:10 2025 +0530 Refactor dropdown utilities and fix test helper functions commitfda6b59bc1Author: Bikram Choudhury <bchoudhury@microsoft.com> Date: Sun Dec 28 14:32:11 2025 +0530 Make DataExplorerRoot as an optional check commit2ce91f1ef8Author: Bikram Choudhury <bchoudhury@microsoft.com> Date: Sat Dec 13 18:16:53 2025 +0530 Add test infrastructure and data-test attributes for Container Copy e2e testing
This commit is contained in:
@@ -164,6 +164,9 @@ $ENV:NOSQL_TESTACCOUNT_TOKEN=az account get-access-token --scope "https://<accou
|
||||
# NoSQL API (Readonly)
|
||||
$ENV:NOSQL_READONLY_TESTACCOUNT_TOKEN=az account get-access-token --scope "https://<account name>.documents.azure.com/.default" -o tsv --query accessToken
|
||||
|
||||
# NoSQL API (Container Copy)
|
||||
$ENV:NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN=az account get-access-token --scope "https://<account name>.documents.azure.com/.default" -o tsv --query accessToken
|
||||
|
||||
# Tables API
|
||||
$ENV:TABLE_TESTACCOUNT_TOKEN=az account get-access-token --scope "https://<account name>.documents.azure.com/.default" -o tsv --query accessToken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user