Andrew Omondi

Results 100 issues of Andrew Omondi

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...

enhancement

### Is your feature request related to a problem? Please describe the problem. Capture regressions in a consistent fashion much earlier. ### Client library/SDK language None ### Describe the solution...

type:feature
type:investigation

Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2465 `getM365AppPlatformUserCounts` and related report root functions are missing the $format query option thus generated SDK do not have the relevan query parameters. References - https://learn.microsoft.com/en-us/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0&tabs=http - https://learn.microsoft.com/en-us/graph/api/reportroot-getm365appuserdetail?view=graph-rest-1.0&tabs=http...

ToTriage

1. A path to add category references - https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories/$ref 2. A path to add a category via the `mobileApps` - POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories 3. A path to delete a category via...

metadata-issue
priority:p2
ToTriage

The `graph.Json` type is used to model untyped Json data that could be of any typed. This leads it to being converted to an object type `microsoft.graph.json` which is not...

Area: OpenAPI
Area: odata-to-openapi
priority:p0
ToTriage

Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2358 The path `user/calendarView` has $expand parameter while the `calendar/calendarView` does not. We will need to update the transform here to add this to the case. https://github.com/microsoftgraph/msgraph-metadata/blob/87ac5593b0726bf9be0633c28d164c8bc54a9fd5/transforms/csdl/preprocess_csdl.xsl#L2022

ToTriage

Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2299 According to the documentation at the link below, $expand is supported by the path above. https://learn.microsoft.com/en-us/graph/api/message-delta?view=graph-rest-1.0&tabs=http#odata-query-parameters

ToTriage

SearchHit and SearchQuery have properties beginning with an underscore against conventions. ```xml ``` Its important to note that these properties have been marked deprecated for now and no action may...

priority:p2

Related to https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/8908#event-11218791783 Snippets and SDK methods are missing on the page as the path is missing from the openApi metadata. ReadRestrictions would need to be added to the structural...

ToTriage

Related to https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/731 BulkUpload is missing Post or PostAsync method as described in the docs here: https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationjob-post-bulkupload?view=graph-rest-beta&tabs=http

metadata-issue
priority:p2
Area: SDK
ToTriage