Emmanuel Canault

Results 20 comments of Emmanuel Canault

> Have you tested this with Setup Manager 1.1beta? Hi Armin, Yes, but not specifically for this issue; I should be able to do that next wednesday I hope. Regards,...

@scriptingosx I took the time to test 1.1beta with : - macOS 14.5 - macOS 15.0 - macOS 15.0.1 - macOS 15.1beta7 Setup Manager was working as expected each time...

Hi @ShocOne I wanted to test that today, but I'm facing an issue regarding the integration of Google Auth made by Jamf. A ticket is opened on their side, and...

@ShocOne Please find below the details when hitting the *Add an email address via Google* button to enable Google Auth: **Headers tab**: **Payload tab**: **Preview & response tabs**: these ones...

Import from scratch: the resource is not existing yet in the plan. I don't use the `--generate-config-out` option.

Not sure to well understand your question, but... I'm not doing a CLI command like `terraform import ...`. I have written an `import` block in a `.tf` file: ``` import...

Here is a sample for one policy; each policy is "stored" under its own UUID to identify them uniquely. ``` 079DCAD2-95A4-4563-8BEF-F08A153B47CC: # Jamf Pro ID (optional) import_id: 27 # Display...

> [@ecanault](https://github.com/ecanault) Re Solution 2, do you mean you'd like the ability to get all of them in one data source? Yes. `/api/v1/jamf-connect/config-profiles` returns both the ID and the UUID,...

Hi, I had a look on this topic, and all the work has been almost done. I managed to add data source for `/api/v1/jamf-connect/config-profiles` locally. I will try to propose...

It makes sense. By the way, it's not a blocker in my case as I terraform using a generic local admin: the account will receive clean preferences. Thanks!