-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardware API andpoint implementation is incompatible with nautobot-ansible plugin module. #290
Conversation
Thanks @pszulczewski . With it being a breaking change we'll target this to be merged into the next3.0 release. |
@pszulczewski Can you give an example of an API call that works now and will stop working once this is merged? We'll need to properly document it so that users are aware of changes they need to make. |
@progala field names in filtered API calls will change like this: current filtered API call:
current filtered API call:
|
@pszulczewski Thanks! That makes sense to me. Could you just add a change fragment and I'll get it merged. |
efd9662
to
ee6b731
Compare
See the issue in nautobot-ansible for more information.
nautobot/nautobot-ansible#306
If this PR is accepted it would need a new major release.