PowerShell / DSC

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

Enable passing of secure parameters #364

Closed SteveL-MSFT closed 3 months ago

SteveL-MSFT commented 3 months ago

PR Summary

{
  "secureString": "string"
}

and

{
  "secureObject": { }
}

PR Context