-
Notifications
You must be signed in to change notification settings - Fork 175
Comparing changes
Open a pull request
base repository: Azure/go-autorest
base: autorest/adal/v0.9.23
head repository: Azure/go-autorest
compare: autorest/adal/v0.9.24
- 9 commits
- 37 files changed
- 4 contributors
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2958ac - Browse repository at this point
Copy the full SHA c2958acView commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be633f7 - Browse repository at this point
Copy the full SHA be633f7View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3f8f8a - Browse repository at this point
Copy the full SHA d3f8f8aView commit details
Commits on Sep 5, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for df94ce5 - Browse repository at this point
Copy the full SHA df94ce5View commit details
Commits on Jan 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4210247 - Browse repository at this point
Copy the full SHA 4210247View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4956109 - Browse repository at this point
Copy the full SHA 4956109View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e2786c1 - Browse repository at this point
Copy the full SHA e2786c1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c0e21c - Browse repository at this point
Copy the full SHA 4c0e21cView commit details
Commits on May 30, 2024
-
Mark the adal module as deprecated (#731)
* Mark the adal module as deprecated Redirect to azidentity. * also deprecate auth module
Configuration menu - View commit details
-
Copy full SHA for f7ea664 - Browse repository at this point
Copy the full SHA f7ea664View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff autorest/adal/v0.9.23...autorest/adal/v0.9.24