Skip to content

Commit 03ad44f

Browse files
committed
updating support tables
1 parent 83d7f50 commit 03ad44f

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

articles/ai-foundry/agents/how-to/tools/azure-ai-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-ai-agent-service
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 7/28/2025
9+
ms.date: 08/07/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -36,9 +36,9 @@ You can have indexes without a specified search type. By default, the Azure AI S
3636

3737
## Usage support
3838

39-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
40-
|---------|---------|---------|---------|---------|---------|---------|
41-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
39+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | Java SDK | REST API | Basic agent setup | Standard agent setup |
40+
|---------|---------|---------|---------|---------|---------|---------|---------|
41+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
4242

4343
## Setup
4444

articles/ai-foundry/agents/how-to/tools/azure-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-ai-agent-service
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 04/15/2025
9+
ms.date: 08/07/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -44,9 +44,9 @@ You can find the template and code used here on [GitHub](https://github.com/Azur
4444

4545
## Usage support
4646

47-
|Azure AI foundry support | Python SDK | C# SDK | REST API | Basic agent setup | Standard agent setup |
48-
|---------|---------|---------|---------|---------|---------|
49-
| | ✔️ | | ✔️ | | ✔️ |
47+
|Azure AI foundry support | Python SDK | C# SDK | Java SDK | REST API | Basic agent setup | Standard agent setup |
48+
|---------|---------|---------|---------|---------|---------|---------|
49+
| | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
5050

5151
### Create Azure resources for local and cloud dev-test
5252

articles/ai-foundry/agents/how-to/tools/bing-grounding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 04/28/2025
9+
ms.date: 08/07/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -46,9 +46,9 @@ The authorization will happen between Grounding with Bing Search service and Azu
4646

4747
## Usage support
4848

49-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
50-
|---------|---------|---------|---------|---------|---------|---------|
51-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
49+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | Java SDK | REST API |Basic agent setup | Standard agent setup |
50+
|---------|---------|---------|---------|---------|---------|---------|---------|
51+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
5252

5353
## Setup
5454

articles/ai-foundry/agents/how-to/tools/code-interpreter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 06/30/2025
9+
ms.date: 08/07/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -27,9 +27,9 @@ We recommend using Agents with the latest models to take advantage of the new fe
2727

2828
## Usage support
2929

30-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
31-
|---------|---------|---------|---------|---------|---------|---------|
32-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
30+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | Java SDK | REST API | Basic agent setup | Standard agent setup |
31+
|---------|---------|---------|---------|---------|---------|---------|---------|
32+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
3333

3434
### Supported file types
3535

articles/ai-foundry/agents/how-to/tools/file-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ File search augments agents with knowledge from outside its model, such as propr
3535
> * Italy north
3636
> * Brazil south
3737
38-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
39-
|---------|---------|---------|---------|---------|---------|---------|
40-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | File upload only | File upload and using bring-your-own blob storage |
38+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | Java SDK | REST API | Basic agent setup | Standard agent setup |
39+
|---------|---------|---------|---------|---------|---------|---------|---------|
40+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | File upload only | File upload and using bring-your-own blob storage |
4141

4242
## Dependency on agent setup
4343

articles/ai-foundry/agents/how-to/tools/openapi-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 06/30/2025
9+
ms.date: 08/07/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -25,9 +25,9 @@ describing HTTP APIs. This allows people to understand how an API works, how a s
2525

2626
### Usage support
2727

28-
|Azure AI foundry support | Python SDK | C# SDK | REST API | Basic agent setup | Standard agent setup |
29-
|---------|---------|---------|---------|---------|---------|
30-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
28+
|Azure AI foundry support | Python SDK | C# SDK | Java SDK |REST API | Basic agent setup | Standard agent setup |
29+
|---------|---------|---------|---------|---------|---------|---------|
30+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
3131

3232
## Prerequisites
3333
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).

0 commit comments

Comments
 (0)