Update-DbaBuildReference: Supply Proxy via Parameter #9172
Answered
by
niphlod
fm-knopfler
asked this question in
Ideas
-
When the connection to the online source fails, Update-DbaBuildReference will try to use the default proxy. In my usecase, beeing able to supply a proxy via parameter would be very useful. Would this be useful to you, too? If there's demand, I can file a PR. Update-DbaBuildReference -Proxy $Proxy -ProxyCredential $ProxyCred |
Beta Was this translation helpful? Give feedback.
Answered by
niphlod
Nov 28, 2023
Replies: 1 comment
-
hi @fm-knopfler , as long as its optional and gets passed down to Invoke-TlsWebRequest, and also those are optional (because Invoke-TlsWebRequest is used in another few functions) I'd say go for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fm-knopfler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @fm-knopfler , as long as its optional and gets passed down to Invoke-TlsWebRequest, and also those are optional (because Invoke-TlsWebRequest is used in another few functions) I'd say go for it.