function Get-ChocoPublicPassThruFeedUrl { <# .SYNOPSIS Get the Choco public pass-thru feed URL #> [OutputType([string])] [CmdletBinding()] Param() return "https://packagerepo.orb.alkamitech.com/nuget/chocolatey.org" }