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 {
533
533
# Some arm/bicep templates may want to change deployment settings like local auth in sandboxed TME tenants.
534
534
# The pipeline account context does not have the .Tenant.Name property, so check against subscription via
535
535
# naming convention instead.
536
- $templateParameters.Add (' supportsSafeSecretStandard' , ($wellKnownTMETenants.Contains ($TenantId )))
537
-
536
+ $templateParameters.Add (' supportsSafeSecretStandard' , (! $wellKnownTMETenants.Contains ($TenantId )))
538
537
$defaultCloudParameters = LoadCloudConfig $Environment
539
538
MergeHashes $defaultCloudParameters $ (Get-Variable templateParameters)
540
539
MergeHashes $ArmTemplateParameters $ (Get-Variable templateParameters)
You can’t perform that action at this time.
0 commit comments