MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

Reference delete scenario is not supported by the SDK

Open zengin opened this issue 3 years ago • 1 comments

There is no generated code available to support:

DELETE /groups/{id}/acceptedSenders/$ref?$id=https://graph.microsoft.com/v1.0/users/{user-id}

https://docs.microsoft.com/en-us/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0&tabs=csharp AB#8405

zengin avatar Mar 03 '21 02:03 zengin

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. https://github.com/microsoft/OpenAPI.NET.OData/issues/128

baywet avatar Nov 17 '21 19:11 baywet