-
Notifications
You must be signed in to change notification settings - Fork 44
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
Warnings in meraki_mx_content_filtering #406
Warnings in meraki_mx_content_filtering #406
Conversation
- blocked_category.changed == True | ||
- blocked_category.data.blocked_url_categories | length == 1 | ||
- blocked_category.data.url_category_list_size == "topSites" | ||
# - blocked_category.data.url_category_list_size == "fullList" |
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.
The value url_category_list_size
has been missing from the output. I wrote the email to the support with that case.
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.
I have added the issue in the dashboard-api-python: meraki/dashboard-api-python#198
This used to work so I'll need to look into fixing this before merging. Is this what you did in #408 |
Yup yup! When you merge that two PRs it works (the test and the code itself) |
Thank you for your contribution. Merging. |
No description provided.