Mustafa Zengin

Results 19 issues of Mustafa Zengin

We show short snippets in the "Code Snippets" tab, but they assume some dependencies and import/using statements and it takes quite some time to follow the links to get to...

type:feature
Area: Code snippets

I ran into the following GitHub action and thought that it might be a useful addition to type summary for reviewing generated code: https://github.com/marketplace/actions/changed-files cc: @baywet @MIchaelMainer

Request: enhancement

We do not generate navigation properties for complex types. Example: https://docs.microsoft.com/en-us/graph/api/b2xidentityuserflow-put-apiconnectorconfiguration?view=graph-rest-1.0&tabs=csharp%2Chttp#request ```csharp GraphServiceClient graphClient = new GraphServiceClient( authProvider ); await graphClient.Identity.B2xUserFlows["{b2xIdentityUserFlow-id}"].PostFederationSignup.Reference .Request() .PutAsync("{id}"); ``` ```xml ``` [AB#9491](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/9491)

Request: enhancement
P1
Kiota

This is to support C# snippet generation for the following HTTP snippet: https://docs.microsoft.com/en-us/graph/api/teamsapp-update?view=graph-rest-1.0&tabs=http#request ```http PUT https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/06805b9e-77e3-4b93-ac81-525eb87513b8 Content-type: application/zip Content-length: 244 [Zip file containing a Teams app package] ``` We need...

Request: enhancement
Kiota

needs to check commit hashes, not release time to determine whether there are new commits

ToTriage

Metadata has `add` and `remove` actions defined on a collection of microsoft.graph.site. It looks like we don't support generating methods for actions defined on collections. ``` ``` Example Requests: https://docs.microsoft.com/en-us/graph/api/site-follow?view=graph-rest-1.0&tabs=csharp#request...

priority: 1 (#5319e7)
promote
c#

There is no generated code available to support: ```http DELETE /groups/{id}/acceptedSenders/$ref?$id=https://graph.microsoft.com/v1.0/users/{user-id} ``` https://docs.microsoft.com/en-us/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0&tabs=csharp [AB#8405](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8405)

ToTriage
c#

Related #513 - Reuse PowerShell scripts used in generation pipelines to copy from generation output folder to the corresponding SDK project. - Current `launch.json` for Java points to the SDK...

Test data is currently reviewed manually, but it is possible to miss edge cases. See an example in #493 This can be achieved by checking out the corresponding sdk repo...

ToTriage

See https://github.com/microsoftgraph/microsoft-graph-docs/pull/11538 for an example fix of this problem. This causes our generated code comments to look weird. [AB#8011](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8011)

ToTriage