Andrew Omondi
Andrew Omondi
Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2505 Accroding to docs at https://learn.microsoft.com/en-us/graph/api/calltranscript-get?view=graph-rest-1.0&tabs=csharp#example-2-get-a-calltranscript-content The path `/users/{id}/onlineMeetings/{meeting-id}/transcripts/{transcript-id}/content?$format=text/vtt supports the $format parameter which is missing in the metadata.
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
Related to https://github.com/microsoftgraph/msgraph-sdk-java/issues/2063 The json serializer does not handle `JsonObject` types resulting in illegalState exception as only the property is written. We should probably add a case for the same...
Sourced from https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2444 In the event that the API fails in making a request due to a large number of retries, the retryHandler should return an `ApiError` for a consistent...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/pull/908)
Looks like some endpoints on Graph support `application/xml` content type now. e.g https://learn.microsoft.com/en-us/graph/api/trustframeworkpolicy-get?view=graph-rest-beta To provide a better customer experience, we should add an xml serialization library that is registered with...
Leverage the [kiota-dom-export-diff-tool](https://github.com/microsoftgraph/kiota-dom-export-diff-too) to check for breaking changes in our weekly generation as a PoC before adding to other languages. For reference: - https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2626 - https://github.com/microsoftgraph/msgraph-sdk-java/pull/2141
Leverage the [kiota-dom-export-diff-tool](https://github.com/microsoftgraph/kiota-dom-export-diff-too) to check for breaking changes in our weekly generation as a PoC before adding to other languages. For reference: - https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2626 - https://github.com/microsoftgraph/msgraph-sdk-java/pull/2141
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.