-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
app: pynetboxstatus: needs triageThe issue is awaiting triage by a maintainerThe issue is awaiting triage by a maintainertype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
pynetbox version
v.7.5.0
NetBox version
v.4.4.6
Python version
3.10
Steps to Reproduce
As documented in netbox-community/ansible_modules#1486 I would like to bringe the list_as_set variable in line with the ansible module.
Currently updating the netbox permissions via ansible results in reported changed cause the field object_types is compared as ordered list, not as set.
Expected Behavior
as object_types doesn't need be ordered, it should be considered a set
Observed Behavior
object_types are a generic list. Maybe other fields must be check as well.
Metadata
Metadata
Assignees
Labels
app: pynetboxstatus: needs triageThe issue is awaiting triage by a maintainerThe issue is awaiting triage by a maintainertype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application