Skip to content

Allow post-filtering for export #1486

@SteveL-MSFT

Description

@SteveL-MSFT

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions