You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A future, but related enhancement - it would be useful to cache resource lookups and reuse the cache (or specifically invalidate it with a command flag). I think caching is likely more useful for providers than for DSC itself, but I can definitely see that as being useful to some degree, especially if you have a lot of resources on a system.
Additional details that will make some scenarios (like when only using native resources) way faster:
resources search is used one dir at a time in %PATH%; if at some point all required resources are found -> abort the search and start the actual operation
In every directory from step1 first search native resources, and, if required resource not found, search resource providers in that directory.
Summary of the new feature / enhancement
Current design always performs a complete discovery, this will need to be changed with the following proposed optimizations:
dsc resource get -r <resourceName>
if the is found, we don't continue with discovery.Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: