seanluce / ANFHealthCheck

A PowerShell Runbook that will provide useful information about your Azure NetApp Files (ANF) resources. Schedule this to run every day for the most up-to-date info delivered straight to your inbox.
GNU General Public License v3.0
9 stars 3 forks source link

Incorrect variable used for Dry Run control #5

Closed jngibert closed 1 year ago

jngibert commented 2 years ago

On line 280 in ANFHealthCheck.ps1 the wrong variable is used.

The line currently reads: if($enableVolumeCapacityRemediationDryRun -eq $false) {

it needs to be changed to: if($enablePoolCapacityRemediationDryRun -eq $false) {

seanluce commented 1 year ago

Thank you, @jngibert. This has been resolved.