-
Notifications
You must be signed in to change notification settings - Fork 40
Implement export Windows PowerShell adapter #848
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
Implement export Windows PowerShell adapter #848
Conversation
1435850
to
353b76d
Compare
Hi @SteveL-MSFT, both #840 and this one had some issues with clippy, which are resolved in #855. Earlier builds succeeded because v1.86 didn't break anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit - otherwise this looks coherent to me!
It reminded me that I hadn't finished filing #860, but this updates the Windows PowerShell adapter implementation to match the PowerShell adapter, so I don't see a reason to block this PR.
Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
PR Summary
This PR addresses #811. It adds the
export
capability in the resource manifest and matches the logic used inMicrosoft.DSC/PowerShell
adapter. Documentation added.