Skip to content

Commit 45eede2

Browse files
azure-sdkscbedd
andauthored
updating to target test-proxy that only gets filename from body of /start request (Azure#26608)
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent fc918a0 commit 45eede2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/common/testproxy/docker-start-proxy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ catch {
3131
Write-Error "Please check your docker invocation and try running the script again."
3232
}
3333

34-
$SELECTED_IMAGE_TAG = "1294199"
34+
$SELECTED_IMAGE_TAG = "1314089"
3535
$CONTAINER_NAME = "ambitious_azsdk_test_proxy"
3636
$LINUX_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG}"
3737
$WINDOWS_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG}"

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
dotnet tool install azure.sdk.tools.testproxy `
1717
--tool-path $(Build.BinariesDirectory)/test-proxy `
1818
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
19-
--version 1.0.0-dev.20220113.1
19+
--version 1.0.0-dev.20220119.2
2020
displayName: "Install test-proxy"
2121
2222
- pwsh: |

0 commit comments

Comments
 (0)