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

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

area: autocomplete
type: enhancement

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

area: powershell
ADO to GitHub automation label
dependency: OpenAPI.NET.OData
priority: p3
dependency: metadata

- [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)

type: epic
NICKEL

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

area: snippets-generation
ADO to GitHub automation label
type: enhancement
area: javascript

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

type: feature
area: samples
area: graph-explorer
ADO to GitHub automation label

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

area: permissions
status: needs-discussion

[AB#7014](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7014)

type: bug
area: openapi
ADO to GitHub automation label

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#

area: openapi
area: powershell
type: investigation

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

area: snippets-generation
ADO to GitHub automation label
type: enhancement

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

area: snippets-generation
type: enhancement
area: c#