You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a rework in the underlying dependency graph in Dec 2016, in that work we tried to eliminate any race conditions in the core, adding duplicate entries to NIC array looks like a race condition.
But still i am trying to see this is reproducible, createAsync() of virtual machine return Observable<Indexable>, at some point of time consumer needs to subscribe to it - directly by calling Subscribe or indirectly by applying operators chain and calling Subscribe at the end of chain. Do you think you can share the code you use which shows how you subscribe and WAIT for operation to finish.
When I invoke
createAsync()
on theAzure.virtualMachines()
definition it doubles the network interface setting. With normalcreate()
it works OK.The text was updated successfully, but these errors were encountered: