Replies: 1 comment 5 replies
-
This usage isn't stable or standardized yet - none of the community PSDSC modules use this because I don't think any of them have updated (or are likely to update until closer to GA) for DSCv3 enhancements. As far as I know, every class-based PSDSC resource currently available only implements In the future, class-based PSDSC resources might also support the export, delete, or what-if operations, or they might forego implementing test to rely on v3's built-in synthetic test functionality. The current implementation of capabilities in private data also applies to every resource in the module, not specific resources. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
When working with the PowerShell adapters, I notice the following code block when discovering capabilities:
In many DSC community modules, I couldn't really find the DscCapabilities property included in the
.psd1
file extension. Is this a standard or should this be documented in this project for DSC class-based resources?Beta Was this translation helpful? Give feedback.
All reactions