microsoft-graph-devx-content
microsoft-graph-devx-content copied to clipboard
Content used by the DevX API to enhance clients and tooling.
It seems that the least-privilege permission under the 'Application' scheme necessary for any operation on an application depends on whether it is addressed using its ID or its appID. (I'm...
It seems that permissions for the following endpoints are missing: - /me/calendar - /user/{id}/calendar
Related to https://github.com/microsoftgraph/microsoft-graph-devx-content/pull/405 Schema validation passes if an object has repeating properties the validation pipeline should validate this as well.
**Describe the bug** Missing permissions for `GET /groups/{group-id}/planner`. **To Reproduce** Steps to reproduce the behavior: 1. Go to Graph Explorer. 2. Use `GET /groups/{group-id}/planner` as the request URL 3. Click...
When adding users in bulk as in Example 2 (using AdditionalData) using Delegated Permissions, I get the following error ``` Code: Authorization_RequestDenied Message: Insufficient privileges to complete the operation. ```...
Translation of "Graph Explorer" to "Песочница Graph" is not consistent with Microsoft terminology at https://www.microsoft.com/en-us/language/Search?&searchTerm=Loading&langID=635&Source=true&productid=0. the better translation consistent with other Microsoft terminology would be: Исследователь Graph or Обозреватель Graph.
Hello, I just wanted to point there are some string inconsistencies in (https://github.com/microsoftgraph/microsoft-graph-devx-content/blob/4d30bded8ce5bf4912ab29bceb58155efb1586e9/permissions/permissions-descriptions.json) between admin and non-admin displaynames. Sometimes there are trailing spaces, or different symbols for the same character...
We should add the headers to: - [ ] count the guest users in your organization
Update the read.me content to include information on testing samples and permissions before committing