Michael Mainer
Michael Mainer
- [x] Expected behavior. - [x] Actual behavior. - [x] Steps to reproduce the behavior. ### Expected behavior https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/site_get The request builders provide a mechanism to build a URL to...
[AB#8408](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8408)
[AB#10152](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10152)
[AB#9854](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9854)
We've noticed some issues with the code generation for PHP and how it handles enums. - [ ] For example, [VoiceGender](https://github.com/microsoftgraph/msgraph-sdk-php/blob/pipelinebuild/beta/1191902/src/Beta/Model/VoiceGender.php). The member names are uppercase but are generated as...
CSDL entities List and Print share the same name with PHP keywords. The generator disambiguates from the keywords by prepending "Graph" to the generated type name. We need to make...
Validate that the model inheritance is valid. [AB#8587](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8587)
The issue here is that there is special generation code for Entity that is used by all models. This common functionality gets/sets the OData type and serializes an object. The...
Wisely update the package availability and statements to make it clear which Python packages are intended to be used and that are on our support path. Yank releases where it...
Post alpha timeframe. Customers need to be able to get and alter the default middleware. Customers can do this themselves at this point, but we should make it easier. [AB#9215](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9215)