- Notifications
You must be signed in to change notification settings - Fork45
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Implement export Windows PowerShell adapter#848
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1435850
to353b76d
CompareHi@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.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
04dc007
Uh oh!
There was an error while loading.Please reload this page.
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.