Skip to content

Commit 27ec9c0

Browse files
azure-sdkdeyaaeldeenweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 10013 (#39998)
* Fix supportsSafeSecretStandard flag * Update eng/common/TestResources/New-TestResources.ps1 --------- Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
1 parent 4b97406 commit 27ec9c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/common/TestResources/New-TestResources.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,7 @@ try {
533533
# Some arm/bicep templates may want to change deployment settings like local auth in sandboxed TME tenants.
534534
# The pipeline account context does not have the .Tenant.Name property, so check against subscription via
535535
# naming convention instead.
536-
$templateParameters.Add('supportsSafeSecretStandard', ($wellKnownTMETenants.Contains($TenantId)))
537-
536+
$templateParameters.Add('supportsSafeSecretStandard', (!$wellKnownTMETenants.Contains($TenantId)))
538537
$defaultCloudParameters = LoadCloudConfig $Environment
539538
MergeHashes $defaultCloudParameters $(Get-Variable templateParameters)
540539
MergeHashes $ArmTemplateParameters $(Get-Variable templateParameters)

0 commit comments

Comments
 (0)