Skip to content
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

Closed
yannick-beot-sp opened this issue Apr 22, 2024 · 2 comments
Closed

Aggregate Entitlements does not work #36

yannick-beot-sp opened this issue Apr 22, 2024 · 2 comments

Comments

@yannick-beot-sp
Copy link

The api-specs says that the csvFile is required but the description says otherwise.
image
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:

RequiredError: Required parameter csvFile was null or undefined when calling importEntitlements.

Code example to reproduce:

const api = new EntitlementsBetaApi(apiConfig);
		const response = await api.importEntitlements({
			id: sourceID,
			csvFile: null
		})
yannick-beot-sp added a commit to yannick-beot-sp/vscode-sailpoint-identitynow that referenced this issue Apr 25, 2024
…cript-sdk#36. Implementing startAccountAggregation because missing from SDK
@tyler-mairose-sp
Copy link
Member

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

yannick-beot-sp added a commit to yannick-beot-sp/vscode-sailpoint-identitynow that referenced this issue Sep 20, 2024
yannick-beot-sp added a commit to yannick-beot-sp/vscode-sailpoint-identitynow that referenced this issue Oct 9, 2024
- 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))
@jordan-violet-sp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants