"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/XXXXXXX/resourceGroups/YYYY/providers/Microsoft.Network/networkInterfaces/ZZZZ",
"properties": {
"primary": true
}
},
{
"id": "/subscriptions/XXXXXXX/resourceGroups/YYYY/providers/Microsoft.Network/networkInterfaces/ZZZZ",
"properties": {
"primary": true
}
}
]
}
When I invoke
createAsync()on theAzure.virtualMachines()definition it doubles the network interface setting. With normalcreate()it works OK.