netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

Fix device_role to role breaking change in Netbox 3.6.0 #577

Closed shaul75 closed 10 months ago

shaul75 commented 10 months ago

Fixes: #575

abhi1693 commented 10 months ago

This is incompatible with the test cases for 3.3 to 3.5. Moreover, if you wish to submit a PR please discuss with me on the issue first to avoid submitting code that is already being worked on.

shaul75 commented 10 months ago

This is incompatible with the test cases for 3.3 to 3.5. Moreover, if you wish to submit a PR please discuss with me on the issue first to avoid submitting code that is already being worked on.

Thanks @abhi1693 I expected this was already being worked on (or planned for). The reason I didn't discuss it first is that I already made it for my local environment anyway, so I submitted this PR.