Philip Gichuhi
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
closing as duplicate of #137
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...
Not related to PHP since we don't use model interface objects.
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.
@priya2395 I'm unable to reproduce this behaviour. Would you mind sharing a stacktrace?
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