fix: remove unneeded copy-from

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-11-04 03:18:30 +00:00
parent 2f5972caa8
commit 3e44be29d4
No known key found for this signature in database
GPG key ID: 00872BAF59D98753
2 changed files with 1 additions and 2 deletions

View file

@ -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).

View file

@ -709,7 +709,6 @@ PATHS = {
primary_keys=('name', ),
fields={
'comment': KeyInfo(),
'copy-from': KeyInfo(),
'name': KeyInfo(),
'next-pool': KeyInfo(),
'ranges': KeyInfo(),