vmware / powershell-module-for-vmware-cloud-foundation-power-management

PowerShell Module for VMware Cloud Foundation Power Management
https://vmware.github.io/powershell-module-for-vmware-cloud-foundation-power-management/
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

refactor: replace use of `Test-NetConnection` #85

Closed burnsjared0415 closed 10 months ago

burnsjared0415 commented 10 months ago

Summary

Test-NetConnection is only supported for Windows Powershell Desktop not PowerShell 7.

Updated the Test-NetConnection to Test-EndpointConnection from PowerValidatedSolutions.

Updated all documentation to add PowerValidatedSolutions as a module dependency.

Type

Breaking Changes?

Test and Documentation

Issue References

Closes: #84

Additional Information

github-actions[bot] commented 9 months ago

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.