POST /api/source/loadEntitlements

Summer vaccation is around the corner…
Any updates for Powershell SDK? June 14 is getting closer and not even the Beta Cmdlets work :frowning: Would be nice to use something stable for production!

Import-BetaEntitlements -Id $EntitlementSourceID

Error due to CSV missing for ActiveDirectory Source v1.3.0

.

Also wondering about how to set the content header they are referring to in the get-help section for Import-BetaEntitlements.
I need to set Content Type “charset=windows-1252” in some cases.
Issues with UTF8 characters for New and Update AccessProfile

(Get-Help Import-BetaEntitlements)

DESCRIPTION
Starts an entitlement aggregation on the specified source. If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to multipart/form-data.