Closed jborean93 closed 2 years ago
The New-PSDrive cmdlet outputs data when called but wasn't captured in the module. To avoid impacting the normal module output result this should be redirected to null.
New-PSDrive
Fixes https://github.com/ansible-collections/community.windows/issues/381
win_region
SUMMARY
The
New-PSDrive
cmdlet outputs data when called but wasn't captured in the module. To avoid impacting the normal module output result this should be redirected to null.Fixes https://github.com/ansible-collections/community.windows/issues/381
ISSUE TYPE
COMPONENT NAME
win_region