Skip to content

Export should allow resource to supply name to generated instance #598

Closed
@SteveL-MSFT

Description

@SteveL-MSFT

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions