We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d7c29 commit 33959d6Copy full SHA for 33959d6
eng/common/TestResources/New-TestResources.ps1
@@ -528,7 +528,7 @@ try {
528
$templateParameters.Add('azsdkPipelineSubnetList', @($env:PoolSubnet))
529
}
530
# 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*'))
+ $templateParameters.Add('supportsSafeSecretStandard', ($context.Tenant.Name -notlike '*TME*'))
532
533
$defaultCloudParameters = LoadCloudConfig $Environment
534
MergeHashes $defaultCloudParameters $(Get-Variable templateParameters)
0 commit comments