Skip to content

Commit

Permalink
Merge pull request #1896 from Microsoft/users/ajya/resulttemplatehotf…
Browse files Browse the repository at this point in the history
…ixM101

Users/ajya/resulttemplatehotfix m101
  • Loading branch information
Ajay Kumar Yadav authored Jun 20, 2016
2 parents 7b7efe2 + 9f4f6be commit 44f9b87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzureFileCopy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 57
"Patch": 58
},
"demands": [
"azureps"
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
4 changes: 2 additions & 2 deletions Tasks/AzureFileCopy/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 57
"Patch": 58
},
"demands": [
"azureps"
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
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"minimumAgentVersion": "1.99.0",
"groups": [
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
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"minimumAgentVersion": "1.99.0",
"groups": [
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 44f9b87

Please sign in to comment.