Skip to content

Commit

Permalink
update agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
balpurewal committed Sep 29, 2023
1 parent 9b53326 commit b5730dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/modules/azurerm-vmss/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "vmss" {
publisher = "Microsoft.VisualStudio.Services"
settings = jsonencode(
{
agentDownloadUrl = "https://vstsagentpackage.azureedge.net/agent/3.220.2/vsts-agent-linux-x64-3.220.2.tar.gz"
agentDownloadUrl = "https://vstsagentpackage.azureedge.net/agent/3.225.0/vsts-agent-linux-x64-3.225.0.tar.gz"
agentFolder = "/agent"
enableScriptDownloadUrl = "https://vstsagenttools.blob.core.windows.net/tools/ElasticPools/Linux/15/enableagent.sh"
isPipelinesAgent = true
Expand Down

0 comments on commit b5730dd

Please sign in to comment.