Skip to content

Commit a703779

Browse files
authored
Example 1 - -AllowBranchToBranchTraffic $true (#12326)
AllowBranchToBranch doesn't accept $true value. needs to be passed without $true.
1 parent c3220a2 commit a703779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network/help/New-AzVirtualWan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creates a new Azure VirtualWAN resource.
2727

2828
```powershell
2929
PS C:\> New-AzResourceGroup -Location "West US" -Name "testRG"
30-
PS C:\> New-AzVirtualWan -ResourceGroupName "testRG" -Name "myVirtualWAN" -Location "West US" -AllowBranchToBranchTraffic $true
30+
PS C:\> New-AzVirtualWan -ResourceGroupName "testRG" -Name "myVirtualWAN" -Location "West US" -AllowBranchToBranchTraffic
3131
3232
Name : testRG
3333
Id : /subscriptions/{SubscriptionId}/resourceGroups/testRG/providers/Microsoft.Network/virtualWans/myVirtualWAN

0 commit comments

Comments
 (0)