deploymenttheory / terraform-provider-jamfpro

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go
Mozilla Public License 2.0
22 stars 8 forks source link

Feature Request: new API endpoing for packages management #272

Closed ecanault closed 3 days ago

ecanault commented 1 month ago

Managing packages is working quite well as the old endpoint is still valid.

The only thing I noticed is the fact that packages are marked as Availability Pending for a looooong time (more than 10 or 20 minutes).

It should be a good point to implement the new Jamf Pro API endpoint in my opinion : https://developer.jamf.com/jamf-pro/reference/get_v1-packages

ShocOne commented 1 month ago

We will start looking at updates to existing endpoints to support jamf pro 11.5 onwards once we are in a steady state. Packages will be supported in its current form until 11.6. so we have some time to update the go-api-sdk-jamfpro before starting on the provider changes

ShocOne commented 3 days ago

this has been added as part of release v0.1.0. thanks