File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/Microsoft.PowerShell.Commands.Utility
commands/utility/WebCmdlet/Common Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -768,13 +768,6 @@ internal virtual void ValidateParameters()
768
768
ErrorRecord error = GetValidationError ( WebCmdletStrings . CredentialConflict , "WebCmdletCredentialConflictException" ) ;
769
769
ThrowTerminatingError ( error ) ;
770
770
}
771
-
772
- // Method
773
- if ( UnixSocket is not null && Socket . OSSupportsUnixDomainSockets is false )
774
- {
775
- ErrorRecord error = GetValidationError ( WebCmdletStrings . UnixSocketPlatformNotSupported , "UnixSocketPlatformNotSupportedException" ) ;
776
- ThrowTerminatingError ( error ) ;
777
- }
778
771
779
772
// Proxy server
780
773
if ( ProxyUseDefaultCredentials && ProxyCredential is not null )
Original file line number Diff line number Diff line change 210
210
<data name =" ThumbprintNotFound" xml : space =" preserve" >
211
211
<value >Unable to retrieve certificates because the thumbprint is not valid. Verify the thumbprint and retry. </value >
212
212
</data >
213
- <data name =" UnixSocketPlatformNotSupported" xml : space =" preserve" >
214
- <value >UnixDomainSockets are not supported on this platform. Reissue the command removing the -UnixSocket parameter. </value >
215
- </data >
216
213
<data name =" WriteRequestComplete" xml : space =" preserve" >
217
214
<value >Web request completed. (Number of bytes processed: {0})</value >
218
215
</data >
You can’t perform that action at this time.
0 commit comments