Closed
Description
Summary of the new feature / enhancement
Currently, when dsc
calls export
, for each returned instance, it generates the name
property as an incrementing value prefixed by the resource type. This means the end user needs to manually modify each instance if they want it a bit more descriptive.
Proposed technical implementation details (optional)
Resources should be able to return a _name
type metadata as part of export that would be used instead.