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 1707f3d commit 8b0a9efCopy full SHA for 8b0a9ef
eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1
@@ -86,12 +86,6 @@ function DeployStressTests(
86
$subscription = 'Azure SDK Test Resources'
87
}
88
89
- if (!$repository) {
90
- $repository = if ($env:USER) { $env:USER } else { "${env:USERNAME}" }
91
- # Remove spaces, etc. that may be in $namespace
92
- $repository -replace '\W'
93
- }
94
-
95
if ($login) {
96
if (!$clusterGroup -or !$subscription) {
97
throw "clusterGroup and subscription parameters must be specified when logging into an environment that is not test or prod."
0 commit comments