Skip to content

Commit c3c06b4

Browse files
committed
writing
1 parent 92bbca7 commit c3c06b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/machine-learning/reference-yaml-connection-ai-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: reference
1111

1212
author: Blackmist
1313
ms.author: larryfr
14-
ms.date: 05/09/2024
14+
ms.date: 08/29/2024
1515
ms.reviewer: ambadal
1616
---
1717

articles/machine-learning/reference-yaml-connection-ai-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: reference
1111

1212
author: Blackmist
1313
ms.author: larryfr
14-
ms.date: 08/21/2024
14+
ms.date: 08/29/2024
1515
ms.reviewer: ambadal
1616
---
1717

articles/machine-learning/reference-yaml-connection-azure-openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: reference
1111

1212
author: Blackmist
1313
ms.author: larryfr
14-
ms.date: 05/09/2024
14+
ms.date: 08/29/2024
1515
ms.reviewer: ambadal
1616
---
1717

@@ -32,7 +32,7 @@ ms.reviewer: ambadal
3232
| `type` | string | **Required.** The connection type. | `azure_open_ai` | `azure_open_ai` |
3333
| `is_shared` | boolean | `true` if the connection is shared across other projects in the hub; otherwise, `false`. | | `true` |
3434
| `endpoint` | string | **Required.** The URL of the endpoint. | | |
35-
| `api_key` | string | **Required.** The API key used to authenticate the connection. If not provided, a Microsoft Entra ID (credential-less authentication) connection is created. | | |
35+
| `api_key` | string | The API key used to authenticate the connection. If not provided, a Microsoft Entra ID (credential-less authentication) connection is created. | | |
3636
| `open_ai_resource_id` | string | **Required.** The fully qualified Azure resource ID of the Azure OpenAI resource. | | |
3737

3838

@@ -58,7 +58,7 @@ api_key: XXXXXXXXXXXXXXX
5858
```
5959
6060
61-
### YAML: credential-less
61+
### YAML: Microsoft Entra ID
6262
6363
```yml
6464
#AzureOpenAIConnection.yml

0 commit comments

Comments
 (0)