Skip to content

Commit eb739e8

Browse files
Merge pull request #224505 from halkazwini/docs-editor/powershell-1674192843
tweak
2 parents f134ff1 + 8d39199 commit eb739e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/peering-service/powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: peering-service
55
author: halkazwini
66
ms.service: peering-service
77
ms.topic: how-to
8-
ms.date: 01/13/2022
8+
ms.date: 01/19/2023
99
ms.author: halkazwini
1010
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1111
---
@@ -25,7 +25,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2525

2626
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2727

28-
If you decide to install and use PowerShell locally instead, this quickstart requires you to use Azure PowerShell module version 1.0.0 or later. To find the installed version, run `Get-Module -ListAvailable Az`. For installation and upgrade information, see [Install Azure PowerShell module](/powershell/azure/install-az-ps).
28+
If you decide to install and use PowerShell locally instead, this article requires you to use Azure PowerShell module version 1.0.0 or later. To find the installed version, run `Get-Module -ListAvailable Az`. For installation and upgrade information, see [Install Azure PowerShell module](/powershell/azure/install-az-ps).
2929

3030
Finally, if you're running PowerShell locally, you'll also need to run `Connect-AzAccount`. That command creates a connection with Azure.
3131

@@ -60,7 +60,6 @@ Get-AzPeeringServiceLocation -Country "United States"
6060
```
6161

6262
Use [Get-AzPeeringServiceProvider](/powershell/module/az.peering/get-azpeeringserviceprovider) to get a list of available [Peering Service providers](location-partners.md):
63-
6463
```azurepowershell-interactive
6564
Get-AzPeeringServiceProvider
6665
```

0 commit comments

Comments
 (0)