Skip to content

Commit 234716c

Browse files
authored
Update delete-access-control-list-network-to-network-interconnect.md
removed redundant content
1 parent 6e33ffa commit 234716c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/operator-nexus/delete-access-control-list-network-to-network-interconnect.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: Delete ACLs associated with Network-to-Network Interconnects (NNI)
43
description: Process of deleting ACLs associated with Network-to-Network Interconnects (NNI)
@@ -40,8 +39,6 @@ Before proceeding, ensure you have the following prerequisites:
4039

4140
To delete ACLs applied on NNI or External Network resources, pass a null value to `--ingress-acl-id` and `--egress-acl-id`.
4241

43-
Update the NNI or External Network by passing a null ID to `--ingress-acl-id` and `--egress-acl-id`.
44-
4542
```Azure CLI
4643
az networkfabric nni update --resource-group "<resource-group-name>" --resource-name "<nni-name>" --fabric "<fabric-name>" --ingress-acl-id null --egress-acl-id null
4744
```

0 commit comments

Comments
 (0)