PowerShell / DSC

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

PSAdapter cache updates #468

Closed anmenaga closed 1 week ago

anmenaga commented 2 weeks ago

PR Summary

1) Adding a parameter that users can use to clear PSAdapter cache: .\psDscAdapter\powershell.resource.ps1 -Operation ClearCache

2) Adding a cache version and logic to rebuild the cache if version in the cache file does not match version in the running code. This will remove problems with updates to newer dsc versions.

SteveL-MSFT commented 1 week ago

@anmenaga please address the merge conflict