Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/go-autorest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: autorest/adal/v0.9.23
Choose a base ref
...
head repository: Azure/go-autorest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: autorest/adal/v0.9.24
Choose a head ref
  • 9 commits
  • 37 files changed
  • 4 contributors

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c2958ac View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. io/ioutil deprecated (#724)

    testwill authored May 30, 2023
    Configuration menu
    Copy the full SHA
    be633f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    d3f8f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Stop retriable request from adding a non-nil Body (#726)

    When azure is responding with an error the retriable request that is generated ends up getting a non nil noOpcloser added to it with a reader interface. Ultimately this ends up sending a GET request to Azure that has a post body. As the http spec says that the body SHOULD be ignored this is not a critical error, but for people using custom transports this is problematic. It's also sending unessecary bytes.
    chrisst authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    df94ce5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
    - [Commits](golang/crypto@v0.6.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4210247 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
    - [Commits](golang/crypto@v0.6.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joel Hendrix <[email protected]>
    dependabot[bot] and jhendrixMSFT authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4956109 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (

    …#729)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
    - [Commits](golang/crypto@v0.6.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joel Hendrix <[email protected]>
    dependabot[bot] and jhendrixMSFT authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e2786c1 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#…

    …730)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
    - [Commits](golang/crypto@v0.6.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joel Hendrix <[email protected]>
    dependabot[bot] and jhendrixMSFT authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4c0e21c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Mark the adal module as deprecated (#731)

    * Mark the adal module as deprecated
    
    Redirect to azidentity.
    
    * also deprecate auth module
    jhendrixMSFT authored May 30, 2024
    Configuration menu
    Copy the full SHA
    f7ea664 View commit details
    Browse the repository at this point in the history
Loading