Skip to content

Commit a6eecfa

Browse files
committed
Addressing review comments, changed port_channel_number documentation.
1 parent ea74318 commit a6eecfa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

plugins/modules/lan_automation_workflow_manager.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,10 @@
353353
required: false
354354
port_channel_number:
355355
description: >
356-
- Unique identifier for the Port Channel, assigned automatically by
357-
Catalyst Center when the Port Channel is created.
358-
- Cannot be specified during creation.
359-
- Can only be used for update or delete operations to target a specific
360-
Port Channel without specifying existing links.
356+
- This value is system-assigned during creation and user provided value will be ignored.
357+
Catalyst Center will automatically provide a unique number upon creation.
358+
- Specify this value to target a specific Port Channel for update or delete without needing
359+
to provide existing link information.
361360
type: int
362361
required: false
363362
links:

0 commit comments

Comments
 (0)