msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

fix(main): change misassigned header

Open csawicz opened this issue 6 months ago • 1 comments

fixes Invalid format 'application/octet-stream, application/json' specified in transcripts request builder.

csawicz avatar Jul 15 '25 17:07 csawicz

@microsoft-github-policy-service agree company="Uturn Data Solutions"

csawicz avatar Sep 12 '25 00:09 csawicz

@csawicz thanks for this submission. While I understand your desire to have that response treated as a text\vtt content type this change won't stick.

The Microsoft Graph SDKs are generated using Kiota from the source metadata for Microsoft Graph. This allows us to scale.

Given this your change would swiftly be overwritten by our code generation process.

Could you please open an issue to track the mis-match in the expected headers so that we can address this in either the source metadata or in Kiota itself?

gavinbarron avatar Dec 03 '25 03:12 gavinbarron