Skip to content

Commit

Permalink
Bump arm-rest and utility-common to remove mockery references (Part 1) (
Browse files Browse the repository at this point in the history
#19796)

* remove mockery reference

* bump task ver
  • Loading branch information
v-mohithgc authored Apr 23, 2024
1 parent 36174ec commit af7f7bd
Show file tree
Hide file tree
Showing 44 changed files with 892 additions and 2,094 deletions.
471 changes: 214 additions & 257 deletions Tasks/AzureFileCopyV5/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/AzureFileCopyV5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-task-lib": "^3.1.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.238.0",
"moment": "^2.29.4",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 5,
"Minor": 239,
"Patch": 2
"Patch": 4
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 5,
"Minor": 239,
"Patch": 2
"Patch": 4
},
"demands": [
"azureps"
Expand Down
328 changes: 104 additions & 224 deletions Tasks/AzureFileCopyV6/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Tasks/AzureFileCopyV6/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "AzureFileCopyV5",
"name": "AzureFileCopyV6",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-task-lib": "^3.1.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.238.0",
"moment": "^2.29.4",
"uuid": "^8.3.0"
},
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": 239,
"Patch": 2
"Patch": 4
},
"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": 239,
"Patch": 2
"Patch": 4
},
"demands": [
"azureps"
Expand Down
Loading

0 comments on commit af7f7bd

Please sign in to comment.