Philip Gichuhi

Results 216 comments of Philip Gichuhi

PHPDoc issues are now accurate in v2.0 - https://devblogs.microsoft.com/microsoft365dev/write-high-quality-code-with-the-microsoft-graph-php-sdk-v2/

Resolved in v2.0 of this SDK

Version 2.0 of this SDK now supports @odata.bind using the `additionalData` property found in all models. Please check out the relevant code samples in the docs: https://learn.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=php#example-2-create-a-group-with-owners-and-members https://learn.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0&tabs=php#example-2-add-multiple-members-to-a-group-in-a-single-request For more...

Took a look at the new features PHP 8.0 provides that could improve our SDK experience but found that the value provided would be limited to warrant forcing developers to...

Hi @andreastheodosiou, we recommend upgrading to the latest version 6.x of the SDK. Code samples on the docs are expected to work with v6.x.

Thanks for reporting this @slowcar. This was a typo. Initializing an `AllowedHostsValidator` using the set of Graph hosts in `AzureIdentityAccessTokenProvider` is perfect. @baywet I'm thinking adding a `GraphAllowedHostsValidator` would be...

Thanks for the detailed breakdown @dvag-joerg-winter. Linking this to a previously created issue https://github.com/microsoftgraph/msgraph-sdk-java/issues/1806