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

Improve Terminating Error Handling #14

Closed mbrat2005 closed 1 year ago

mbrat2005 commented 1 year ago

Move from using 'Exit' after a terminating error to adding the -terminateOnError switch to the 'log' function, which will then use Write-Error ... -ErrorAction Stop to exit. The result is that the script exits on errors, but the console does not close.

13