Added minimum RU when creating container (#2268)

* Added minimum RU when creating container

* fix data test id

* Update test snap
This commit is contained in:
sunghyunkang1111
2025-12-04 12:31:19 -06:00
committed by GitHub
parent 9a6f090374
commit d060f22357
8 changed files with 15 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ export const defaultAccounts: Record<TestAccount, string> = {
export const resourceGroupName = process.env.DE_TEST_RESOURCE_GROUP ?? "de-e2e-tests";
export const subscriptionId = process.env.DE_TEST_SUBSCRIPTION_ID ?? "69e02f2d-f059-4409-9eac-97e8a276ae2c";
export const TEST_AUTOSCALE_THROUGHPUT_RU = 1000;
function tryGetStandardName(accountType: TestAccount) {
if (process.env.DE_TEST_ACCOUNT_PREFIX) {