sailpoint-oss / powershell-sdk

PowerShell Module for accessing SailPoint IdentityNow APIs
https://developer.sailpoint.com/
MIT License
21 stars 15 forks source link

Missing name parameter on Initialize-Source #11

Closed patrice-adp closed 1 year ago

patrice-adp commented 1 year ago

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

tyler-mairose-sp commented 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!

patrice-adp commented 1 year ago

You're welcomed. I plan to use it for a long time so the better it is the happier I will be !