microsoftgraph / microsoftgraph/msgraph-sdk-go-core
add support for long running operations
Open
Nobody has claimed this yet.
blocked
enhancement
- Dominant language
- Go
- Stars
- 22
- Forks
- 16
- Avg merge
- 7h 53m
- Merged PRs (30d)
- 1
Description
- the golang examples under https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=go are missing the member odata type, e.g.
odataType := "#microsoft.graph.aadUserConversationMember"
member.SetOdataType(&odataType)
- if
result, err := graphClient.Teams().Post(context.Background(), requestBody, nil)is called, the result is always nil, not Teamable or at least containing the new teamID as documented (but the team is successfully created).
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.
Assessment
This issue has not been assessed yet.