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 5fb6e53 commit 5530ccbCopy full SHA for 5530ccb
eng/common/TestResources/New-TestResources.ps1
@@ -129,6 +129,11 @@ param (
129
130
$wellKnownTMETenants = @('70a036f6-8e4d-4615-bad6-149c02e7720d')
131
132
+# People keep passing this legacy parameter. Throw an error to save them future keystrokes
133
+if ($NewTestResourcesRemainingArguments -like '*UserAuth*') {
134
+ throw "The -UserAuth parameter is deprecated and is now the default behavior"
135
+}
136
+
137
if (!$ServicePrincipalAuth) {
138
# Clear secrets if not using Service Principal auth. This prevents secrets
139
# from being passed to pre- and post-scripts.
0 commit comments