File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments