From d4839e1a8ee53aea31af7a548fa206c16efd9c2e Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Tue, 16 May 2023 13:32:14 -0700 Subject: [PATCH] Remove -Login and -PushImages parameters from stress helper (#4615) --- sdk/core/azure-core/test/libcurl-stress-test/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/test/libcurl-stress-test/deploy.ps1 b/sdk/core/azure-core/test/libcurl-stress-test/deploy.ps1 index cdd1e5a80..f37d3a9df 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/deploy.ps1 +++ b/sdk/core/azure-core/test/libcurl-stress-test/deploy.ps1 @@ -1,2 +1,2 @@ Set-Location $PSScriptRoot -pwsh "../../../../../eng/common/scripts/stress-testing/deploy-stress-tests.ps1" -Login -PushImages +pwsh "../../../../../eng/common/scripts/stress-testing/deploy-stress-tests.ps1"