guitarrapc / GraniResource

PowerShell Desired State Configuration Resources for real production workload.
https://www.powershellgallery.com/packages/GraniResource
MIT License
43 stars 8 forks source link

Update Grani_Download.psm1 #85

Closed rajbos closed 6 years ago

rajbos commented 6 years ago

Added usage for current TLS versions to prevent downloads from failing when endpoints don't support TLS 1.1 or 1.0 anymore. This way, TLS 1.2 will be used.

This will resolve #84

guitarrapc commented 6 years ago

LGTM, thank you very much.