ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

Fix `winrm` listeners data type

Open coolhome opened this issue 7 months ago • 5 comments

Description

winRM is passed to listeners, which is an array and not an object. I was not able to perform set-module on the virtual machine construct, that template is broken.

Pipeline references

Pipeline

Type of Change

  • [X] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [X] Update to documentation

Checklist

  • [X] I'm sure there are no other open Pull Requests for the same update/change
  • [ ] My corresponding pipelines / checks run clean and green without any errors or warnings
  • [X] My code follows the style guidelines of this project
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation (readme)
  • [X] I did format my code

coolhome avatar Dec 19 '23 19:12 coolhome