microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Investigate Whether There Is Close Relationship Between Generated Docs Link and Actual Links In Generation Errors Logs
Currently, not all docs link in the generation error logs redirect to the correct page. This is owing to the fact that there didn't seem to be a direct correlation between test filename available per each available snippet and the actual link generated. On closer look however, there could be a pattern that emerges if this is further investigated, so as to increase the number of docs link in error messages that yield positive results in AzDO test summary tab.
Related to https://github.com/microsoftgraph/msgraph-sdk-raptor/issues/2925
Investigated a few links and below is a sample of actual vs generated docs link actual: https://learn.microsoft.com/en-us/graph/api/intune-devices-devicecategory-update?view=graph-rest-1.0&tabs=http generated: https://learn.microsoft.com/en-us/graph/api/intune-devices-devicecategory-update-update-devicecategory?view=graph-rest-1.0&tabs=java
actual: https://learn.microsoft.com/en-us/graph/api/rangeborder-list?view=graph-rest-1.0 generated: https://learn.microsoft.com/en-us/graph/api/get-rangebordercollection?view=graph-rest-1.0&tabs=java
Sample Docs link in DevXAPI