Andrew Omondi

Results 76 issues of Andrew Omondi

Specification for snippets should align to the specification available at https://gist.github.com/sebastienlevert/ae40eb334c3d5a9d4cd3f4a06d2b09be and shared document. In summary, we should update snippets to - [ ] Have necessary import statements - [...

area: snippets-generation
area: powershell

Specification for snippets should align to the specification available at https://gist.github.com/sebastienlevert/ae40eb334c3d5a9d4cd3f4a06d2b09be and shared document. In summary, we should update snippets to - [ ] Have necessary import statements - [...

area: snippets-generation

Specification for snippets should align to the specification available at https://gist.github.com/sebastienlevert/ae40eb334c3d5a9d4cd3f4a06d2b09be and shared document. In summary, we should update snippets to - [ ] Have necessary import statements - [...

area: snippets-generation

Sourced from https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9067#issuecomment-1915999266 Snippet generated as below correctly places undocumented properties in addtionaldata. However, assinging values that are null in an anonymous object creates the issue on runtime. ```cs var...

area: snippets-generation
area: c#

Taking a look at the snippet at https://learn.microsoft.com/en-us/graph/api/message-createforward?view=graph-rest-1.0&tabs=csharp#example-1-create-a-draft-message-in-json-format-to-forward-an-existing-message ```cs var result = await graphClient.Me.Messages["{message-id}"].CreateForward.PostAsync(null); ``` The snippet generated compiles but fails to run due to the validation of the `PostAsync`...

area: snippets-generation
area: c#

API Doctor selects the wrong table parser if a table title contains the title in the configuration. As seen in https://github.com/microsoftgraph/microsoft-graph-docs/pull/22555/commits/3d714ff42a591f2bccdb0c65cc76360663eb4764, enum definitions containing the word "Permissions" are parsed as...

area: api-doctor

The mail apis now have examples sending mails as mime payloads. Examples include - https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http#example-4-send-a-new-message-using-mime-format - https://docs.microsoft.com/en-us/graph/api/message-forward?view=graph-rest-1.0&tabs=http#example-2-forward-a-message-using-mime-content Support for the snippet generator for this needs to be added for the...

area: snippets-generation
type: enhancement

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/838)

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.