Skip to content

Commit fe98516

Browse files
committed
Correct example and docs for Set-AWSProxy.
1 parent be2d0b7 commit fe98516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.doc_gen/common/common_Set-AWSProxy_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Common_Set-AWSProxy:
2828
- description:
2929
snippet_files:
3030
- .doc_gen/snippet_files/common_Set-AWSProxy.4.1.ps1
31-
- description: '<emphasis role="bold">Example 5: This command configures a proxy at https://proxy.testserver.com that uses port number 80. The -BypassList parameter is added to show that IPv6 addresses fd00:ec2::240 and fd00:ec2::254 do not use the proxy. If the Windows OS has the IPv4 network protocol stack disabled and uses IPv6 instead, add [fd00:ec2::240] in place of 169.254.169.250 and 169.254.169.251. Then add [fd00:ec2::254] in place of 169.254.169.254.</emphasis>'
31+
- description: '<emphasis role="bold">Example 5: This command configures a proxy at https://proxy.testserver.com that uses port number 80. The -BypassList parameter is added to show that IPv6 addresses fd00:ec2::240 and fd00:ec2::254 do not use the proxy. If the Windows OS has the IPv4 network protocol stack disabled and uses IPv6 instead, add [fd00:ec2::250] in place of 169.254.169.250 and 169.254.169.251. Then add [fd00:ec2::254] in place of 169.254.169.254.</emphasis>'
3232
snippet_files: []
3333
- description:
3434
snippet_files:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Set-AWSProxy -Hostname https://proxy.testserver.com -Port 80 -BypassList '[fd00:ec2::240]','[fd00:ec2::254]'
1+
Set-AWSProxy -Hostname https://proxy.testserver.com -Port 80 -BypassList '[fd00:ec2::250]','[fd00:ec2::254]'

0 commit comments

Comments
 (0)