You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most of the Cmdlets specify multiple types for [OutputType]. We should improve this by specifying parameter sets which only have single type for [OutputType].
The most common situation combines Operation and the actual result type. We know if the Cmdlet returns an Operation or not depending on the NoWait parameter.
Currently, most of the Cmdlets specify multiple types for
[OutputType]
. We should improve this by specifying parameter sets which only have single type for[OutputType]
.The most common situation combines
Operation
and the actual result type. We know if the Cmdlet returns anOperation
or not depending on theNoWait
parameter.AB#714
The text was updated successfully, but these errors were encountered: