This commit is contained in:
Wes Haggard 2024-11-05 09:23:18 -08:00 коммит произвёл GitHub
Родитель fea5d99aad
Коммит 021396d561
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -905,7 +905,7 @@ entries:
#### Features Added
- This release adds support by default for CP1 client capabilities, enabling all credentials to respond to claims challenges that occur due to insufficient claims. Claims challenges, for example, can occur due to requirements of [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and [Conditional Access authentication context](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/granular-conditional-access-for-sensitive-data-and-actions/ba-p/1751775). You may optionally disable this behavior by setting the environment variable `AZURE_IDENTITY_DISABLE_CP1` (to any value). You can read more about client capabilities, CAE, and Conditional Access on [the Microsoft Documentation](https://docs.microsoft.com/azure/active-directory/develop/claims-challenge).
- This release adds support by default for CP1 client capabilities, enabling all credentials to respond to claims challenges that occur due to insufficient claims. Claims challenges, for example, can occur due to requirements of [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and Conditional Access authentication context. You may optionally disable this behavior by setting the environment variable `AZURE_IDENTITY_DISABLE_CP1` (to any value). You can read more about client capabilities, CAE, and Conditional Access on [the Microsoft Documentation](https://docs.microsoft.com/azure/active-directory/develop/claims-challenge).
- `ChainedTokenCredential` and `DefaultAzureCredential` now expose a property named `selectedCredential`, which will store the selected credential once any of the available credentials succeeds.
- Implementation of `ApplicationCredential` for use by applications which call into Microsoft Graph APIs and which have issues using `DefaultAzureCredential`. This credential is based on `EnvironmentCredential` and `ManagedIdentityCredential`.

Просмотреть файл

@ -269,7 +269,7 @@ entries:
Identity v2 enables:
- Support for claims challenges resulting from [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and [Conditional Access authentication context](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/granular-conditional-access-for-sensitive-data-and-actions/ba-p/1751775).
- Support for claims challenges resulting from [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and Conditional Access authentication context.
- By default, credentials of Identity v2 will produce tokens that can be used to trigger the challenge authentication flows. After these tokens expire, the next HTTP requests to Azure will fail, but the response will contain information to re-authenticate.
- To disable this behavior, set the environment variable `AZURE_IDENTITY_DISABLE_CP1` to any value. For more about claims challenges, see [Claims challenges, claims requests, and client capabilities](https://docs.microsoft.com/azure/active-directory/develop/claims-challenge).
- Support for multi-tenant authentication on all credentials except `ManagedIdentityCredential`.

Просмотреть файл

@ -164,7 +164,7 @@ entries:
ChangelogContent: |-
#### Bugs Fixed
- Fixed a bug that caused [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and [Conditional Access authentication context](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/granular-conditional-access-for-sensitive-data-and-actions/ba-p/1751775) authentication to fail with newer versions of MSAL.
- Fixed a bug that caused [Continuous Access Enforcement (CAE)](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation) and Conditional Access authentication context authentication to fail with newer versions of MSAL.
#### Features Added

Просмотреть файл

@ -674,7 +674,7 @@
"durabletask-azure-functions","com.microsoft","1.0.1","","Durable Functions - Java Library","Functions","https://github.com/microsoft/durabletask-java","NA","NA","client","false","","","","","","","","","azure-functions","",""
"elastic-db-tools","com.microsoft.azure","1.1.0","","Elastic Database Tools","SQL Database","NA","NA","NA","client","false","","","","","","true","","","","",""
"azure-cognitiveservices-entitysearch","com.microsoft.azure.cognitiveservices","1.0.2","","Entity Search","Entity Search","https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cognitiveservices/ms-azure-cs-entitysearch","NA","NA","client","false","","","","maintenance","","","","","","",""
"azure-eventgrid","com.microsoft.azure","1.4.0","","Event Grid","Event Grid","https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventgrid/microsoft-azure-eventgrid","NA","NA","client","false","","","","deprecated","3/31/2023","","com.azure/azure-messaging-eventgrid","NA","azure-event-grid","",""
"azure-eventgrid","com.microsoft.azure","1.4.0","","Event Grid","Event Grid","https://github.com/Azure/azure-sdk-for-java/tree/a8f507f9aec14d3fa625c34ad7bf6e2576b70ecc/sdk/eventgrid/microsoft-azure-eventgrid","NA","NA","client","false","","","","deprecated","3/31/2023","","com.azure/azure-messaging-eventgrid","NA","azure-event-grid","",""
"azure-eventhubs","com.microsoft.azure","3.3.0","","Event Hubs","Event Hubs","https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventhubs/microsoft-azure-eventhubs","NA","","client","false","","","","deprecated","12/31/2025","","com.azure/azure-messaging-eventhubs","https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/migration-guide.md","azure-event-hubs","",""
"azure-eventhubs-databricks_2.11","com.microsoft.azure","3.4.0","","Event Hubs - Databricks","Event Hubs","NA","NA","NA","client","false","","","","","","","","","","",""
"azure-eventhubs-eph","com.microsoft.azure","3.3.0","","Event Hubs - Event Processor","Event Hubs","https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventhubs/microsoft-azure-eventhubs-eph","NA","","client","false","","","","deprecated","12/31/2025","","azure-messaging-eventhubs, azure-messaging-eventhubs-checkpointstore-blob","NA","azure-event-hubs","",""

1 Package GroupId VersionGA VersionPreview DisplayName ServiceName RepoPath MSDocs GHDocs Type New PlannedVersions LatestGADate FirstGADate Support EOLDate Hide Replace ReplaceGuide MSDocService ServiceId Notes
674 durabletask-azure-functions com.microsoft 1.0.1 Durable Functions - Java Library Functions https://github.com/microsoft/durabletask-java NA NA client false azure-functions
675 elastic-db-tools com.microsoft.azure 1.1.0 Elastic Database Tools SQL Database NA NA NA client false true
676 azure-cognitiveservices-entitysearch com.microsoft.azure.cognitiveservices 1.0.2 Entity Search Entity Search https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cognitiveservices/ms-azure-cs-entitysearch NA NA client false maintenance
677 azure-eventgrid com.microsoft.azure 1.4.0 Event Grid Event Grid https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventgrid/microsoft-azure-eventgrid https://github.com/Azure/azure-sdk-for-java/tree/a8f507f9aec14d3fa625c34ad7bf6e2576b70ecc/sdk/eventgrid/microsoft-azure-eventgrid NA NA client false deprecated 3/31/2023 com.azure/azure-messaging-eventgrid NA azure-event-grid
678 azure-eventhubs com.microsoft.azure 3.3.0 Event Hubs Event Hubs https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventhubs/microsoft-azure-eventhubs NA client false deprecated 12/31/2025 com.azure/azure-messaging-eventhubs https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/migration-guide.md azure-event-hubs
679 azure-eventhubs-databricks_2.11 com.microsoft.azure 3.4.0 Event Hubs - Databricks Event Hubs NA NA NA client false
680 azure-eventhubs-eph com.microsoft.azure 3.3.0 Event Hubs - Event Processor Event Hubs https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/eventhubs/microsoft-azure-eventhubs-eph NA client false deprecated 12/31/2025 azure-messaging-eventhubs, azure-messaging-eventhubs-checkpointstore-blob NA azure-event-hubs