Michael Mainer
Michael Mainer
Global for all libraries. That property is not set on the v1.0 metadata for Group entity. It is there for beta. Is it supposed to be there for v1.0?
I started an email about this. Let me add y'all.
This is expected behavior per the metadata. This is an OpenType which means that undefined properties may be returned in this object. Additionally, `id` and `displayName` are nullable so it...
This needs to be supported on non-contained entities. ` `
More specifically, we don't support generating methods for actions defined on **reference** collections. It is generated for `await client.Sites[""].Sites.Add(new List()).Request().PostAsync()` in .NET. **Reference collection where containsTarget = false (default)**
@philCryoport Thank you for reaching out. We don't have a timeline to a first production release of this gem. Consider this project to be in an indeterminate holding pattern. We...
We also need spec from @mikepizzo about how the deprecation statements should be propagated by tools. A non-exhaustive list of questions and assumptions: - Where can deprecation annotations exist in...
Currently, we have no plans for a Go client. We are willing to reconsider with enough information. Looping in @funkeyfreak since he has interest in a Go Microsoft Graph client...
@chris-annino-sp This is being worked on now. https://github.com/microsoftgraph/msgraph-sdk-go
Would we want to support accessing arbitrary structural properties as the API supports this? I can't think of any reason other than slightly simplifying the scenario to update a single...