Fix output values

This commit is contained in:
Pavel Khakhulin 2017-05-30 15:58:42 +03:00
parent 0a26ab3b8d
commit ce2662050d
1 changed files with 4 additions and 1 deletions

View File

@ -203,6 +203,9 @@
}
],
"outputs": {
"adminUsername": "[parameters('adminUsername')]"
"adminUsername": {
"type": "string",
"value": "[parameters('adminUsername')]"
}
}
}