Andrew Omondi

Results 72 issues of Andrew Omondi

Taking a look at the reference CSDL for the `getDirectRoutingCalls` odata Function `fromDateTime` and `toDateTime` parameters are represented as DateTimeOffset values. ```xml ``` The resulting openApi is as follows. ```yaml...

Taking a look at the metadata for the `SourceType` enum in the graph metadata, there exists the `IsFlags` property which is set to true. ```xml ``` The `flags` attribute is...

blocked

The Microsoft Graph .NET SDK v5.0.0 is now available for [preview](https://www.nuget.org/packages/Microsoft.Graph/5.0.0-preview.1)! This updated version features many changes as the SDK is generated with [Kiota](https://microsoft.github.io/kiota/): You can go to the [upgrade...

The current compression handler for Microsoft graph is outlined in the spec at the link below https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/CompressionHandler.md This has two possible issues/notes - It outlines supports for `gzip` but other...

Csharp
TypeScript
Python
PHP
Java
hacktoberfest
CLI

Nothing may need to be done but we need to verify this is the behavior. - [ ] Different languages may result to different formats when dateTime values are placed...

enhancement
PHP

The [CountSegment ](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_AddressingtheCountofaCollection) isn't catered for requestBuilders in the SDK https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/875 [AB#7634](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7634)

enhancement
promote

Could we imagine removing those interfaces? they provide little value and create a lot of noise. And as we're already shipping a breaking change, now is our chance! _Originally posted...

breaking change

Due to previous issues with the graph surface size seen in https://github.com/microsoft/OpenAPI.NET/issues/866 the `ExpandDerivedTypesNavigationProperties` setting is currently disabled in generating the openAPI from the CSDL metadata. This however may lead...

how can we do that with SDK v5.0.0 ? ``` var driveItem = new DriveItem { Name = path, Folder = new Folder(), AdditionalData = new Dictionary() { { "@microsoft.graph.conflictBehavior",...

Bug: metadata
OpenApi

*Hi, From Microsoft Azure App Registration Portal: At the moment when I choose the following app type: App registrations - > (App Name) - Quickstart Then: Mobile and desktop application...