microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Services API for Graph Explorer
How to this using the Java SDK? I do not see any exemple with Java. https://docs.microsoft.com/en-us/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 [AB#10555](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10555)
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Currently permissions response has a list of permissions, but there is no representation of combination of permissions for cases like below: ----- A combination of permissions is required to call...
https://devblogs.microsoft.com/dotnet/announcing-net-6/#file-io-improvements Remeasure the comparison mentioned below. _Originally posted by @zengin in https://github.com/microsoftgraph/microsoft-graph-devx-api/pull/326#r497705821_ cc: @baywet
Seems DevX expects `https://graphexplorerapi.azurewebsites.net/permissions?requesturl=/security/alerts&method=GET` and not `https://graphexplorerapi.azurewebsites.net/permissions?requesturl=security/alerts&method=GET` A leading forward slash is required. Can we report when this happens? Report to the caller that a leading slash is required?
As per https://docs.microsoft.com/en-us/graph/api/directory-deleteditems-restore?view=graph-rest-1.0&tabs=http Currently, **Restore-MgUser** calls **/users/{UserId}/microsoft.graph.restore** and (for a deleted user) this results in error: > Resource '{UserId}' does not exist or one of its queried reference-property objects are...
The key predicate used to access a single entity in a collection shouldn't contain the entity type name in the OpenAPI description. This is to help disambiguate the key property...
Current code generation for OpenAPI Languages need to process the snippet generation and code model for each language and this is done by the independent language generators. This means that...