-
Notifications
You must be signed in to change notification settings - Fork 157
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
Quick fix for #165: Make some *_count fields non-required #178
base: master
Are you sure you want to change the base?
Conversation
@@ -130139,7 +130116,6 @@ components: | |||
- display | |||
- id | |||
- name | |||
- prefix_count | |||
- slug | |||
- url | |||
- vlan_count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vlan_count is also affected / in-scope
Would be very awesome to see this land. We're getting hit with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this and are using it internally @ sherweb/go-netbox. We can confirm this works as expected and got rid of all errors. We've reviewed all changes in this PR and there's no unexpected code.
We'd love to get back to the upstream (this repo) and would also love for this to land.
No description provided.