Philip Gichuhi
Philip Gichuhi
> (Triage notes) [`PlannerAssignments`](https://learn.microsoft.com/en-us/graph/api/resources/plannerassignments?view=graph-rest-1.0) is an [open type](https://learn.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/use-open-types-in-odata-v4). [ `PlannerAssignment`(no 's')](https://learn.microsoft.com/en-us/graph/api/resources/plannerassignment?view=graph-rest-1.0) is declared as a component in the OpenAPI spec but not generated by Kiota. Could this be because it's...
> The string approach didn't work. This is the error log: > > ``` > Exception in thread "main" com.microsoft.graph.models.odataerrors.ODataError: An open type property has an invalid type. > at...
@MainDBA from the linked [fix](https://github.com/Azure/azure-powershell/pull/24792) Azure PowerShell, the Az 12.0 release should resolve this.
Hi @anthonylex. Thanks for using this SDK and reaching out. You can initialize the `GraphServiceClient` using a `MockHandler` as follows: ```php $tokenRequestContext = new ClientCredentialContext( 'tenantId', 'clientId', 'clientSecret' ); $authProvider...
Thanks for the feedback. Re-opening this to track possible improvements.
Closing this to be tracked under #511
2.0.0 is out now. https://devblogs.microsoft.com/microsoft365dev/write-high-quality-code-with-the-microsoft-graph-php-sdk-v2/
Took a fresh look at this. I think an ideal experience should feel intuitive/fluid and reduce the chances of errors. Using the array format (esp if you're not using PHPStorm)...
What do you think @baywet @SilasKenneth @isvargasmsft @shemogumbe ?
@SilasKenneth I like that idea! Less room for errors.