Summary of the new feature / enhancement
Currently, if a user wants to use wildcard or other filtering for export, the resource must implemented it directly.
Proposed technical implementation details (optional)
Allow resources to declare in manifest that it supports filtering directly. If it doesn't, DSC engine can retrieve full results and apply post-filtering. Strings can accept * wildcard. Arrays objects are logical OR while properties within a object are a logical AND.
This would provide consistency in user experience and resources can still implement specific filtering if they want.
Summary of the new feature / enhancement
Currently, if a user wants to use wildcard or other filtering for
export, the resource must implemented it directly.Proposed technical implementation details (optional)
Allow resources to declare in manifest that it supports filtering directly. If it doesn't, DSC engine can retrieve full results and apply post-filtering. Strings can accept
*wildcard. Arrays objects are logical OR while properties within a object are a logical AND.This would provide consistency in user experience and resources can still implement specific filtering if they want.