Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.63k stars 5.06k forks source link

Graph RBAC - Switch to MS Graph API #9879

Open jdelforno opened 4 years ago

jdelforno commented 4 years ago

Apologies if this is logged incorrectly, I'm a sysadmin with very little knowledge on how this all works.

https://github.com/Azure/azure-rest-api-specs/blob/master/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json

The above is making use of graph.windows.net, which is being deprecated.

To add, it's also missing a lot of new features / functions of Azure AD.

Is there a pathway to using the new Microsoft Graph API endpoint?

ErikElkins commented 4 years ago

There was an initial version of the OpenAPI definition in the following repo (very outdated). It could serve as a starting point?

https://github.com/microsoftgraph/microsoft-graph-openapi

jdelforno commented 4 years ago

I was able to extract the Graph API $metadata into the OpenAPI standard (Swagger 3.0 I guess?) however auto-rest failed to disgest it sadly.