-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregate Entitlements does not work #36
Comments
…cript-sdk#36. Implementing startAccountAggregation because missing from SDK
Hey @yannick-beot-sp, we noticed this as well and made some updates to the specifications to correct this. It is fixed in 050062b and released in https://github.com/sailpoint-oss/typescript-sdk/releases/tag/v1.3.4 |
- Add User Agent - Add transform evaluation support for `decomposeDiacriticalMarks` (cf. [#90](#90)) by [@Semperverus](https://github.com/Semperverus) - Add new command to enable logging - Fixed dependency (axios, micromatch) - Refactored code due to [#36](sailpoint-oss/typescript-sdk#36) - Removed Workflow Tester view due to webview-ui-toolkit deprecation (cf. microsoft/vscode-webview-ui-toolkit#561) - Add support for Applications - Error with session management (cf. [#93](#93))
This issue has been mentioned on SailPoint Developer Community. There might be relevant details there: https://developer.sailpoint.com/discuss/t/identitynow-extensions-for-visual-studio-code/5983/122 |
The api-specs says that the csvFile is required but the description says otherwise.
Also beware that the description is explaining a "complex" behavior for the Content-Type header.
As of now (version 1.3.3), when trying to use
importEntitlements
,csvFile
is required.But when set to
null
, we get the error:Code example to reproduce:
The text was updated successfully, but these errors were encountered: