Skip to content

Support for Reference delete scenario on collection valued nav property with index in query parameter. #453

@andrueastman

Description

@andrueastman

Original issue at microsoftgraph/MSGraph-SDK-Code-Generator#471

Taking a look at the documentation at https://docs.microsoft.com/en-us/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0&tabs=csharp, the conversion library is missing the path

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

Given the work in #112, DELETE operations were added to $ref paths that are IndexableByKey. We would need to investigate further the scenario where the DELETE operation can be added to the collection values navigation property with a mandatory query parameter for the index

Metadata

Metadata

Assignees

Labels

priority:p2Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions