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
currently if the User is not able to update an existing virtual-network. when the module is run, it checks for the virtual-network existence, and simply returns changed=False.
we need to handle the use case to update an existing virtual-network. but then also need to check to see if changed is True or False depending on the values.
marking this as a bug because the User expects that if they are providing different information for an existing virtual-network, the module should actually do the update.
The text was updated successfully, but these errors were encountered:
currently if the User is not able to update an existing virtual-network. when the module is run, it checks for the virtual-network existence, and simply returns changed=False.
we need to handle the use case to update an existing virtual-network. but then also need to check to see if changed is True or False depending on the values.
marking this as a bug because the User expects that if they are providing different information for an existing virtual-network, the module should actually do the update.
The text was updated successfully, but these errors were encountered: