microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Services API for Graph Explorer
Update the logic for handling permissions descriptions and admin consent information to align with the new workflow: - **Primary Source:** Permissions descriptions should be read from the **new permissions JSON...
Based on the documentation [here](https://learn.microsoft.com/en-us/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0&tabs=http) and [here](https://learn.microsoft.com/en-us/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0&tabs=powershell), wrong PowerShell snippets have been provided for the documented http paths, ``/solutions/backupRestore/protectionUnits/microsoft.graph.driveProtectionUnit`` and ``/solutions/backupRestore/protectionUnits/microsoft.graph.siteProtectionUnit`` respectively. More information can be found on the PowerShell...
Ref at https://github.com/microsoftgraph/microsoft-graph-devx-api/blob/663f79c6b7486a04feab5cbf66561fd5d740d36f/OpenAPIService/PowershellFormatter.cs#L236 Related to https://github.com/microsoft/OpenAPI.NET.OData/issues/604 Given Path 1 as `/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule` with operationId as `users.user.calendars.calendar.getSchedule` Path 2 as `/users/{user-id}/calendar/microsoft.graph.getSchedule` with operationId as `users.user.calendar.getSchedule` The current PowershellFormatter will result in the...
**Is your feature request related to a problem? Please describe.** Contributors will sometimes misplace topics. For example, they'll place a resourcePageType topic in the `api` folder, rather than the `resources`...