Open SteveL-MSFT opened 5 months ago
Probably don't need this until needed by a partner
Just as an anecdotal note, I've used this pattern to show piping behavior before, and found it useful for interactive use. If we're intentionally dropping it as functionality, I'll need to remove it from the docs.
Just as an anecdotal note, I've used this pattern to show piping behavior before, and found it useful for interactive use. If we're intentionally dropping it as functionality, I'll need to remove it from the docs.
I don't think it's intended to be dropped. Some changes along the way broke this and we didn't have tests to catch it. Should be removed from docs for now. The original intent is for integrating software to cache the resources if they are calling dsc resource ...
instead of waiting for dsc to perform discovery on each call. This feature might not be needed if we implement a "server mode" that accepts multiple requests as dsc would hold the resource list cache internally.
Prerequisites
Summary
dsc resource get -r
is expected to accept a wildcard, name of resource, or the resource JSON (to avoid a search). The latter has been broken.Steps to reproduce
Expected behavior
Actual behavior
Error details
No response
Environment data
Version
dsc 3.0.0-preview.8
Visuals
No response