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
update landing-zone-vsi module to v3.0.0 (#638) (8ff4d7f)
BREAKING CHANGES
If your SLZ solution provisions a VSI and you have enabled a floating IP for it, when upgrading to this version floating IPs are going to be deleted and recreated upon apply. This is due to a bug where the floating IPs were being created incorrectly in the Default resource group. Upon re-creation, the floating IPs will be created in the same resource group as the VSI.
Please plan accordingly before upgrading incase this change will cause disruption for whatever is using the floating IPs.
NOTE: By default, the only deployable architecture impacted here is the VSI quickstart flavor, as it provisions a floating IP for use as a jumpbox. If however you have customised any of the other deployable architectures to provision any floating IPs, they will also be impacted.
support for VPN gateway connections is being removed. Current connections, if manually made will not be destroyed on upgrade. However, if connections were created with override.json, they will be removed when upgrading to this version. (#597) (45a943d)