Christophe Devos
Results
2
issues of
Christophe Devos
The documentation mentions that the `-Wait` accepts a number of seconds but it's type is a `SwitchParameter`. Even executing the given example `-Wait 0` gives an error: ``` > Suspend-ClusterNode...
Is it possible to add an option that we can choose between camelCasing (current, default) and as-is (leave casing alone). This can be a boolean, or an enum to be...