Skip to content

Commit b3f1d3a

Browse files
committed
Revise syntax
1 parent e7f97d3 commit b3f1d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/databox-online/azure-stack-edge-gpu-configure-tls-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Do the following steps to configure TLS 1.2 on your client.
2727
2. To set TLS 1.2 for the current PowerShell session, type:
2828

2929
```azurepowershell
30-
[System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
30+
[System.Net.ServicePointManager]::SecurityProtocol = 'TLS12'
3131
```
32+
3233
## Configure TLS 1.2 on client
3334
3435
If you want to set system-wide TLS 1.2 for your environment, follow the guidelines in these documents:

0 commit comments

Comments
 (0)