PowerShell / DSC

This repo is for the DSC v3 project
MIT License
135 stars 22 forks source link

Fixed WinPSAdapter operations for Binary resources #480

Open anmenaga opened 5 days ago

anmenaga commented 5 days ago

PR Summary

Fix #445

1) Fixing a typo in WinPSAdapter which was causing it to always run Get operation regardless of what operation was requested by the dsc. 2) renamed several local variables in WinPSAdapter to more accurately describe their use.

anmenaga commented 4 days ago

Added test.