From ea35c8edd208ad370bf119d561082da18fdf541b Mon Sep 17 00:00:00 2001 From: "Vincent A (vinca)" Date: Wed, 15 May 2019 11:55:39 +0530 Subject: [PATCH] Azure Web App Linux - include image name in runtime stack (#10372) * include image name in runtime stack * added support for parent task --- Tasks/AzureRmWebAppDeploymentV4/task.json | 4 ++-- Tasks/AzureRmWebAppDeploymentV4/task.loc.json | 4 ++-- Tasks/AzureWebAppV1/task.json | 4 ++-- Tasks/AzureWebAppV1/task.loc.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.json b/Tasks/AzureRmWebAppDeploymentV4/task.json index 4cdb19d96408..9ef006943dec 100644 --- a/Tasks/AzureRmWebAppDeploymentV4/task.json +++ b/Tasks/AzureRmWebAppDeploymentV4/task.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 3, - "Patch": 29 + "Patch": 30 }, "releaseNotes": "What's new in version 4.*
Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)
Supports App Service Environments
Improved UI for discovering different App service types supported by the task
Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only
Click [here](https://aka.ms/azurermwebdeployreadme) for more information.", "minimumAgentVersion": "2.104.1", @@ -477,7 +477,7 @@ "parameters": { "osTypeSelected": "Linux" }, - "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}}\"}" + "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}" } ], "instanceNameFormat": "Azure App Service Deploy: $(WebAppName)", diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json index eb49d3b1f193..47ed1c565d72 100644 --- a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json +++ b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 3, - "Patch": 29 + "Patch": 30 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.104.1", @@ -477,7 +477,7 @@ "parameters": { "osTypeSelected": "Linux" }, - "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}}\"}" + "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}" } ], "instanceNameFormat": "ms-resource:loc.instanceNameFormat", diff --git a/Tasks/AzureWebAppV1/task.json b/Tasks/AzureWebAppV1/task.json index 0eb294bc2c15..4719d734258c 100644 --- a/Tasks/AzureWebAppV1/task.json +++ b/Tasks/AzureWebAppV1/task.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 13 + "Patch": 14 }, "minimumAgentVersion": "2.104.1", "groups": [ @@ -218,7 +218,7 @@ "parameters": { "osTypeSelected": "Linux" }, - "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}}\"}" + "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}" } ], "instanceNameFormat": "Azure Web App Deploy: $(appName)", diff --git a/Tasks/AzureWebAppV1/task.loc.json b/Tasks/AzureWebAppV1/task.loc.json index 6ea7fe7273f5..123e7c235639 100644 --- a/Tasks/AzureWebAppV1/task.loc.json +++ b/Tasks/AzureWebAppV1/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 13 + "Patch": 14 }, "minimumAgentVersion": "2.104.1", "groups": [ @@ -218,7 +218,7 @@ "parameters": { "osTypeSelected": "Linux" }, - "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}}\"}" + "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}} ({{{ runtimeVersion }}})\"}" } ], "instanceNameFormat": "ms-resource:loc.instanceNameFormat",