From 53d207f35bbd5652b960dd6c3e1ee7b7ddb3831c Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Mon, 29 Nov 2021 10:23:19 -0800 Subject: [PATCH 1/2] Update Changelog to include query param check --- sdk/core/core-client/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/core/core-client/CHANGELOG.md b/sdk/core/core-client/CHANGELOG.md index 4ee3a7cd1cc6..7b21052399b1 100644 --- a/sdk/core/core-client/CHANGELOG.md +++ b/sdk/core/core-client/CHANGELOG.md @@ -5,12 +5,14 @@ ### Features Added - Added a new function `authorizeRequestOnClaimChallenge`, that can be used with the `@azure/core-rest-pipeline`'s `bearerTokenAuthenticationPolicy` to support [Continuous Access Evaluation (CAE) challenges](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation). - - Call the `bearerTokenAuthenticationPolicy` with the following options: `bearerTokenAuthenticationPolicy({ authorizeRequestOnChallenge: authorizeRequestOnClaimChallenge })`. Once provided, the `bearerTokenAuthenticationPolicy` policy will internally handle Continuous Access Evaluation (CAE) challenges. When it can't complete a challenge it will return the 401 (unauthorized) response from ARM. +- Call the `bearerTokenAuthenticationPolicy` with the following options: `bearerTokenAuthenticationPolicy({ authorizeRequestOnChallenge: authorizeRequestOnClaimChallenge })`. Once provided, the `bearerTokenAuthenticationPolicy` policy will internally handle Continuous Access Evaluation (CAE) challenges. When it can't complete a challenge it will return the 401 (unauthorized) response from ARM. ### Breaking Changes ### Bugs Fixed +- Added a check to handle undefined value during the parsing of query parameters. Please refer [PR #18621](https://github.com/Azure/azure-sdk-for-js/pull/18621) for further details. + ### Other Changes ## 1.3.2 (2021-10-25) From b69a493a0796494756fc4b521a7607946de84c18 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Mon, 29 Nov 2021 11:21:26 -0800 Subject: [PATCH 2/2] Update sdk/core/core-client/CHANGELOG.md Co-authored-by: Deyaaeldeen Almahallawi --- sdk/core/core-client/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/core-client/CHANGELOG.md b/sdk/core/core-client/CHANGELOG.md index 7b21052399b1..062b8b342998 100644 --- a/sdk/core/core-client/CHANGELOG.md +++ b/sdk/core/core-client/CHANGELOG.md @@ -11,7 +11,7 @@ ### Bugs Fixed -- Added a check to handle undefined value during the parsing of query parameters. Please refer [PR #18621](https://github.com/Azure/azure-sdk-for-js/pull/18621) for further details. +- Added a check to handle undefined value during the parsing of query parameters. Please refer to [PR #18621](https://github.com/Azure/azure-sdk-for-js/pull/18621) for further details. ### Other Changes