Skip to content

Commit e314e72

Browse files
authored
Fixed typo
blank missing in CLI command
1 parent 31078c1 commit e314e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/peering-service/azure-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: Infrastructure-services
1111
ms.date: 11/04/2019
12+
ms.custom: fasttrack-edit
1213
ms.author: v-meravi
1314
---
1415

@@ -55,7 +56,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Peering
5556
**Azure CLI**
5657

5758
```azurecli-interactive
58-
az feature register --namespace Microsoft.Peering--name AllowPeeringService
59+
az feature register --namespace Microsoft.Peering --name AllowPeeringService
5960
```
6061

6162
## Sign in to the Azure portal

0 commit comments

Comments
 (0)