Closed patrice-adp closed 1 year ago
Hello @patrice-adp,
Our SDKs are generated using our open api specifications. It seems that we were missing the required name
field on our source schema object. I have updated this and it is fixed in the SDK with commit cc94839cbb9f8b6238aca61adb3b1feba76a4942.
You'll see this in the next release of the SDK. Thank you for helping us make our tooling better!
You're welcomed. I plan to use it for a long time so the better it is the happier I will be !
The method Initialize-Source file PSSailpoint/v3/src/PSSailpoint/Model/Source.ps1 should be fixed to add "name" as when I tried to create a source of type "delimited file" it failed saying to me "name" is missing in request.
I fixed it locally and it solves my issue