Andrew Omondi

Results 100 issues of Andrew Omondi

### Microsoft.Identity.Web Library Microsoft.Identity.Web.Graph ### Microsoft.Identity.Web version 2.17.0 ### Web app Not Applicable ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description Taking a look at...

good first issue
Requirement-Graph-Sdk

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-dotnet/issues/2243 From the documentation at https://learn.microsoft.com/en-us/graph/api/directoryrole-list-members?view=graph-rest-1.0&tabs=http#example-2-get-the-members-of-a-directory-role-using-roletemplateid It should be possible to list the `members` of a `directoryRole` using id or using the `roleTemplateId` alternate key. ```http GET /directoryRoles/{role-id}/members...

type:enhancement
priority:p2
status:needs-discussion

ADO pipelines need to move to the compliant 1ES templates. Similar to these PRs - https://github.com/microsoft/OpenApi.ApiManifest/pull/70 - https://github.com/microsoft/kiota/pull/4137 - https://github.com/microsoftgraph/microsoft-graph-devx-api/pull/1797 We should start with the abstractions lib and then replicate...

P1

The upgrade guide to v5 needs a couple of enhancements - Information on the serialization/deserialization of the backedModels that using the backing store. - Information on `KiotaJsonSerializer`

Bug: documentation
Request: documentation
P2

To create a new table I can call ``` POST https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/tables/add Content-type: application/json { "address": "Sheet1!A1:D5", "hasHeaders": true } ``` In code I can call `await _graphServiceClient.Drives[driveId].Items[itemId].Workbook.Tables.PostAsync(WorkbookTable);` but `WorkbookTable` doesn't...

Bug: metadata
Kiota
OpenApi
v5

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-sdk-php/pull/1486)

Similar to https://github.com/microsoft/kiota/pull/4095 we need to add support for untyped content in request/response payloads. In summary, we need to - [ ] Add `UntypedNode` base type in the abstractions library...

enhancement
Python

Similar to https://github.com/microsoft/kiota/pull/4095 we need to add support for untyped content in request/response payloads. In summary, we need to - [ ] Add `UntypedNode` base type in the abstractions library...

enhancement
help wanted
Ruby

Similar to https://github.com/microsoft/kiota/pull/4095 we need to add support for untyped content in request/response payloads. In summary, we need to - [ ] Add `UntypedNode` base type in the abstractions library...

enhancement
PHP