Skip to content

Commit 8a87ce9

Browse files
committed
fix typo
1 parent a5a880b commit 8a87ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiManagement/ApiManagement/help/New-AzApiManagementVirtualNetwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This command is used with **Set-AzApiManagement** and **New-AzApiManagement** cm
2424

2525
## EXAMPLES
2626

27-
### Example 1: Create a virtual network and Update and existing APIM service into the VNET
27+
### Example 1: Create a virtual network and Update an existing APIM service into the VNET
2828
```powershell
2929
PS C:\> $virtualNetwork = New-AzApiManagementVirtualNetwork -Location "East US" -SubnetResourceId "/subscriptions/a8ff56dc-3bc7-4174-a1e8-3726ab15d0e2/resourceGroups/Api-Default-WestUS/providers/Microsoft.Network/virtualNetworks/dfVirtualNetwork/subnets/backendSubnet"
3030
PS C:\> $apim = Get-AzApiManagement -ResourceGroupName "ContosoGroup" -Name "ContosoApi"

0 commit comments

Comments
 (0)