Azure / AzLoadBalancerMigration

This repo contains a PowerShell module to support Azure Load Balancer migration from Basic to Standard SKU
MIT License
10 stars 9 forks source link

Fix VMSS ILIP Upgrade #79

Closed mbrat2005 closed 1 year ago

mbrat2005 commented 1 year ago

Upgrade previously expected a SKU object on the VMSS, which only is included in the newest API versions. This change moves to creating a SKU object during the upgrade.