Skip to content

Commit

Permalink
[AzureResourceManagerTemplateDeploymentV3] - Merged generated task to…
Browse files Browse the repository at this point in the history
… source task (#19118)

- Removed generated task
  - Updated task.json
  - Updated task.loc.json
  - Updated make-options.json

Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
  • Loading branch information
DmitriiBobreshev and kirill-ivlev authored Oct 16, 2023
1 parent 51eb05b commit b4a68c7
Show file tree
Hide file tree
Showing 105 changed files with 52 additions and 12,946 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion Tasks/AzureResourceManagerTemplateDeploymentV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"items": [
"node_modules/azure-pipelines-tasks-artifacts-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api"
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/vso-node-api",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
}
Expand Down
48 changes: 35 additions & 13 deletions Tasks/AzureResourceManagerTemplateDeploymentV3/package-lock.json

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

5 changes: 3 additions & 2 deletions Tasks/AzureResourceManagerTemplateDeploymentV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "AzureResourceManagerTemplateDeployment",
"main": "main.js",
"dependencies": {
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.3.1",
"@types/node": "^16.11.39",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-tasks-artifacts-common": "^2.225.0",
"azure-pipelines-tasks-azure-arm-rest": "3.223.3",
"moment": "^2.29.4",
Expand Down
8 changes: 6 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": 227,
"Patch": 1
"Minor": 230,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down Expand Up @@ -265,6 +265,10 @@
"execution": {
"Node10": {
"target": "main.js"
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
8 changes: 6 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": 227,
"Patch": 1
"Minor": 230,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down Expand Up @@ -265,6 +265,10 @@
"execution": {
"Node10": {
"target": "main.js"
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down

This file was deleted.

Loading

0 comments on commit b4a68c7

Please sign in to comment.