Darrel

Results 511 comments of Darrel

This still seems to be an issue and is blocking this https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/1144

@millicentachieng See this issue https://github.com/microsoft/OpenAPI.NET/issues/1025

@millicentachieng OpenAPI.NET 1.4.4-preview1 is now out. Could you try the code that runs the OpenApiReferenceResolver after creating the OpenAPIDocument so that it is valid when returned? This will allow DevX...

> importing paths through the same workload names as listed in the ToC in our docs is great because it's consistent and allows easier lookup of docs for additional information...

Can you provide an example CSDL that causes the problem you are describing?

Thanks for the bug report. Unfortunately, the OpenAPI.NET library that does the parsing for Kiota doesn't support internal $refs to something that is not a component. ![image](https://user-images.githubusercontent.com/447694/196059954-314e0aa0-c264-4740-9ea5-3e2ae9383441.png) You would need...

If the primary goal is update tenant data, then the best option is to use the PowerShell cmdlet https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users/set-mguserphotocontent?view=graph-powershell-1.0 Graph Explorer is optimized for learning experiences.

@ElinorW You have to add the tenant query parameter to the URL e.g. ``` https://developer.microsoft-tst.com/en-us/graph/graph-explorer?tenant=tavis.ca ``` In order to test it you will need to go into a dev tenant...

The original intent was to use "sparkle" decorators in the existing UX to indicate changes to Graph that are context sensitive.