Skip to content

Commit e32bf69

Browse files
authored
Update create-virtual-network-manager-powershell.md
Updates related to review.
1 parent 5d60140 commit e32bf69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network-manager/create-virtual-network-manager-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ New-AzResourceGroup @rg
6565
In this task, define the scope and access type for the Azure Virtual Network Manager instance by using [New-AzNetworkManagerScope](/powershell/module/az.network/new-aznetworkmanagerscope). This example defines a scope with a single subscription and sets the access type to *Connectivity*. Replace `<subscription_id>` with the ID of the subscription that you want to manage through Azure Virtual Network Manager.
6666

6767
```azurepowershell
68-
$subID= "d9f0f529-83ab-4840-9c8b-76db5d68517f"
68+
$subID= "<subscription_id>"
6969
7070
[System.Collections.Generic.List[string]]$subGroup = @()
7171
$subGroup.Add("/subscriptions/$subID")
@@ -257,7 +257,7 @@ Deploy-AzNetworkManagerCommit @deployment
257257

258258
## Clean up resources
259259

260-
If you no longer need the Azure Virtual Network Manager instance and it's resources, follow these steps to delete them by deleting the resource group containing the resources:
260+
If you no longer need the Azure Virtual Network Manager instance and its resources, follow these steps to delete them by deleting the resource group containing the resources:
261261

262262
1. Delete the resource group using [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup):
263263

0 commit comments

Comments
 (0)