You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/TestResources/New-TestResources.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ try {
311
311
}
312
312
313
313
# This needs to happen after we set the TenantId but before we use the ResourceGroupName
314
-
if ($wellKnownTMETenants.Contains($TenantId)) {
314
+
if ($wellKnownTMETenants.Contains($TenantId)-and!$ResourceGroupName.StartsWith("SSS3PT_", [System.StringComparison]::OrdinalIgnoreCase)) {
315
315
# Add a prefix to the resource group name to avoid flagging the usages of local auth
316
316
# See details at https://eng.ms/docs/products/onecert-certificates-key-vault-and-dsms/key-vault-dsms/certandsecretmngmt/credfreefaqs#how-can-i-disable-s360-reporting-when-testing-customer-facing-3p-features-that-depend-on-use-of-unsafe-local-auth
0 commit comments