Faith Kangai
Faith Kangai
Currently, not all docs link in the generation error logs redirect to the correct page. This is owing to the fact that there didn't seem to be a direct correlation...
All Kiota-based languages are not able to generate the following code samples and I'm not sure the reason why: - https://learn.microsoft.com/en-us/graph/api/outlookuser-supportedtimezones?view=graph-rest-1.0&tabs=powershell#request-2 - https://learn.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http - https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=java#example-4-send-a-new-message-using-mime-format Transferring Issue here from raptor...
Source: https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=csharp#request-1 Input: ```http POST https://graph.microsoft.com/beta/teams/57fb72d0-d811-46f4-8947-305e6072eaa5/channels/19:[email protected]/messages Content-type: application/json { "createdDateTime":"2019-02-04T19:58:15.511Z", "from":{ "user":{ "id":"id-value", "displayName":"Joh Doe", "userIdentityType":"aadUser" } }, "body":{ "contentType":"html", "content":"Hello World" } } ``` Erroneous output: ```C# GraphServiceClient graphClient...
### Is your feature request related to a problem? Please describe the problem. Problems: - Regressions in the generation process leading to breaking changes in naming functions/methods - Changes in...
Relates #4616
### Describe the bug The Newtonsoft.Json dependency of the SDK's authentication module, is no longer actively maintained. In the past we have also encountered trust issues with the signed Newtonsoft.Json...
Step 1 of #5442
### Is your feature request related to a problem? Please describe the problem. _No response_ ### Client library/SDK language TypeScript ### Describe the solution you'd like Current infrastructure for vscode...