You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in the DistributionPoint results from the JSS, Jamf calls it "share_port" and "workgroup_or_domain", which is where those names came from. I was rushing to get stuff included while the baby was sleeping, so I neglected to correct these, and since they aren't required, it wasn't an issue.
Good eyes!
I would prefer they use the names that are documented, so I'll change the gets to use port and domain.
I've been testing out the custom DP feature and realized two discrepancies
the README.md in this project says "port" but python-jss seems to use "share_port"
https://github.com/sheagcraig/python-jss/blob/master/jss/distribution_points.py#L134
also key is "domain" but python-jss seems to use "workgroup_or_domain"
https://github.com/sheagcraig/python-jss/blob/master/jss/distribution_points.py#L132
I just wanted to touch base and see what your plans were so we can keep AutoPkgr in sync.
Thanks
The text was updated successfully, but these errors were encountered: