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

Add a new parameter set to Invoke-DscResource that takes a DscResourceInfo #100

Open
msftrubengu opened this issue Feb 28, 2023 · 1 comment

Comments

@msftrubengu
Copy link

Summary of the new feature / enhancement

The current implementation of Invoke-DscResource always calls Get-DscResource. If the caller already has the result of Get-DscResource, it should be able to pass the DscResourceInfo object to Invoke-DscResource and avoid the internal call to Get-DscResource, as well as being able to pipe Get-DscResource to Invoke-DscResource and improve performance.

Proposed technical implementation details (optional)

No response

@anmenaga
Copy link
Contributor

anmenaga commented Apr 5, 2023

Should this be implemented for v2 and/or v3?

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

No branches or pull requests

3 participants