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

Update list of runtimes for AzureRMWebAppDeploymentV4 #20825

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
1,279 changes: 472 additions & 807 deletions Tasks/AzureRmWebAppDeploymentV4/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.246.4",
"azure-pipelines-tasks-azure-arm-rest": "^3.252.0",
"azure-pipelines-tasks-webdeployment-common": "4.243.1",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
56 changes: 41 additions & 15 deletions Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 247,
"Patch": 1
"Minor": 252,
"Patch": 0
},
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -221,6 +221,45 @@
"properties": {
"EditableOptions": "True"
},
"options": {
"DOTNETCORE:9.0": ".NET 9.0",
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
"PYTHON:3.12": "Python 3.12",
"PYTHON:3.11": "Python 3.11",
"PYTHON:3.10": "Python 3.10",
"PYTHON:3.9": "Python 3.9",
"PYTHON:3.8": "Python 3.8",
"PHP:8.3": "PHP 8.3",
"PHP:8.2": "PHP 8.2",
"PHP:8.1": "PHP 8.1",
"PHP:8.0": "PHP 8.0",
"JAVA:21-java21": "Java 21",
"JAVA:17-java17": "Java 17",
"JAVA:11-java11": "Java 11",
"JAVA:8-jre8": "Java 8",
"JBOSSEAP:8-java17": "JBoss EAP 8 (Java 17)",
"JBOSSEAP:8-java11": "JBoss EAP 8 (Java 11)",
"JBOSSEAP:7-java17": "JBoss EAP 7 (Java 17)",
"JBOSSEAP:7-java11": "JBoss EAP 7 (Java 11)",
"JBOSSEAP:7-java8": "JBoss EAP 7 (Java 8)",
"TOMCAT:10.1-java21": "Tomcat 10.1 (Java 21)",
"TOMCAT:10.1-java17": "Tomcat 10.1 (Java 17)",
"TOMCAT:10.1-java11": "Tomcat 10.1 (Java 11)",
"TOMCAT:10.0-java17": "Tomcat 10.0 (Java 17)",
"TOMCAT:10.0-java11": "Tomcat 10.0 (Java 11)",
"TOMCAT:10.0-jre8": "Tomcat 10.0 (Java 8)",
"TOMCAT:9.0-java21": "Tomcat 9.0 (Java 21)",
"TOMCAT:9.0-java17": "Tomcat 9.0 (Java 17)",
"TOMCAT:9.0-java11": "Tomcat 9.0 (Java 11)",
"TOMCAT:9.0-jre8": "Tomcat 9.0 (Java 8)",
"TOMCAT:8.5-java11": "Tomcat 8.5 (Java 11)",
"TOMCAT:8.5-jre8": "Tomcat 8.5 (Java 8)"
},
"helpMarkDown": "Select the framework and version.",
"visibleRule": "WebAppKind = webAppLinux"
},
Expand Down Expand Up @@ -482,15 +521,6 @@
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
},
{
"target": "RuntimeStack",
"endpointId": "$(ConnectedServiceName)",
"dataSourceName": "AzureRMWebAppRuntimeStacksByOsType",
"parameters": {
"osTypeSelected": "Linux"
},
"resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}"
}
],
"instanceNameFormat": "Azure App Service Deploy: $(WebAppName)",
Expand All @@ -501,10 +531,6 @@
},
"Node10": {
"target": "azurermwebappdeployment.js"
},
"Node20_1": {
"target": "azurermwebappdeployment.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
56 changes: 41 additions & 15 deletions Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 247,
"Patch": 1
"Minor": 252,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -221,6 +221,45 @@
"properties": {
"EditableOptions": "True"
},
"options": {
"DOTNETCORE:9.0": ".NET 9.0",
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
"PYTHON:3.12": "Python 3.12",
"PYTHON:3.11": "Python 3.11",
"PYTHON:3.10": "Python 3.10",
"PYTHON:3.9": "Python 3.9",
"PYTHON:3.8": "Python 3.8",
"PHP:8.3": "PHP 8.3",
"PHP:8.2": "PHP 8.2",
"PHP:8.1": "PHP 8.1",
"PHP:8.0": "PHP 8.0",
"JAVA:21-java21": "Java 21",
"JAVA:17-java17": "Java 17",
"JAVA:11-java11": "Java 11",
"JAVA:8-jre8": "Java 8",
"JBOSSEAP:8-java17": "JBoss EAP 8 (Java 17)",
"JBOSSEAP:8-java11": "JBoss EAP 8 (Java 11)",
"JBOSSEAP:7-java17": "JBoss EAP 7 (Java 17)",
"JBOSSEAP:7-java11": "JBoss EAP 7 (Java 11)",
"JBOSSEAP:7-java8": "JBoss EAP 7 (Java 8)",
"TOMCAT:10.1-java21": "Tomcat 10.1 (Java 21)",
"TOMCAT:10.1-java17": "Tomcat 10.1 (Java 17)",
"TOMCAT:10.1-java11": "Tomcat 10.1 (Java 11)",
"TOMCAT:10.0-java17": "Tomcat 10.0 (Java 17)",
"TOMCAT:10.0-java11": "Tomcat 10.0 (Java 11)",
"TOMCAT:10.0-jre8": "Tomcat 10.0 (Java 8)",
"TOMCAT:9.0-java21": "Tomcat 9.0 (Java 21)",
"TOMCAT:9.0-java17": "Tomcat 9.0 (Java 17)",
"TOMCAT:9.0-java11": "Tomcat 9.0 (Java 11)",
"TOMCAT:9.0-jre8": "Tomcat 9.0 (Java 8)",
"TOMCAT:8.5-java11": "Tomcat 8.5 (Java 11)",
"TOMCAT:8.5-jre8": "Tomcat 8.5 (Java 8)"
},
"helpMarkDown": "ms-resource:loc.input.help.RuntimeStack",
"visibleRule": "WebAppKind = webAppLinux"
},
Expand Down Expand Up @@ -482,15 +521,6 @@
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
},
{
"target": "RuntimeStack",
"endpointId": "$(ConnectedServiceName)",
"dataSourceName": "AzureRMWebAppRuntimeStacksByOsType",
"parameters": {
"osTypeSelected": "Linux"
},
"resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}"
}
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand All @@ -501,10 +531,6 @@
},
"Node10": {
"target": "azurermwebappdeployment.js"
},
"Node20_1": {
"target": "azurermwebappdeployment.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
2 changes: 2 additions & 0 deletions _generated/AzureRmWebAppDeploymentV4.versionmap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Default|4.252.0
Node20_229_2|4.252.1
Loading
Loading