microsoftgraph / microsoftgraph/msgraph-sdk-go
Missing `resourceBehaviorOptions` and `resourceProvisioningOptions` in `Group` response
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 335
- Forks
- 43
- Avg merge
- 15h 19m
- Merged PRs (30d)
- 3
Description
Hi, I'm trying to list all groups in my organization.
But in the response, I didn't see any method defined to get the value for resourceBehaviorOptions and resourceProvisioningOptions.
https://github.com/microsoftgraph/msgraph-sdk-go/blob/2d3e4f1d94cf75bb5a722f555993907ced137aab/models/groupable.go#L9


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with models/groupable.go at the linked location and inspect how the Group response properties are represented. Confirm the expected resourceBehaviorOptions and resourceProvisioningOptions fields in the Microsoft Graph Group response, then verify that the generated Go model exposes both values and add or update the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100