Skip to content

Commit e0a439a

Browse files
FabianMeiswinkelazure-sdk
authored andcommitted
Add new configuration variables to SubConfig-Helpers
These are needed to avoid unnecessary masking in logs for CI live tests
1 parent 9552861 commit e0a439a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eng/common/TestResources/SubConfig-Helpers.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ function ShouldMarkValueAsSecret([string]$serviceName, [string]$key, [string]$va
8282
"SERVICE_MANAGEMENT_URL",
8383
"ENDPOINT_SUFFIX",
8484
"SERVICE_DIRECTORY",
85+
"RUST_TEST_THREADS",
86+
"RUST_BACKTRACE",
87+
"COSMOS_RUSTFLAGS",
88+
"DATABASE_NAME",
89+
"ACCOUNT_HOST",
8590
# This is used in many places and is harder to extract from the base subscription config, so hardcode it for now.
8691
"STORAGE_ENDPOINT_SUFFIX",
8792
# Parameters

0 commit comments

Comments
 (0)