Skip to content

Commit

Permalink
Task version upgrade to support latest arm rest v2 package (#15490)
Browse files Browse the repository at this point in the history
* Task version upgrade to support latest arm rest v2 package

* Versions updated for tasks

* package-lock.json updated
  • Loading branch information
v-abajaj authored Nov 12, 2021
1 parent c79e88f commit db771a1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Tasks/AzureResourceGroupDeploymentV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeploymentV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.5",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.6",
"moment": "2.21.0",
"typed-rest-client": "1.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceGroupDeploymentV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 192,
"Patch": 1
"Minor": 196,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceGroupDeploymentV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 192,
"Patch": 1
"Minor": 196,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.5",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.6",
"moment": "2.21.0",
"typed-rest-client": "1.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceManagerTemplateDeploymentV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 192,
"Patch": 1
"Minor": 196,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceManagerTemplateDeploymentV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 192,
"Patch": 1
"Minor": 196,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down

0 comments on commit db771a1

Please sign in to comment.