Skip to content

Commit d8315dc

Browse files
authored
Delete AzureApplicationCredential API in Azure Identity library (Azure#50624)
* Delete AzureApplicationCredential * Delete files
1 parent 8a3cf43 commit d8315dc

File tree

4 files changed

+2
-246
lines changed

4 files changed

+2
-246
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
- `ManagedIdentityCredential` throws `CredentialUnavailableException` when the IMDS endpoint is unavailable. This addresses a regression in how it behaves in the `ChainedTokenCredential` ([47057](https://github.com/Azure/azure-sdk-for-net/issues/47057)).
1212

1313
### Other Changes
14+
1415
- `VisualStudioCredential` throws `CredentialUnavailableException` for all failures except for OperationCancelledException due to cancellation being requested for a `CancellationToken`. This ensures that it falls through for most failures when part of a chained credential.
16+
- Removed `AzureApplicationCredential`. For context, see issue [49781](https://github.com/Azure/azure-sdk-for-net/issues/49781).
1517

1618
## 1.14.0 (2025-05-13)
1719

sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredential.cs

Lines changed: 0 additions & 77 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredentialOptions.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

sdk/identity/Azure.Identity/tests/AzureApplicationCredentialTests.cs

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)