Philip Gichuhi

Results 216 comments of Philip Gichuhi

> Thank you for making the changes! A version bump, a changelog entry and we should be good to go! Ah no release please yet :) On it.

seems to be a duplicate of https://github.com/microsoft/kiota-java/issues/1131

@megadodo100 thank you for reporting this. This appears to be a bug in our examples. The correct import path is: `from msgraph_beta.generated.models.security.submission_category import SubmissionCategory` (+ .security)

@SweetSallyBe sorry about this experience. Please try the workarounds suggested in https://github.com/microsoftgraph/msgraph-sdk-php/issues/1556

Hi, thank you for your patience on this issue. A couple of issues are overlapping here 1. When using the `OnBehalfOfContext`, the assertion should not be a previously acquired Microsoft...

@aaronanderson thank you for reaching out. To unblock this scenario, kindly use the `withUrl` method to override the request URL & pass the query parameter: ```java graphClient.me().onenote().pages().byOnenotePageId(pageId).content().withUrl( graphClient.getRequestAdapter().getBaseUrl() + "/me/onenote/pages/{id}/content[?includeIDs=true]"...

@baywet Wondering whether the new `ClientException` type should be the default wrapper type we expose for all internal client-related exceptions. We still throw a bunch of IllegalArgumentExceptions and RuntimeExceptions in...

Hi @ianef, thanks for reaching out. Apologies for this experience. This will be taken into consideration. A temporary work-around would be: ```php $serializationWriter = new JsonSerializationWriter(); $serializationWriter->writeObjectValue("", $message); $jsonString =...

Thanks for your feedback @AlexanderAdelAU. The new design was motivated by reducing the back and forth between checking the API reference docs for the correct endpoint and the expected model...

@tiborrr thank you for reaching out. Just to double-check, is this the request you are making with the SDK? https://learn.microsoft.com/en-us/graph/api/message-move?view=graph-rest-1.0&tabs=http