Andrew Omondi
Andrew Omondi
Hey @daviesro, Thanks for raising this. We will follow this up with the relevant workload team so that the metadata can be updated to include the missing member and circle...
Hey @daviesro, The feedback so far is that the Entity type 'Person' is only available in beta at the moment and is the testing phases before becoming generally available and...
Hey @genchani, I notice that the default response does not have this property in it. Are you able to view the property when you run a query like this? `https://graph.microsoft.com/v1.0/sites/root/lists/{listId}/columns?$select=hyperlinkOrPicture`
In those scenarios, are you querying for the exact same object with the same ids? From the docs, the property is mutually exclusive to other properties and will depend on...
Thanks for the extra info @genchani. Are you able to extract the tokens and compare the scopes present in two cases by decoding them at https://jwt.ms/? Also, is there any...
Hey @genchani, Sorry, but for some reason I'm not able to access the link to your screenshot. Any chance you could verify it's okay and maybe resend it?
Hey @genchani, Thanks for the information. I notice both tokens contain the `Sites.ReadWrite.All` permission which is consistent with the docs. When obtaining the application token for Postman, do you use...
Closing as duplicate of https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/318 and work to be tracked with that issue.
This is a non standard api for the generator. We need to add an extension method to expose the Patch functionality for the content property on OneNote Page. We will...
@MIchaelMainer Apart from the use of a custom IResponseHandler, to use a different serializer globally, an SDK user would still have to implement the ISerializer interface and replace the default...