Merge pull request #334 from tlindsay42/New-NSXTDistFirewall_action

Force New-NSXTDistFirewall Action value to be uppercase in payload
This commit is contained in:
Kyle Ruddy
2019-11-21 18:23:59 -05:00
committed by GitHub

View File

@@ -1513,7 +1513,7 @@ Function New-NSXTDistFirewall {
logged = $Logged;
scope = @("ANY");
services = $services;
action = $Action;
action = $Action.ToUpper();
}
$body = $payload | ConvertTo-Json -depth 5