Remove primary key. (#345)

This commit is contained in:
Felix Fontein 2025-02-24 06:16:06 +01:00 committed by GitHub
parent e302fed6cf
commit 3ba33ccd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View 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)."

View file

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