Skip to content

Commit

Permalink
fix: remove unneeded copy-from
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Nov 4, 2024
1 parent 2f5972c commit 3e44be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/fragments/327-add-missing-ip-pool-fields.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
bugfixes:
- api_info, api_modify - add missing fields ``comment``, ``copy-from``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).
- api_info, api_modify - add missing fields ``comment``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).
1 change: 0 additions & 1 deletion plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ def join_path(path):
primary_keys=('name', ),
fields={
'comment': KeyInfo(),
'copy-from': KeyInfo(),
'name': KeyInfo(),
'next-pool': KeyInfo(),
'ranges': KeyInfo(),
Expand Down

0 comments on commit 3e44be2

Please sign in to comment.