Skip to content

Commit

Permalink
Update image tag and version at eng/common for proxy tool (#2554)
Browse files Browse the repository at this point in the history
`docker image` = `"1294199"`
`dotnet tool version` = `1.0.0-dev.20220113.1`
These versions were tested at Azure/azure-sdk-for-js#19724.

This PR will sync all 8 repos to get the newer proxy tool everywhere.
  • Loading branch information
HarshaNalluru authored Jan 14, 2022
1 parent 4b86ce3 commit b3e5625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/common/testproxy/docker-start-proxy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ catch {
Write-Error "Please check your docker invocation and try running the script again."
}

$SELECTED_IMAGE_TAG = "1209124"
$SELECTED_IMAGE_TAG = "1294199"
$CONTAINER_NAME = "ambitious_azsdk_test_proxy"
$LINUX_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG}"
$WINDOWS_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion eng/common/testproxy/test-proxy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
dotnet tool install azure.sdk.tools.testproxy `
--tool-path $(Build.BinariesDirectory)/test-proxy `
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
--version 1.0.0-dev.20211118.3
--version 1.0.0-dev.20220113.1
displayName: "Install test-proxy"
- pwsh: |
Expand Down

0 comments on commit b3e5625

Please sign in to comment.