Millicent Achieng
Millicent Achieng
**Describe the bug** There is a double and at times triple vertical scroll bar on expanded modal **To Reproduce** Steps to reproduce the behavior: 1. Go to https://developer.microsoft.com/en-us/graph/graph-explorer 2. Click...
Closes #230 Example:
A schema can be annotated in one of the following two ways: **_Option 1_** ```xml … ``` **_Option 2_** ```xml … ``` The resulting `EdmModel` after parsing the CSDL does...
Implement this in samples, permissions, changes, tour steps and Open API services to prevent port exhaustion. Resources: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-7.0
We currently use various caching mechanisms within DevX API: MemoryCache, ConcurrentDictionary etc. Points to explore: - How frequent should we refresh cache? - Can multiple threads concurrently write to the...
Create a GitHub action that runs weekly to fetch permissions from the `/servicePrincipals` endpoint on Graph and update the permissions reference page.
If the properties of a resource are divided into multiple tables within a resource topic, API Doctor should be able to map all these properties to the resource for validation,...
Unable to handle the multipart form data when one of the parts is Json # Example ```http POST https://graph.microsoft.com/beta/sites/{id}/pages Content-type: multipart/form-data; boundary=MyPartBoundary198374 Content-Disposition: form-data; name="request" Content-Type: application/json { "@odata.type": "#microsoft.graph.newsLinkPage",...
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...