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

🪲 Bug Report - -validateScenarioOnly should always output to host #89

Open mbrat2005 opened 1 year ago

mbrat2005 commented 1 year ago

Describe the bug

When running a -validateScenarioOnly run without -FollowLog, it is not clear whether validation is successful because success has no output.

To Reproduce

Steps to reproduce the behavior:

  1. -validateScenarioOnly run without -FollowLog
  2. Have a valid scenario

Expected behavior

Return to the host whether or not the scenario is valid.