Skip to content

Commit

Permalink
Merge pull request #1891 from Microsoft/users/ajya/resultTemplateIssu…
Browse files Browse the repository at this point in the history
…eFix

Result template issue fix for azurermwebapp and azurefilecopy
  • Loading branch information
Ajay Kumar Yadav authored Jun 17, 2016
2 parents 8d79579 + 7135ab5 commit 16b86e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Tasks/AzureFileCopy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 58
"Patch": 59
},
"demands": [
"azureps"
],
"minimumAgentVersion": "1.98.0",
"minimumAgentVersion": "1.102.0",
"groups": [
{
"name": "output",
Expand Down Expand Up @@ -275,7 +275,7 @@
"target": "EnvironmentNameRM",
"endpointId": "$(ConnectedServiceNameARM)",
"dataSourceName": "AzureVirtualMachinesV2Id",
"resultTemplate": "{{#extractResource resourceGroups}}"
"resultTemplate": "{\"Value\":\"{{{ #extractResource resourceGroups}}}\",\"DisplayValue\":\"{{{ #extractResource resourceGroups}}}\"}"
}
],
"instanceNameFormat": "$(Destination) File Copy",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AzureFileCopy/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 58
"Patch": 59
},
"demands": [
"azureps"
],
"minimumAgentVersion": "1.98.0",
"minimumAgentVersion": "1.102.0",
"groups": [
{
"name": "output",
Expand Down Expand Up @@ -275,7 +275,7 @@
"target": "EnvironmentNameRM",
"endpointId": "$(ConnectedServiceNameARM)",
"dataSourceName": "AzureVirtualMachinesV2Id",
"resultTemplate": "{{#extractResource resourceGroups}}"
"resultTemplate": "{\"Value\":\"{{{ #extractResource resourceGroups}}}\",\"DisplayValue\":\"{{{ #extractResource resourceGroups}}}\"}"
}
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AzureRmWebAppDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.102.0",
"groups": [
{
"name": "output",
Expand Down Expand Up @@ -163,7 +163,7 @@
"WebAppName": "$(WebAppName)",
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{{#extractResource slots}}"
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
}
],
"instanceNameFormat": "Deploy AzureRM Web App: $(WebAppName)",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AzureRmWebAppDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"minimumAgentVersion": "1.99.0",
"minimumAgentVersion": "1.102.0",
"groups": [
{
"name": "output",
Expand Down Expand Up @@ -163,7 +163,7 @@
"WebAppName": "$(WebAppName)",
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{{#extractResource slots}}"
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
}
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down

0 comments on commit 16b86e3

Please sign in to comment.