microsoft-graph-devx-api icon indicating copy to clipboard operation
microsoft-graph-devx-api copied to clipboard

Services API for Graph Explorer

Results 114 microsoft-graph-devx-api issues
Sort by recently updated
recently updated
newest added

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)

type: bug
area: snippets-generation
area: java

**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...

type: feature
NICKEL

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...

area: permissions
type: enhancement

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

type: investigation

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?

area: permissions
type: enhancement

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...

type: bug
area: openapi
dependency: OpenAPI.NET.OData

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...

area: openapi
area: powershell
type: enhancement

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...

area: snippets-generation
type: enhancement