PowerShell / DSC

This repo is for the DSC v3 project
MIT License
200 stars 29 forks source link

add metadata to configuration result output #405

Closed SteveL-MSFT closed 5 months ago

SteveL-MSFT commented 5 months ago

PR Summary

Use metadata to add execution information as part of result. Resource execution now also includes the duration of execution. Resource version will be a top level property in a separate PR.

image

PR Context

FIx https://github.com/PowerShell/DSC/issues/401