microsoft-graph-devx-api icon indicating copy to clipboard operation
microsoft-graph-devx-api copied to clipboard

Investigate Whether There Is Close Relationship Between Generated Docs Link and Actual Links In Generation Errors Logs

Open fey101 opened this issue 1 year ago • 0 comments

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 image

fey101 avatar Mar 27 '24 11:03 fey101