Skip to content

Commit df4ee2b

Browse files
Revert "Updates22"
This reverts commit d247880.
1 parent a85bab5 commit df4ee2b

File tree

2 files changed

+31
-18
lines changed

2 files changed

+31
-18
lines changed

src/ServiceBus/ServiceBus.Autorest/docs/Get-AzServiceBusPrivateLink.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,27 @@ Gets lists of resources that supports Privatelinks.
2222

2323
## EXAMPLES
2424

25-
### Example 1: Get private links associated with a ServiceBus namespace
25+
### Example 1: {{ Add title here }}
2626
```powershell
27-
Get-AzServiceBusPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
27+
{{ Add code here }}
2828
```
2929

3030
```output
31-
GroupId : namespace
32-
Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.ServiceBus/namespaces/myNamespace/privateLinkResources/namespace
33-
Name : namespace
34-
RequiredMember : {namespace}
35-
RequiredZoneName : {privatelink.servicebus.windows.net}
36-
Type : Microsoft.ServiceBus/namespaces/privateLinkResources
31+
{{ Add output here (remove the output block if the example doesn't have an output) }}
3732
```
3833

39-
Gets private link resources available on ServiceBus namespace `myNamespace`.
34+
{{ Add description here }}
35+
36+
### Example 2: {{ Add title here }}
37+
```powershell
38+
{{ Add code here }}
39+
```
40+
41+
```output
42+
{{ Add output here (remove the output block if the example doesn't have an output) }}
43+
```
44+
45+
{{ Add description here }}
4046

4147
## PARAMETERS
4248

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
### Example 1: Get private links associated with a ServiceBus namespace
1+
### Example 1: {{ Add title here }}
22
```powershell
3-
Get-AzServiceBusPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
3+
{{ Add code here }}
44
```
55

66
```output
7-
GroupId : namespace
8-
Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.ServiceBus/namespaces/myNamespace/privateLinkResources/namespace
9-
Name : namespace
10-
RequiredMember : {namespace}
11-
RequiredZoneName : {privatelink.servicebus.windows.net}
12-
Type : Microsoft.ServiceBus/namespaces/privateLinkResources
7+
{{ Add output here (remove the output block if the example doesn't have an output) }}
138
```
149

15-
Gets private link resources available on ServiceBus namespace `myNamespace`.
10+
{{ Add description here }}
11+
12+
### Example 2: {{ Add title here }}
13+
```powershell
14+
{{ Add code here }}
15+
```
16+
17+
```output
18+
{{ Add output here (remove the output block if the example doesn't have an output) }}
19+
```
20+
21+
{{ Add description here }}
22+

0 commit comments

Comments
 (0)