After deleting an IP address using PyMI (example here:
|
existing_address.Delete_() |
), verification and a retry/wait usage are needed to make sure the IP address has been removed.
Without the check, the IP address creation can fail with the error MSFT_NetIPAddress already exists at line
|
conn.MSFT_NetIPAddress.create( |