azure-sdk-for-cpp/eng/common
Azure SDK Bot 96984bd204
Fix 50x errors while loading page links (#4001)
We have hit a few 50x errors while pulling a page to get
links and that has caused the rest of the link checking to
terminate early. To fix that we switching to LogError which will
output an error in devops instead of Write-Error which terminates
immediately. We also add some retry count to the page retrieval
and cache file retrieval to help with these transitent 50x issues.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2022-10-06 14:24:20 -07:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 3386 (#3733) 2022-06-14 10:47:25 -07:00
pipelines/templates Remove SkipDefaultCheckout parameter (#3930) 2022-09-14 16:39:10 -04:00
scripts Fix 50x errors while loading page links (#4001) 2022-10-06 14:24:20 -07:00
spelling Sync eng/common directory with azure-sdk-tools for PR 2352 (#3145) 2021-12-02 08:39:07 -08:00
testproxy Sync eng/common directory with azure-sdk-tools for PR 4315 (#3999) 2022-10-06 11:12:06 -07:00
TestResources Fix misleading step name in az module install (#3859) 2022-07-29 14:30:41 -07:00
InterdependencyGraph.html
README.md

Common Engineering System

Updates under this directory should only be made in the azure-sdk-tools repo as any changes under this directory outside of that repo will end up getting overwritten with future updates. For information about making updates see common engineering system docs