Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AzureResourceGroupDeploymentV2] - Merged generated task to source task #18956

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion Tasks/AzureResourceGroupDeploymentV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"items": [
"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
206 changes: 124 additions & 82 deletions Tasks/AzureResourceGroupDeploymentV2/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Tasks/AzureResourceGroupDeploymentV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "AzureResourceGroupDeployment",
"main": "main.js",
"dependencies": {
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.4.0",
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-tasks-azure-arm-rest": "3.223.3",
"agent-base": "6.0.2",
"moment": "^2.29.4",
"typed-rest-client": "^1.8.9"
},
Expand Down
10 changes: 7 additions & 3 deletions Tasks/AzureResourceGroupDeploymentV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment",
"helpMarkDown": "[Learn more about this task](https://aka.ms/argtaskreadme)",
"category": "Deploy",
"releaseNotes": "-Works with cross-platform agents (Linux, macOS, or Windows)\n- Supports Template JSONs located at any publicly accessible http/https URLs.\n- Enhanced UX for Override parameters which can now be viewed/edited in a grid.\n- NAT rule mapping for VMs which are backed by an Load balancer.\n- \"Resource group\" field is now renamed as \"VM details for\u00A0\u00A0WinRM\" and is included in the section\u00A0\"Advanced deployment options for virtual machines\".\n- Limitations: \n - No support for Classic subscriptions. Only for ARM subscriptions are supported.\n - No support for PowerShell syntax as the task is now node.js based. Ensure the case sensitivity of the parameter names match, when you override the template parameters. Also, remove the PowerShell cmdlets like \"ConvertTo-SecureString\" when you migrate from version 1.0 to version 2.0.",
"releaseNotes": "-Works with cross-platform agents (Linux, macOS, or Windows)\n- Supports Template JSONs located at any publicly accessible http/https URLs.\n- Enhanced UX for Override parameters which can now be viewed/edited in a grid.\n- NAT rule mapping for VMs which are backed by an Load balancer.\n- \"Resource group\" field is now renamed as \"VM details for  WinRM\" and is included in the section \"Advanced deployment options for virtual machines\".\n- Limitations: \n - No support for Classic subscriptions. Only for ARM subscriptions are supported.\n - No support for PowerShell syntax as the task is now node.js based. Ensure the case sensitivity of the parameter names match, when you override the template parameters. Also, remove the PowerShell cmdlets like \"ConvertTo-SecureString\" when you migrate from version 1.0 to version 2.0.",
"visibility": [
"Build",
"Release"
],
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 226,
"Patch": 2
"Minor": 228,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down Expand Up @@ -348,6 +348,10 @@
"execution": {
"Node10": {
"target": "main.js"
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
8 changes: 6 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": 226,
"Patch": 2
"Minor": 228,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.119.1",
Expand Down Expand Up @@ -348,6 +348,10 @@
"execution": {
"Node10": {
"target": "main.js"
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
2 changes: 0 additions & 2 deletions _generated/AzureResourceGroupDeploymentV2.versionmap.txt

This file was deleted.

Loading