microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

Setting resourceBehaviorOptions is not possible using the client library

Open
#1,299 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Bug: metadata
Dominant language
C#
Stars
789
Forks
264
Avg merge
15h 17m
Merged PRs (30d)
3

Description

According to documentation Group.resourceBehaviorOptions is no longer only in the Beta graph, but it still only available in the beta SDK library.

https://docs.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0
https://docs.microsoft.com/en-us/graph/group-set-options
https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/src/Microsoft.Graph/Generated/model/Group.cs

However resourceBehaviorOptions is only available in beta metadata https://graph.microsoft.com/beta/$metadata and not on https://graph.microsoft.com/v1.0/$metadata

What is the official state of the resourceBehaviorOptions? Is it still in beta? Is the documentation correct?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the linked Group.cs model with the v1.0 and beta metadata, then read the two Microsoft Graph documentation links for their stated availability. Establish whether resourceBehaviorOptions is supported in v1.0 and identify whether the discrepancy is in the SDK, metadata, or documentation; done means the official status and required follow-up are clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api, documentation
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.