Skip to content

Commit 67f03ad

Browse files
nthewaralitchiyangMSFT
authored andcommitted
Example 1 - -AllowBranchToBranchTraffic $true (Azure#12326)
AllowBranchToBranch doesn't accept $true value. needs to be passed without $true.
1 parent 7f25722 commit 67f03ad

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)