Skip to content

Commit 3c99202

Browse files
Revert "Docs update2"
This reverts commit 66fa1e4.
1 parent df4ee2b commit 3c99202

6 files changed

+91
-54
lines changed

src/EventHub/EventHub.Autorest/docs/Get-AzEventHubPrivateEndpointConnection.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,27 @@ Gets a description for the specified Private Endpoint Connection name.
4141

4242
## EXAMPLES
4343

44-
### Example 1: Get an Event Hub Namespace Private Endpoint Connection
44+
### Example 1: {{ Add title here }}
4545
```powershell
46-
Get-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace -Name 00000000000
46+
{{ Add code here }}
4747
```
4848

4949
```output
50-
ConnectionState : Approved
51-
Description :
52-
Id : /subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myNamespace/privateEndpointC
53-
onnections/00000000000
54-
Location : Australia East
55-
Name : 00000000000
56-
PrivateEndpointId : /subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/privateEndpointName
57-
ProvisioningState : Succeeded
58-
ResourceGroupName : myResourceGroup
50+
{{ Add output here (remove the output block if the example doesn't have an output) }}
5951
```
6052

61-
Gets details of private endpoint connection `00000000000` created under EventHub namespace `myNamespace`.
53+
{{ Add description here }}
6254

63-
### Example 2: List all private endpoint connections on an EventHub namespace
55+
### Example 2: {{ Add title here }}
6456
```powershell
65-
Get-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace
57+
{{ Add code here }}
6658
```
6759

68-
Lists all private endpoint connections of EventHub namespace `myNamespace`.
60+
```output
61+
{{ Add output here (remove the output block if the example doesn't have an output) }}
62+
```
63+
64+
{{ Add description here }}
6965

7066
## PARAMETERS
7167

src/EventHub/EventHub.Autorest/docs/Get-AzEventHubPrivateLink.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 an EventHub namespace
25+
### Example 1: {{ Add title here }}
2626
```powershell
27-
Get-AzEventHubPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
27+
{{ Add code here }}
2828
```
2929

3030
```output
31-
GroupId : namespace
32-
Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myNamespace/privateLinkResources/namespace
33-
Name : namespace
34-
RequiredMember : {namespace}
35-
RequiredZoneName : {privatelink.servicebus.windows.net}
36-
Type : Microsoft.EventHub/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 EventHubs 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

src/EventHub/EventHub.Autorest/docs/Remove-AzEventHubPrivateEndpointConnection.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,27 @@ This operation also removes all associated resources under the namespace.
3838

3939
## EXAMPLES
4040

41-
### Example 1: Remove a private endpoint connection from an eventhub namespace
41+
### Example 1: {{ Add title here }}
4242
```powershell
43-
Remove-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace -Name 00000000000
43+
{{ Add code here }}
4444
```
4545

46-
Deletes private endpoint connection `00000000000` from an event hub namespace `myNamespace`.
46+
```output
47+
{{ Add output here (remove the output block if the example doesn't have an output) }}
48+
```
49+
50+
{{ Add description here }}
51+
52+
### Example 2: {{ Add title here }}
53+
```powershell
54+
{{ Add code here }}
55+
```
56+
57+
```output
58+
{{ Add output here (remove the output block if the example doesn't have an output) }}
59+
```
60+
61+
{{ Add description here }}
4762

4863
## PARAMETERS
4964

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
### Example 1: Get an Event Hub Namespace Private Endpoint Connection
1+
### Example 1: {{ Add title here }}
22
```powershell
3-
Get-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace -Name 00000000000
3+
{{ Add code here }}
44
```
55

66
```output
7-
ConnectionState : Approved
8-
Description :
9-
Id : /subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myNamespace/privateEndpointC
10-
onnections/00000000000
11-
Location : Australia East
12-
Name : 00000000000
13-
PrivateEndpointId : /subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/privateEndpointName
14-
ProvisioningState : Succeeded
15-
ResourceGroupName : myResourceGroup
7+
{{ Add output here (remove the output block if the example doesn't have an output) }}
168
```
179

18-
Gets details of private endpoint connection `00000000000` created under EventHub namespace `myNamespace`.
10+
{{ Add description here }}
1911

20-
### Example 2: List all private endpoint connections on an EventHub namespace
12+
### Example 2: {{ Add title here }}
2113
```powershell
22-
Get-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace
14+
{{ Add code here }}
2315
```
2416

25-
Lists all private endpoint connections of EventHub namespace `myNamespace`.
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+
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 an EventHub namespace
1+
### Example 1: {{ Add title here }}
22
```powershell
3-
Get-AzEventHubPrivateLink -ResourceGroupName myResourceGroup -NamespaceName myNamespace
3+
{{ Add code here }}
44
```
55

66
```output
7-
GroupId : namespace
8-
Id : subscriptions/subscriptionId/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myNamespace/privateLinkResources/namespace
9-
Name : namespace
10-
RequiredMember : {namespace}
11-
RequiredZoneName : {privatelink.servicebus.windows.net}
12-
Type : Microsoft.EventHub/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 EventHubs 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+
Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
### Example 1: Remove a private endpoint connection from an eventhub namespace
1+
### Example 1: {{ Add title here }}
22
```powershell
3-
Remove-AzEventHubPrivateEndpointConnection -ResourceGroupName myResourceGroup -NamespaceName myNamespace -Name 00000000000
3+
{{ Add code here }}
44
```
55

6-
Deletes private endpoint connection `00000000000` from an event hub namespace `myNamespace`.
6+
```output
7+
{{ Add output here (remove the output block if the example doesn't have an output) }}
8+
```
9+
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)