We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798aa43 commit 4054f27Copy full SHA for 4054f27
articles/private-link/create-private-link-service-powershell.md
@@ -99,7 +99,7 @@ $privateLinkService = New-AzPrivateLinkService `
99
```
100
101
### Get private link service
102
-Get details about your private link service with [New-AzPrivateLinkService](/powershell/module/az.network/get-azprivatelinkservice) as follows:
+Get details about your private link service with [Get-AzPrivateLinkService](/powershell/module/az.network/get-azprivatelinkservice) as follows:
103
104
```azurepowershell
105
$pls = Get-AzPrivateLinkService -Name $plsName -ResourceGroupName $rgName
0 commit comments