You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/openapi-spec.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ work together, generate client code, create tests, apply design standards, and m
37
37
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
38
38
39
39
1. Check the OpenAPI spec for the following requirements:
40
+
1. Although not required by the OpenAPI spec, `operationId` is required for each function to be used with the OpenAPI tool.
40
41
1.`operationId` should only contain letters, `-` and `_`. You can modify it to meet the requirement. We recommend using descriptive name to help models efficiently decide which function to use.
Copy file name to clipboardExpand all lines: articles/ai-services/authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Let's quickly review the authentication headers available for use with Azure AI
32
32
| Header | Description |
33
33
|--------|-------------|
34
34
| Ocp-Apim-Subscription-Key | Use this header to authenticate with a resource key for a specific service or a multi-service resource key. |
35
-
| Ocp-Apim-Subscription-Region | This header is only required when using a multi-service resource key with the [Azure AI Translator service](./Translator/reference/v3-0-reference.md). Use this header to specify the resource region. |
35
+
| Ocp-Apim-Subscription-Region | This header is only required when using a multi-service resource key with the [Azure AI Translator service](translator/text-translation/reference/v3/reference.md). Use this header to specify the resource region. |
36
36
| Authorization | Use this header if you are using an access token. The steps to perform a token exchange are detailed in the following sections. The value provided follows this format: `Bearer <TOKEN>`. |
37
37
38
38
## Authenticate with a single-service resource key
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/batch-transcription-create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: eric-urban
7
7
ms.author: eur
8
8
ms.service: azure-ai-speech
9
9
ms.topic: how-to
10
-
ms.date: 9/12/2024
10
+
ms.date: 3/10/2025
11
11
zone_pivot_groups: speech-cli-rest
12
12
ms.custom: devx-track-csharp
13
13
# Customer intent: As a user who implements audio transcription, I want create transcriptions in bulk so that I don't have to submit audio content repeatedly.
0 commit comments