Pester icon indicating copy to clipboard operation
Pester copied to clipboard

Add support for assigning lists to StringArrayOption

Open fflaten opened this issue 3 years ago • 0 comments

PR Summary

Follow-up to #2101 which enabled use of lists when assigning ex. Run.Path from hashtable. This PR enables assigning lists to an existing configuration-object, ex $c.Run.Path = [arraylist]@().

Fix #2100

PR Checklist

  • [x] PR has meaningful title
  • [x] Summary describes changes
  • [x] PR is ready to be merged
    • If not, use the arrow next to Create Pull Request to mark it as a draft. PR can be marked Ready for review when it's ready.
  • [x] Tests are added/update (if required)
  • [ ] Documentation is updated/added (if required)

fflaten avatar Aug 08 '22 14:08 fflaten