Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
schaudhari6254888 committed Feb 14, 2024
1 parent 66fa1e4 commit d247880
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,21 @@ Gets lists of resources that supports Privatelinks.

## EXAMPLES

### 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`.

## PARAMETERS

Expand Down
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`.

0 comments on commit d247880

Please sign in to comment.