Skip to content
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/azure-sdk-for-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sdk/azcore/v1.6.0
Choose a base ref
...
head repository: Azure/azure-sdk-for-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sdk/azcore/v1.6.1
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on May 4, 2023

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

Commits on Jun 5, 2023

  1. Prep azcore v1.6.1 for release (#20961)

    * Retry policy will always clone the *http.Request (#20843)
    
    * Retry policy will always clone the *http.Request
    
    This ensures that the entirety of the request is restored on retries.
    
    * simplify test
    
    * Handle more error codes when an RP isn't registered (#20848)
    
    There's more than one error code returned from unregistered RPs.
    
    * Add another non-standard error code for RP registration (#20860)
    
    * Prep azcore v1.6.1 for release
    
    Cherry-picked the following commits.
    - a3b2c13
    - 889be58
    - 6879d7e
    jhendrixMSFT authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0243175 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fix populating module name in telemetry policy (#20967) (#20971)

    SDKs that contain one or more clients in sub-packages could have their
    module name incorrectly set in the telemetry string.
    jhendrixMSFT authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ee762d4 View commit details
    Browse the repository at this point in the history
Loading