I replaced azure.compute.VirtualMachine() with azu...
# azure
j
I replaced azure.compute.VirtualMachine() with azure.compute.LinuxVirtualMachine(), when running pulumi up, I thought it should first delete the current VM which would release the network interface, and then create new VM, then attach the existing network interface to the new VM. However, I got the following error msg