Skip to content

Commit ca02d89

Browse files
author
SDKAuto
committed
CodeGen from PR 3638 in test-repo-billy/azure-rest-api-specs
Merge 2811e2b63d22261922f28a2dc5bbb8359cc59d20 into 535377f6ef91e9d847bbee77d55871eb8b37b7b2
1 parent bc6d2f2 commit ca02d89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+96
-2881
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,7 @@
11
# Release History
2-
3-
## 1.0.0-beta.3 (2025-02-03)
4-
5-
### Breaking Changes
6-
7-
- Added support for latest Detect Liveness Session API
8-
- Revised the naming of the liveness session operation paths.
9-
- Revised the response schema of the liveness session operations.
10-
- Removed the `audit` and `list` liveness session operations as they are not supported in the v1.2 versions of the API.
11-
- Revise the `CreateLivenessWithVerify` session call request schema to remove the `Parameters` JSON body and replace with individual parameters instead.
12-
- Removed Person Directory APIs as they are not GAed.
13-
14-
## 1.0.0-beta.2 (2024-10-14)
15-
16-
This library now supports the Azure AI Face v1.2-preview.1 API.
17-
18-
### Features Added
19-
20-
- Added support for latest Detect Liveness Session API
21-
- New face detection operation: [Detect From Session Image Id](https://learn.microsoft.com/rest/api/face/face-detection-operations/detect-from-session-image-id?view=rest-face-v1.2-preview.1) using `DetectFromSessionImageIdParameters`.
22-
- New liveness session operation: [Get Session Image](https://learn.microsoft.com/rest/api/face/liveness-session-operations/get-session-image?view=rest-face-v1.2-preview.1).
23-
- New properties `enableSessionImage?: boolean`, `livenessSingleModalModel?: LivenessModel` to `CreateLivenessSessionContent`.
24-
- New model `CreateLivenessWithVerifySessionJsonContent` for liveness session operations [Create Liveness With Verify Session](https://learn.microsoft.com/rest/api/face/liveness-session-operations/create-liveness-with-verify-session?view=rest-face-v1.2-preview.1) and [Create Liveness With Verify Session With Verify Image](https://learn.microsoft.com/rest/api/face/liveness-session-operations/create-liveness-with-verify-session-with-verify-image?view=rest-face-v1.2-preview.1).
25-
26-
## 1.0.0-beta.1 (2024-05-23)
27-
28-
This is the first preview of the Azure Face Service client library `@azure-rest/ai-vision-face` that follows the [TypeScript Azure SDK Design Guidelines](https://azure.github.io/azure-sdk/typescript_introduction.html).
29-
This library replaces the package [@azure/cognitiveservices-face](https://www.npmjs.com/package/@azure/cognitiveservices-face).
30-
31-
This package's [documentation](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/face/ai-vision-face-rest/README.md) and [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/face/ai-vision-face-rest/samples) demonstrate the new API.
2+
3+
## 1.0.0 (2025-03-14)
324

335
### Features Added
346

35-
These are the new features not supported by the old package [@azure/cognitiveservices-face](https://www.npmjs.com/package/@azure/cognitiveservices-face).
36-
37-
- Added support for Liveness Detection.
38-
- Added support for `Person` and `DynamicPersonGroup` operations.
39-
- Added support for face recognition with `PersonDirectory` by passing `IdentifyFromPersonDirectoryParameters` or `IdentifyFromDynamicPersonGroupParameters` to `/identify`.
40-
- Added support for authentication with Microsoft Entra ID using `DefaultAzureCredential` from `@azure/identity`.
41-
42-
### Breaking Changes
43-
44-
- This library supports only the Azure AI Face v1.1-preview.1 API, whose data models are not compatible with the v1.0 API used by [@azure/cognitiveservices-face](https://www.npmjs.com/package/@azure/cognitiveservices-face).
45-
- This library follows the design of [REST client](https://devblogs.microsoft.com/azure-sdk/azure-rest-libraries-for-javascript/), which is essentially different from [@azure/cognitiveservices-face](https://www.npmjs.com/package/@azure/cognitiveservices-face).
46-
- The Snapshot operations are all removed as [the Snapshot API is no longer supported](https://azure.microsoft.com/updates/facelimitedaccess/).
7+
The package of @azure-rest/ai-vision-face is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).

sdk/face/ai-vision-face-rest/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)