@azure/core-client 1.4.0-alpha.20220104.5 → 1.4.0-alpha.20220106.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # Release History
2
2
 
3
- ## 1.4.0 (Unreleased)
3
+ ## 1.4.0 (2022-01-06)
4
4
 
5
5
  ### Features Added
6
6
 
7
7
  - 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).
8
8
  - 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.
9
9
 
10
- ### Breaking Changes
11
-
12
10
  ### Bugs Fixed
13
11
 
14
- ### Other Changes
12
+ - Fixed a serializer issue with nested polymorphics. [PR #19455](https://github.com/Azure/azure-sdk-for-js/pull/19455)
15
13
 
16
14
  ## 1.3.3 (2021-12-02)
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.4.0-alpha.20220104.5",
3
+ "version": "1.4.0-alpha.20220106.3",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",