MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

MSGraph SDK Code Generator

Results 55 MSGraph-SDK-Code-Generator issues
Sort by recently updated
recently updated
newest added

Hi Are there plans to support Go? Cheers [AB#7098](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7098)

request: feature
promote

**Describe the bug** I'm trying to invoke this endpoint here: https://docs.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&tabs=http It describes it as ``` POST /users/{id | userPrincipalName}/revokeSignInSessions ``` I'm invoking the c# client lib as such: ```csharp...

promote

## Summary Add shell generation steps to the pipeline ## Links to issues or work items this PR addresses ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/652)

## Summary This PR replaces references for missing Odata types with Custom types on the [microsoft-graph-php-core](https://github.com/microsoftgraph/microsoft-graph-php-core) repo ## Generated code differences See [#712](https://github.com/microsoftgraph/msgraph-sdk-php/pull/712) for detailed diff. ## Command line arguments...

Hello team, I run PHPStorm InspectCode on msgraph-sdk-php Reveal undefined class usage in some files. for example : - AccessReviewInactiveUsersQueryScope.php `Undefined class Duration` - AgedAccountsReceivable.php `Undefined class Decimal` - BookingWorkTimeSlot.php...

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#

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

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#

Composable function support needs to include request builders for both navigation properties and methods. PR 291 includes support for navigating from the results of a composable function. We need to...

promote
java

Hello team, I run PHPStorm InspectCode on msgraph-sdk-php for example src/Beta/Microsoft/Graph/Model/AppCatalog.php line 117 > 'RFC3339' was removed in 7.2 PHP version reveal that on 17 files other Model file. [PHP...