File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
articles/operator-service-manager Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,26 @@ This document provides a quick start guide to enable private link feature for AO
19
19
### Required permissions
20
20
The operations required to link and manage a private endpoint with a Nexus fabric controller (NFC) requires the following nondefault role privileges.
21
21
22
- #### Remove private endpoint
22
+ #### Permissions for linking and managing manual private endpoint
23
+ Remove private endpoint
23
24
```
24
25
"Microsoft.HybridNetwork/publishers/artifactStores/removePrivateEndPoints/action"
25
26
```
26
- #### Approve private endpoints
27
+ Approve private endpoint
27
28
```
28
29
"Microsoft.HybridNetwork/publishers/artifactStores/approvePrivateEndPoints/action"
29
30
```
30
- #### Add nfc private endpoints
31
+ #### Permissions for linking and managing a private endpoint with NFC
32
+ Add NFC private endpoints
31
33
```
32
34
"Microsoft.HybridNetwork/publishers/artifactStores/addNetworkFabricControllerEndPoints/action"
33
35
"Microsoft.ManagedNetworkFabric/networkFabricControllers/joinartifactstore/action"
34
36
```
35
- #### List nfc private endpoints
37
+ List NFC private endpoints
36
38
```
37
39
"Microsoft.HybridNetwork/publishers/artifactStores/listNetworkFabricControllerPrivateEndPoints/action"
38
40
```
39
- #### Delete nfc private endpoints
41
+ Delete NFC private endpoints
40
42
```
41
43
"Microsoft.HybridNetwork/publishers/artifactStores/deleteNetworkFabricControllerEndPoints/action"
42
44
"Microsoft.ManagedNetworkFabric/networkFabricControllers/disjoinartifactstore/action"
You can’t perform that action at this time.
0 commit comments