Skip to content

Commit

Permalink
AzureFileCopyV6: Bump Azcopy.exe version to 10.24 which fixes interac…
Browse files Browse the repository at this point in the history
…tive authentication (#19756)
  • Loading branch information
v-mohithgc authored Apr 10, 2024
1 parent 8aaa591 commit fd95edd
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV6/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.12/AzCopy.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.24/AzCopy.zip",
"dest": "./"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV6/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureFileCopyV6.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|6.238.4
Node20_229_2|6.238.5
Default|6.238.6
Node20_229_2|6.238.7
2 changes: 1 addition & 1 deletion _generated/AzureFileCopyV6/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.12/AzCopy.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.24/AzCopy.zip",
"dest": "./"
}
],
Expand Down
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down Expand Up @@ -288,7 +288,7 @@
"AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent."
},
"_buildConfigMapping": {
"Default": "6.238.4",
"Node20_229_2": "6.238.5"
"Default": "6.238.6",
"Node20_229_2": "6.238.7"
}
}
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down Expand Up @@ -288,7 +288,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.238.4",
"Node20_229_2": "6.238.5"
"Default": "6.238.6",
"Node20_229_2": "6.238.7"
}
}
2 changes: 1 addition & 1 deletion _generated/AzureFileCopyV6_Node20/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.12/AzCopy.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.24/AzCopy.zip",
"dest": "./"
}
],
Expand Down
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 5
"Patch": 7
},
"demands": [
"azureps"
Expand Down Expand Up @@ -292,7 +292,7 @@
"AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent."
},
"_buildConfigMapping": {
"Default": "6.238.4",
"Node20_229_2": "6.238.5"
"Default": "6.238.6",
"Node20_229_2": "6.238.7"
}
}
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 238,
"Patch": 5
"Patch": 7
},
"demands": [
"azureps"
Expand Down Expand Up @@ -292,7 +292,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.238.4",
"Node20_229_2": "6.238.5"
"Default": "6.238.6",
"Node20_229_2": "6.238.7"
}
}

0 comments on commit fd95edd

Please sign in to comment.