Skip to content

Commit 2f04620

Browse files
authored
Fix typos (Azure#29751)
1 parent a57d9ff commit 2f04620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
### Features Added
2929
- `EnvironmentCredential` now supports certificate subject name / issuer based authentication with `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN` environment variable (A community contribution, courtesy of _[trevorlacey-msft](https://github.com/trevorlacey-msft))_.
3030
- `ManagedIdentityCredential` now supports accepting a `ResourceIdentifier` argument to specify a User Assigned Managed Identity by resource Id rather than client Id. `DefaultAzureCredential` also supports this via the `ManagedIdentityResourceId` property of `DefaultAzureCredentialOptions`.
31-
- Added `ClientAssertionCredential` for authenticating service principals with a presigned client assetion.
31+
- Added `ClientAssertionCredential` for authenticating service principals with a presigned client assertion.
3232

3333
### Bugs Fixed
3434
- Fixed `AuthenticationFailedException` from `AzurePowerSheellCredential` when not logged in on non-windows platforms [#23498](https://github.com/Azure/azure-sdk-for-net/issues/23498)
@@ -63,7 +63,7 @@ Thank you to our developer community members who helped to make Azure Identity b
6363

6464
### Features Added
6565

66-
- `DefaultAzureCredentialOptions` now has a `InteractiveBrowserClientId` property which allows passing a ClientId value to the InteractiveBrowserCredential` when constructing a `DefaultAzureCredential`.
66+
- `DefaultAzureCredentialOptions` now has a `InteractiveBrowserClientId` property which allows passing a ClientId value to the `InteractiveBrowserCredential` when constructing a `DefaultAzureCredential`.
6767
- Implement `OnBehalfOfCredential` which enables authentication to Azure Active Directory using an On-Behalf-Of flow.
6868
- Added support to `ManagedIdentityCredential` for Azure hosts using federated token exchange for managed identity.
6969

0 commit comments

Comments
 (0)