-
Notifications
You must be signed in to change notification settings - Fork 75
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
Reference delete scenario is not supported by the SDK #471
Comments
It should fix it since we have the request builder for it. https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/groups/item/acceptedsenders/ref/ref_request_builder.go However there does seem to be a bug in the conversion process. microsoft/OpenAPI.NET.OData#128 |
@andrueastman it looks like the snippet is still not being generated for this one. |
@baywet There may be a conversion issue or a missing annotation that we would need to investigate so that the operation appears on the collection with the relevant query parameter as shown in the snippet. |
Thanks for reverting here. |
After looking into this abit more, this is probably a conversion library issue given the original work/issue here and the PR here the conversion library looks like it will only add the DELETE operation on the key segment but not on a collection valued one like in the example If, it's okay, I'll close this for now and we can follow this one up at microsoft/OpenAPI.NET.OData#453 as this one looks to definitely need conversion library support. |
There is no generated code available to support:
https://docs.microsoft.com/en-us/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0&tabs=csharp
AB#8405
The text was updated successfully, but these errors were encountered: