Fix parenthesis

This commit is contained in:
Pavel Khakhulin 2017-05-30 16:09:34 +03:00
parent ce2662050d
commit 36ace8af7f
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
"properties": {
"ipConfigurations": [
{
"name": "[concat(ipconfig1), '-', copyIndex()]",
"name": "[concat('ipconfig1, '-', copyIndex())]",
"properties": {
"privateIPAllocationMethod": "Dynamic",
"publicIPAddress": {