Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 2554 (Azure#2066)
Browse files Browse the repository at this point in the history
* image tag

* version update for proxy tool

Co-authored-by: Harsha Nalluru <[email protected]>
  • Loading branch information
azure-sdk and HarshaNalluru authored Jan 14, 2022
1 parent e328fc0 commit 07a5477
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 07a5477

Please sign in to comment.