Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve specification of output types for the cmdlets #84

Open
ChristopherMann opened this issue Oct 21, 2024 · 0 comments
Open

Improve specification of output types for the cmdlets #84

ChristopherMann opened this issue Oct 21, 2024 · 0 comments

Comments

@ChristopherMann
Copy link
Contributor

ChristopherMann commented Oct 21, 2024

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.

AB#714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant