Skip to content

Commit

Permalink
Minor output format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseiPolkovnikov committed Sep 30, 2016
1 parent 836be52 commit ecf409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-to-vm-bandwidth-meter/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
"outputs": {
"bandwidthtestresult": {
"type": "string",
"value": "[reference('CustomScriptExtension').instanceView.substatuses[0].message]"
"value": "[trim(reference('CustomScriptExtension').instanceView.substatuses[0].message)]"
}
}
}

0 comments on commit ecf409b

Please sign in to comment.