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 cc782d7 commit f0b0131Copy full SHA for f0b0131
documentation/development-docs/examples/private-link-resource-example.md
@@ -84,7 +84,7 @@ $VNet=Get-AzVirtualNetwork -ResourceGroupName {rgName} -Name {vnetName}
84
85
+ private link service connection (object in memory)
86
```
87
-$PLSConnection = New-AzPrivateLinkServiceConnection -Name {plsConnectionName} -PrivateLinkServiceId $TopLevelResource.Id -GroupId $TopLevelResource.GroupId
+$PLSConnection = New-AzPrivateLinkServiceConnection -Name {plsConnectionName} -PrivateLinkServiceId $TopLevelResource.Id -GroupId $PrivateLinkResource.GroupId
88
89
90
+ endpoint
0 commit comments