Skip to content

Commit

Permalink
Upgrade azure-arm-rest package in Azurefilecopyv6 (#20270)
Browse files Browse the repository at this point in the history
* Fixing vulnerabilities to upgrade azure-arm-rest in Azurefilecopyv6

* upgrading agent-base version

* bumping the task version
  • Loading branch information
Deekshitha981 authored Aug 14, 2024
1 parent 7b758a6 commit a3c064a
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 16 deletions.
9 changes: 9 additions & 0 deletions Tasks/AzureFileCopyV6/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@
"source": "MimeMapping.json",
"options": "-R"
}
],
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
}
]
}
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": 244,
"Patch": 0
"Patch": 2
},
"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": 244,
"Patch": 0
"Patch": 2
},
"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.244.0
Node20_229_2|6.244.1
Default|6.244.2
Node20_229_2|6.244.3
9 changes: 9 additions & 0 deletions _generated/AzureFileCopyV6/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@
"source": "MimeMapping.json",
"options": "-R"
}
],
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
}
]
}
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": 244,
"Patch": 0
"Patch": 2
},
"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.244.0",
"Node20_229_2": "6.244.1"
"Default": "6.244.2",
"Node20_229_2": "6.244.3"
}
}
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": 244,
"Patch": 0
"Patch": 2
},
"demands": [
"azureps"
Expand Down Expand Up @@ -288,7 +288,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.244.0",
"Node20_229_2": "6.244.1"
"Default": "6.244.2",
"Node20_229_2": "6.244.3"
}
}
9 changes: 9 additions & 0 deletions _generated/AzureFileCopyV6_Node20/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@
"source": "MimeMapping.json",
"options": "-R"
}
],
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
}
]
}
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": 244,
"Patch": 1
"Patch": 3
},
"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.244.0",
"Node20_229_2": "6.244.1"
"Default": "6.244.2",
"Node20_229_2": "6.244.3"
}
}
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": 244,
"Patch": 1
"Patch": 3
},
"demands": [
"azureps"
Expand Down Expand Up @@ -292,7 +292,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.244.0",
"Node20_229_2": "6.244.1"
"Default": "6.244.2",
"Node20_229_2": "6.244.3"
}
}

0 comments on commit a3c064a

Please sign in to comment.