mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-20 17:15:46 +02:00
Remove primary key. (#345)
This commit is contained in:
parent
e302fed6cf
commit
3ba33ccd99
2 changed files with 4 additions and 1 deletions
4
changelogs/fragments/345-interface-wifi-provisioning.yml
Normal file
4
changelogs/fragments/345-interface-wifi-provisioning.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- "api_info, api_modify - remove the primary key ``action`` from the ``interface wifi provisioning`` path,
|
||||
since RouterOS also allows to create completely duplicate entries
|
||||
(https://github.com/ansible-collections/community.routeros/issues/344, https://github.com/ansible-collections/community.routeros/pull/345)."
|
|
@ -2037,7 +2037,6 @@ PATHS = {
|
|||
versioned=[
|
||||
('7.13', '>=', VersionedAPIData(
|
||||
fully_understood=True,
|
||||
primary_keys=('action', ),
|
||||
fields={
|
||||
'action': KeyInfo(default='none'),
|
||||
'address-ranges': KeyInfo(can_disable=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue