You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove spaces trailing line-continuation backslashes and final line continuation
Most shells won't accept a \ for line-continuation when followed by a space before EOL.
This patch fixes command copy-from-docs issues where the line-continuation won't work.
Copy file name to clipboardExpand all lines: articles/private-link/disable-private-endpoint-network-policy.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,11 @@ $vnet | Set-AzVirtualNetwork
71
71
This section describes how to disable subnet private endpoint policies using Azure CLI. Use [az network vnet subnet update](/cli/azure/network/vnet/subnet#az_network_vnet_subnet_update) to disable the policy.
@@ -84,11 +84,11 @@ az network vnet subnet update \
84
84
This section describes how to enable subnet private endpoint policies using Azure CLI. Use [az network vnet subnet update](/cli/azure/network/vnet/subnet#az_network_vnet_subnet_update) to enable the policy.
0 commit comments