Skip to content

Commit 33959d6

Browse files
azure-sdkbenbp
authored andcommitted
Flip supportsSafeSecretStandard boolean condition (Azure#39591)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent a1d7c29 commit 33959d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/TestResources/New-TestResources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ try {
528528
$templateParameters.Add('azsdkPipelineSubnetList', @($env:PoolSubnet))
529529
}
530530
# Some arm/bicep templates may want to change deployment settings (e.g. local auth) in sandboxed TME tenants
531-
$templateParameters.Add('supportsSafeSecretStandard', ($context.Tenant.Name -like '*TME*'))
531+
$templateParameters.Add('supportsSafeSecretStandard', ($context.Tenant.Name -notlike '*TME*'))
532532

533533
$defaultCloudParameters = LoadCloudConfig $Environment
534534
MergeHashes $defaultCloudParameters $(Get-Variable templateParameters)

0 commit comments

Comments
 (0)