Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync eng/common directory with azure-sdk-tools for PR 7623 #22336

Merged
merged 1 commit into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. Fix issue in Verify-Link.ps1 after PS 7.4 update

    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.
    weshaggard authored and azure-sdk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    96cab51 View commit details
    Browse the repository at this point in the history