Skip to content

Commit

Permalink
Update azidentity's BREAKING_CHANGES.md (Azure#23572)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Oct 29, 2024
1 parent c4e5619 commit d822f68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sdk/azidentity/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Breaking Changes

## v1.8.0

### New errors from `NewManagedIdentityCredential` in some environments

`NewManagedIdentityCredential` now returns an error when `ManagedIdentityCredentialOptions.ID` is set in a hosting environment whose managed identity API doesn't support user-assigned identities. `ManagedIdentityCredential.GetToken()` formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity. The affected hosting environments are:
* Azure Arc
* Azure ML (when a resource or object ID is specified; client IDs are supported)
* Cloud Shell
* Service Fabric

## v1.6.0

### Behavioral change to `DefaultAzureCredential` in IMDS managed identity scenarios
Expand Down

0 comments on commit d822f68

Please sign in to comment.