Ramses Sanchez-Hernandez
Ramses Sanchez-Hernandez
We need to add the GraphServiceClient class, similar to that in the DotNet Service Library. https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/feature/5.0/src/Microsoft.Graph/GraphServiceClient.cs This class will Extend the BaseGraphServiceClient and implement the IBaseClient interface which can be...
Fixes # ### Changes proposed in this pull request - ### Other links -
Uses the Users open api doc. With a smaller lib size the android linting works without issue. Seems that the full size of the v1 library is causing the heap...
An issue was recently raised for the current Java sdk in which a user wanted to create a group while simultaneously posting to the '/directory/administrativeUnit/members' enpoint. The documentation states that...
The [instance attribute](https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0#instance-attributes) should be annotated as a queryParameter in the openApi doc that we use for SDK generation. At the current moment we are required to add the conflict...
We have at this moment decided to stick with Java 20 due to the current lack of support for Java LTS version 21, which released in September, among some of...
Type cast for `directory/federationConfigurations` at GET endpoint should be supported. Currently there is only the collection model for the base entity type. Derived types for the `configurations` should be available,...
Update OpenApi documents manually. Added directives to `Groups` and `SignIns` modules to remove cmdlet variants that are deprecated and nonfunctional. Added `Calendar` directive that applies a previously created naming pattern...
locally the directives would be skipped if segment didnt end in `|`
Split Weekly generation pipeline into two separate pipelines, one to retrieve openApi updates and individually build the modules, and a second pipeline to generate the comandMetadata which requires all modules...