Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
The PowerShell adapters should inspect class-based resources AST for a static Export()
method and set the capability automatically.
Steps to reproduce
- Create a class-based resource with
Export()
method. - Run
dsc resource list --adapter Microsoft.Dsc/PowerShell
Expected behavior
Export cap is listed
Actual behavior
Export cap is NOT listed
Error details
Environment data
7.6-preview6
Version
3.1-preview6
Visuals
No response