macadmins / jamf-pro-sdk-python

A client library for the Jamf Pro APIs and webhooks.
https://macadmins.github.io/jamf-pro-sdk-python/
MIT License
44 stars 10 forks source link

Advanced Computer Searches #20

Closed brysontyrrell closed 8 months ago

brysontyrrell commented 8 months ago

This PR adds the following operations to the Classic API client:

The update_advanced_computer_search_by_id operation has added feature for return_updated. This boolean flag (defaults to False) will control if an immediate call to the get_advanced_computer_search_by_id is performed after the update returning new results for the potential changes to search criteria. A handy shortcut pattern that could be re-used in other areas of the SDK.

Also included in this PR are various doc/docstring fixes and a new change log that will be used for tracking features across released versions of the SDK to PyPI.