From 7e6db5277060009ae922a25a0cf9917372c92272 Mon Sep 17 00:00:00 2001 From: Bas Hendri Date: Thu, 6 Feb 2025 18:08:55 -0800 Subject: [PATCH] updates Face REST API landing version to v1.2 GA --- specification/ai/data-plane/Face/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/ai/data-plane/Face/readme.md b/specification/ai/data-plane/Face/readme.md index 7e24be1a59df..769de06b7617 100644 --- a/specification/ai/data-plane/Face/readme.md +++ b/specification/ai/data-plane/Face/readme.md @@ -4,11 +4,11 @@ Configuration for generating Face SDK. -The current release is `v1.2-preview.1`. +The current release is `v1.2`. ``` yaml -tag: v1.2-preview.1 +tag: v1.2 add-credentials: true openapi-type: data-plane ``` @@ -72,4 +72,4 @@ suppressions: - code: AvoidAnonymousParameter from: Face.json reason: Use anonymous parameter to provide interface with flatten parameters -``` \ No newline at end of file +```