Skip to content

Commit 1e372e1

Browse files
committed
Update howto-append-a-custom-suffix-to-interface-descriptions.md
1 parent ad32ce1 commit 1e372e1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/operator-nexus/howto-append-a-custom-suffix-to-interface-descriptions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ az networkfabric interface update --additional-description "support-ticket1234-j
4040
--resource-name Ethernet22-1
4141
```
4242

43+
#### Parameter Details:
44+
45+
| Parameter | Description | Constraints |
46+
|----------------------------|--------------------------------------------------|-------------|
47+
| `--additional-description` | Additional description for the interface update. | Alphanumeric (A-Za-z0-9), `-` and `_` allowed. Max 64 characters. |
48+
| `--device` | Name of the network fabric device. | No specific constraints provided. |
49+
| `-g, --resource-group` | Name of the resource group where the device resides. | No specific constraints provided. |
50+
| `--resource-name` | Name of the network interface resource. | No specific constraints provided. |
51+
52+
4353
### 3. Commit the configuration
4454

4555
After updating the description, apply the changes to the fabric:

0 commit comments

Comments
 (0)