Skip to content

Commit 4340a8d

Browse files
committed
fixes
1 parent 9ab3b70 commit 4340a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/tutorial-connect-virtual-networks-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $vnet1 = @{
5151
ResourceGroupName = "test-rg"
5252
Location = "EastUS"
5353
Name = "vnet-1"
54-
AddressPrefix = "10.0.0.0/16'
54+
AddressPrefix = "10.0.0.0/16"
5555
}
5656
$virtualNetwork1 = New-AzVirtualNetwork @vnet1
5757
```

0 commit comments

Comments
 (0)