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

Missing the delete function on deleted items #2340

Closed
Ntenhove opened this issue Feb 16, 2024 · 1 comment · Fixed by #2345
Closed

Missing the delete function on deleted items #2340

Ntenhove opened this issue Feb 16, 2024 · 1 comment · Fixed by #2345

Comments

@Ntenhove
Copy link

In the previous minor version i was able to permanently delete deteled items by using the following code: this.client.Directory.DeletedItems[id].DeleteAsync();

It looks like this isn't working anymore with the latest stable version. Is there any prospect of this being adjusted?

@andrueastman
Copy link
Member

Thanks for raising this @Ntenhove

This looks to be a regression caused by updates in the conversion library via microsoft/OpenAPI.NET.OData#483. This should be resolved in the coming update once microsoftgraph/msgraph-metadata#566 is closed

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

Successfully merging a pull request may close this issue.

2 participants