puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 23 forks source link

DSC Acceptance Testing: CIM Instances #165

Closed michaeltlombardi closed 3 years ago

michaeltlombardi commented 3 years ago

Describe the Change You Would Like

As a maintainer of the puppetlabs-pwshlib module, I want to have confidence that the changes to the DSC Base Provider work with Puppetized DSC modules.

With this testing we want to validate that:

  1. We are able to read back DSC Resources with nested CIM instances from a system without error or warnings
  2. We are able to set DSC Resources with nested CIM instances

Acceptance Criteria