microsoft-graph-devx-api
                                
                                
                                
                                    microsoft-graph-devx-api copied to clipboard
                            
                            
                            
                        Services API for Graph Explorer
Using the following string "https://graph.microsoft.com/v1.0/users/48d31887-5fad-4d73-a9f5-3c356e68a038/directReports?$select=" I get only two auto complete options for select but there really should be more. This is likely an issue with openapi where we think...
[Open API] Navigation Properties that do not support Expand should not be part of the response model
Ideally we should remove all navigation properties that cannot be expanded. They are just cluttering up the model. This should actually be done in the OpenAPI generation step. [AB#6083](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/6083) Related...
- [x] #723 - [ ] Create a generic Graph power connector based on the current http power connector with authentication functionality - [x] #724 Semester Goal unclear [AB#10827](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10827)
In trying to copy and paste code snippets. For instance const options = { authProvider, }; const client = Client.init(options); let res = await client.api('/me/events/AAMkADY2Yzk0ZmJmLThmMjEtNDQ0YS05YWZhLTMyMzM3MzMyYTcyOQBGAAAAAAAOX8rHsxkYRqZEHoOnr2fZBwC7c8_JSsv-RKz0f16Ax1PeAAAAAAENAAC7c8_JSsv-RKz0f16Ax1PeAAAAZVggAAA=') .get(); If I then want...
Localized sample queries need to be ordered alphabetically with _Getting Started_ as the first category, then the rest follow alphabetically. In order to achieve this, a new property, _order_ in...
**Describe the bug** Issuing requests from GEv4 to /subscriptions does not populate any information under the "modify permissions" tab. This is a limitation as adding "Subscription.Read.All" will impact the behavior...
[AB#7014](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7014)
https://github.com/Azure/autorest/blob/master/docs/extensions/readme.md#x-ms-discriminator-value Should this go in OData.OpenApi reader? Or in OpenAPI.NET v3 -> v2 translation. Related to: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/19#
Providing the actual return type versus implicitly typing the variable would provide more value. There are business rules for determining the return type. For example, for collections, it is I*CollectionPage,...
Downloading the file using C# creates a stream which is IDisposable. I don't think the SDK disposes streams by itself (how would it know when the stream is not needed...