Skip to content

DSCResourceManager (aka DSC Resource Resource) #47

Open
@SteveL-MSFT

Description

@SteveL-MSFT

Summary of the new feature / enhancement

Not sure of the name yet, maybe DSCResourceManager?

The purpose of this resource is to validate required resources or install resources. Installation needs to be OS specific:

  • all platforms use powershellget v3 for PS based resources
  • Windows use winget
  • Linux use apt/yum/etc...
  • macOS use homebrew

Needs to support validation of:

  • name
  • author
  • version (including range using nuget range syntax)
  • hash
  • signature (potentially GPG type on Linux?)

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions