Skip to content

Commit

Permalink
Revert "changed pattern for result template"
Browse files Browse the repository at this point in the history
This reverts commit da3c091.
  • Loading branch information
Ajay Kumar Yadav committed Jun 17, 2016
1 parent da3c091 commit 7b7efe2
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": 58
"Patch": 57
},
"demands": [
"azureps"
Expand Down Expand Up @@ -275,7 +275,7 @@
"target": "EnvironmentNameRM",
"endpointId": "$(ConnectedServiceNameARM)",
"dataSourceName": "AzureVirtualMachinesV2Id",
"resultTemplate": "{\"Value\":\"{{{ #extractResource resourceGroups}}}\",\"DisplayValue\":\"{{{ #extractResource resourceGroups}}}\"}"
"resultTemplate": "{{#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": 58
"Patch": 57
},
"demands": [
"azureps"
Expand Down Expand Up @@ -275,7 +275,7 @@
"target": "EnvironmentNameRM",
"endpointId": "$(ConnectedServiceNameARM)",
"dataSourceName": "AzureVirtualMachinesV2Id",
"resultTemplate": "{\"Value\":\"{{{ #extractResource resourceGroups}}}\",\"DisplayValue\":\"{{{ #extractResource resourceGroups}}}\"}"
"resultTemplate": "{{#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": 7
"Patch": 6
},
"minimumAgentVersion": "1.99.0",
"groups": [
Expand Down Expand Up @@ -163,7 +163,7 @@
"WebAppName": "$(WebAppName)",
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
"resultTemplate": "{{#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": 7
"Patch": 6
},
"minimumAgentVersion": "1.99.0",
"groups": [
Expand Down Expand Up @@ -163,7 +163,7 @@
"WebAppName": "$(WebAppName)",
"ResourceGroupName": "$(ResourceGroupName)"
},
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
"resultTemplate": "{{#extractResource slots}}"
}
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down

0 comments on commit 7b7efe2

Please sign in to comment.