Commit af0bcb35 by Paul Durivage Committed by Matt Martz

Ensure state is present if no value provided

parent ba4b2d04
......@@ -58,6 +58,9 @@ Elseif ($state -eq "absent") {
Fail-Json $_.Exception.Message
}
}
Else {
$state = "present"
}
$feature_results = @()
ForEach ($item in $result.FeatureResult) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment