PowerShell / DSC

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

Renamed field that specifies adapted type #482

Open anmenaga opened 4 days ago

anmenaga commented 4 days ago

PR Summary

Previously, when an adapter process is invoked (for the dsc resource ... command) the actual resource type name is added to the input JSON bag as a special type field. This results in collisions if resource has an actual type property. (e.g. PSDesiredStateConfiguration/File resource)

This PR renames the special field in the json to adapted_dsc_type which is less likely to cause collisions.