Skip to content

Commit

Permalink
Fix typo in Example 1 (#19727)
Browse files Browse the repository at this point in the history
Co-authored-by: Yunchi Wang <[email protected]>
  • Loading branch information
alekiv and wyunchi-ms authored Oct 4, 2022
1 parent 923541e commit 1ae17e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $vnet = New-AzVirtualNetwork -Name vnet -ResourceGroupName rg1 -Location "West U
$containerNicConfigIpConfig = New-AzContainerNicConfigIpConfig -Name ipconfigprofile1 -Subnet $vnet.Subnets[0]
$containerNicConfig = New-AzContainerNicConfig -Name cnic -IpConfiguration containerNicConfigIpConfig
$containerNicConfig = New-AzContainerNicConfig -Name cnic -IpConfiguration $containerNicConfigIpConfig
$networkProfile = New-AzNetworkProfile -Name np1 -Location "West US" -ResourceGroupName rg1 -ContainerNetworkInterfaceConfiguration $containerNicConfig
```
Expand Down

0 comments on commit 1ae17e5

Please sign in to comment.