As a DSC resource user,
I want to author Microsoft DSC configuration documents using PowerShell,
So I can discover DSC resources from Microsoft DSC and get schema-aware authoring assistance.
Based on the discussion on DSC's repository, add a PowerShell authoring workflow experience prototype that can discover DSC resources in multiple ways. Those should generate resource-specific .NET property types and functions, support JSON Schema defaults and enum validation/IntelliSense, include configuration parameters and variables, and export ordered DSC configuration documents with $schema first.
Based on the discussion on DSC's repository, add a PowerShell authoring workflow experience prototype that can discover DSC resources in multiple ways. Those should generate resource-specific .NET property types and functions, support JSON Schema defaults and enum validation/IntelliSense, include configuration parameters and variables, and export ordered DSC configuration documents with
$schemafirst.