-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66fa1e4
commit d247880
Showing
2 changed files
with
18 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 9 additions & 16 deletions
25
src/ServiceBus/ServiceBus.Autorest/examples/Get-AzServiceBusPrivateLink.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
### Example 1: {{ Add title here }} | ||
### Example 1: Get private links associated with a ServiceBus namespace | ||
```powershell | ||
{{ Add code here }} | ||
Get-AzServiceBusPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
GroupId : namespace | ||
Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.ServiceBus/namespaces/myNamespace/privateLinkResources/namespace | ||
Name : namespace | ||
RequiredMember : {namespace} | ||
RequiredZoneName : {privatelink.servicebus.windows.net} | ||
Type : Microsoft.ServiceBus/namespaces/privateLinkResources | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
Gets private link resources available on ServiceBus namespace `myNamespace`. |