PowerShell / DSC

This repo is for the DSC v3 project
MIT License
135 stars 22 forks source link

Synthesize manifest for PS resources so that version, methods get populated #356

Closed SteveL-MSFT closed 4 months ago

SteveL-MSFT commented 4 months ago

Summary of the new feature / enhancement

Some information about a resource is retrieved from the manifest. Adapted resources don't have that information. We should have an adapted-manifest that is generated by the adapter so that those resources still have version and method information.

Proposed technical implementation details (optional)

No response

SteveL-MSFT commented 4 months ago

Actually, would be better to update DscResource schema to include the necessary information so adapters don't need to mess with manifest