Skip to content

Commit 8b0a9ef

Browse files
azure-sdkckairen
andauthored
Sync eng/common directory with azure-sdk-tools for PR 2578 (Azure#19998)
* excluding duplicated env:USER in image tag * NIT * removing default repo name Co-authored-by: Albert Cheng <[email protected]>
1 parent 1707f3d commit 8b0a9ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ function DeployStressTests(
8686
$subscription = 'Azure SDK Test Resources'
8787
}
8888

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-
9589
if ($login) {
9690
if (!$clusterGroup -or !$subscription) {
9791
throw "clusterGroup and subscription parameters must be specified when logging into an environment that is not test or prod."

0 commit comments

Comments
 (0)