Skip to content

Commit

Permalink
Changed primary key of 'tool netwatch' (#247)
Browse files Browse the repository at this point in the history
* Changed primary key of 'tool netwatch'

* Removed the primary key after discussion on PR #247

* Added changelog fragment
  • Loading branch information
tim427 authored Jan 7, 2024
1 parent 79dabbb commit d5a2686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path (https://github.com/ansible-collections/community.routeros/pull/248).
1 change: 0 additions & 1 deletion plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3670,7 +3670,6 @@ def join_path(path):
versioned=[
('7', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('name', ),
fields={
'certificate': KeyInfo(),
'check-certificate': KeyInfo(),
Expand Down

0 comments on commit d5a2686

Please sign in to comment.