|
17 | 17 | "version": { |
18 | 18 | "Major": 3, |
19 | 19 | "Minor": 4, |
20 | | - "Patch": 6 |
| 20 | + "Patch": 7 |
21 | 21 | }, |
22 | 22 | "releaseNotes": "What's new in Version 3.0: <br/> Supports File Transformations (XDT) <br/> Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.", |
23 | 23 | "minimumAgentVersion": "2.104.1", |
|
299 | 299 | "label": "Runtime Stack", |
300 | 300 | "defaultValue": "", |
301 | 301 | "required": true, |
302 | | - "options": { |
303 | | - "node|4.4": "Node.js 4.4", |
304 | | - "node|4.5": "Node.js 4.5", |
305 | | - "node|6.2": "Node.js 6.2", |
306 | | - "node|6.6": "Node.js 6.6", |
307 | | - "node|6.9": "Node.js 6.9", |
308 | | - "node|6.10": "Node.js 6.10", |
309 | | - "node|6.11": "Node.js 6.11", |
310 | | - "node|8.0": "Node.js 8.0", |
311 | | - "node|8.1": "Node.js 8.1", |
312 | | - "php|5.6": "PHP 5.6", |
313 | | - "php|7.0": "PHP 7.0", |
314 | | - "dotnetcore|1.0": ".NET Core 1.0", |
315 | | - "dotnetcore|1.1": ".NET Core 1.1", |
316 | | - "dotnetcore|2.0": ".NET Core 2.0", |
317 | | - "ruby|2.3": "Ruby 2.3" |
| 302 | + "properties": { |
| 303 | + "EditableOptions": "True" |
318 | 304 | }, |
319 | 305 | "helpMarkDown": "Select the framework and version.", |
320 | 306 | "visibleRule": "WebAppKind != app && WebAppKind != functionapp && WebAppKind != api && WebAppKind != mobileapp && ImageSource = Builtin" |
|
610 | 596 | "endpointUrl": "{{endpoint.url}}v2/$(PrivateRegistryImage)/tags/list", |
611 | 597 | "resultSelector": "jsonpath:$.tags[*]", |
612 | 598 | "authorizationHeader": "Basic {{ #base64 endpoint.username \":\" endpoint.password }}" |
| 599 | + }, |
| 600 | + { |
| 601 | + "target": "RuntimeStack", |
| 602 | + "endpointId": "$(ConnectedServiceName)", |
| 603 | + "dataSourceName": "AzureRMWebAppRuntimeStacksByOsType", |
| 604 | + "parameters": { |
| 605 | + "osTypeSelected": "Linux" |
| 606 | + }, |
| 607 | + "resultTemplate": "{\"Value\":\"{{{ runtimeVersion }}}\",\"DisplayValue\":\"{{{ displayVersion }}}\"}" |
613 | 608 | } |
614 | 609 | ], |
615 | 610 | "instanceNameFormat": "Azure App Service Deploy: $(WebAppName)", |
|
0 commit comments