Skip to content

add support for long running operations #148

@RobinKamps

Description

@RobinKamps
  1. 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)
  1. 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).

Metadata

Metadata

Assignees

Labels

blockedwork cannot start on this because we're blocked by an upstream dependencyenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions