github Azure/azure-sdk-for-go sdk/azidentity/v1.0.0

latest releases: sdk/resourcemanager/mongocluster/armmongocluster/v0.1.0, sdk/resourcemanager/oracledatabase/armoracledatabase/v1.0.0, sdk/internal/v1.9.1...
2 years ago

1.0.0 (2022-05-12)

Features Added

  • DefaultAzureCredential reads environment variable AZURE_CLIENT_ID for the
    client ID of a user-assigned managed identity
    (#17293)

Breaking Changes

  • Removed AuthorizationCodeCredential. Use InteractiveBrowserCredential instead
    to authenticate a user with the authorization code flow.
  • Instances of AuthenticationFailedError are now returned by pointer.
  • GetToken() returns azcore.AccessToken by value

Bugs Fixed

  • AzureCLICredential panics after receiving an unexpected error type
    (#17490)

Other Changes

  • GetToken() returns an error when the caller specifies no scope
  • Updated to the latest versions of golang.org/x/crypto, azcore and internal

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.