azure-sdk-for-cpp/eng/common
Azure SDK Bot 02882f9141
Fix issue in Verify-Link.ps1 after PS 7.4 update (#5314)
https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.4
- Add AllowInsecureRedirect switch to Web cmdlets (#18546)

That new option cause a new exception type that exposed
a bug where we assumed if InnerException property existed
that it was not null. This fix verifies that the property
is not null.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-02-02 11:27:55 -08:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 3386 (#3733) 2022-06-14 10:47:25 -07:00
pipelines Sync eng/common directory with azure-sdk-tools for PR 7451 (#5264) 2024-01-14 19:37:42 -08:00
scripts Fix issue in Verify-Link.ps1 after PS 7.4 update (#5314) 2024-02-02 11:27:55 -08:00
spelling update deps for spelling tool (#4807) 2023-07-19 13:15:26 -07:00
testproxy use merge instead of cherry-pick in merge-proxy-tags.ps1 (#5286) 2024-01-21 21:57:52 -08:00
TestResources Sync eng/common directory with azure-sdk-tools for PR 7584 (#5294) 2024-01-25 14:52:29 -08:00
InterdependencyGraph.html
README.md Sync eng/common directory with azure-sdk-tools for PR 1716 (#2467) 2021-06-21 12:18:52 -07:00

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