...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/scripts/trust-proxy-certificate.ps1

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/scripts

     1. $PSScriptRoot/common.ps1
     2
     3if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn"))
     4{
     5    &$TestProxyTrustCertFn
     6}

View as plain text