Skip to content

Commit c83ce28

Browse files
authored
Merge pull request #3829 from aahill/fabric-doc-2
[SCOPED] Freshness
2 parents f999c84 + 474fdb2 commit c83ce28

13 files changed

+9
-42
lines changed

articles/ai-services/cognitive-services-container-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aahill
66
manager: nitinme
77
ms.service: azure-ai-services
88
ms.topic: overview
9-
ms.date: 09/25/2024
9+
ms.date: 03/31/2025
1010
ms.author: aahi
1111
keywords: on-premises, Docker, container, Kubernetes
1212
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.

articles/ai-services/openai/assistants-reference-messages.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's Python & REST API messages with Ass
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: reference
8-
ms.date: 02/27/2025
8+
ms.date: 03/31/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false
@@ -14,8 +14,6 @@ ms.custom: devx-track-python
1414

1515
# Assistants API (Preview) messages reference
1616

17-
[!INCLUDE [Assistants v2 note](includes/assistants-v2-note.md)]
18-
1917
This article provides reference documentation for Python and REST for the new Assistants API (Preview). More in-depth step-by-step guidance is provided in the [getting started guide](./how-to/assistant.md).
2018

2119
## Create message

articles/ai-services/openai/assistants-reference-runs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's Python & REST API runs with Assista
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: reference
8-
ms.date: 09/17/2024
8+
ms.date: 03/31/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false
@@ -14,8 +14,6 @@ ms.custom: devx-track-python
1414

1515
# Assistants API (Preview) runs reference
1616

17-
[!INCLUDE [Assistants v2 note](includes/assistants-v2-note.md)]
18-
1917
This article provides reference documentation for Python and REST for the new Assistants API (Preview). More in-depth step-by-step guidance is provided in the [getting started guide](./how-to/assistant.md).
2018

2119
## Create run

articles/ai-services/openai/assistants-reference-threads.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's Python & REST API threads with Assi
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: reference
8-
ms.date: 02/27/2025
8+
ms.date: 03/31/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false
@@ -14,8 +14,6 @@ ms.custom: devx-track-python
1414

1515
# Assistants API (Preview) threads reference
1616

17-
[!INCLUDE [Assistants v2 note](includes/assistants-v2-note.md)]
18-
1917
This article provides reference documentation for Python and REST for the new Assistants API (Preview). More in-depth step-by-step guidance is provided in the [getting started guide](./how-to/assistant.md).
2018

2119
## Create a thread

articles/ai-services/openai/assistants-reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.custom: devx-track-python
1414

1515
# Assistants API (Preview) reference
1616

17-
18-
[!INCLUDE [Assistants v2 note](includes/assistants-v2-note.md)]
19-
2017
This article provides reference documentation for Python and REST for the new Assistants API (Preview). More in-depth step-by-step guidance is provided in the [getting started guide](./how-to/assistant.md).
2118

2219
## Create an assistant

articles/ai-services/openai/how-to/assistant-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 09/04/2024
9+
ms.date: 03/31/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false
@@ -17,8 +17,6 @@ recommendations: false
1717

1818
The Assistants API supports function calling, which allows you to describe the structure of functions to an Assistant and then return the functions that need to be called along with their arguments.
1919

20-
[!INCLUDE [Assistants v2 note](../includes/assistants-v2-note.md)]
21-
2220
## Function calling support
2321

2422
### Supported models

articles/ai-services/openai/how-to/assistant.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ recommendations: false
1818

1919
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions. In this article, we provide an in-depth walkthrough of getting started with the Assistants API.
2020

21-
[!INCLUDE [Assistants v2 note](../includes/assistants-v2-note.md)]
22-
2321
## Assistants support
2422

2523
### Region, model, and API support

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Code Interpreter allows the Assistants API to write and run Python code in a san
2020
> [!IMPORTANT]
2121
> Code Interpreter has [additional charges](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) beyond the token based fees for Azure OpenAI usage. If your Assistant calls Code Interpreter simultaneously in two different threads, two code interpreter sessions are created. Each session is active by default for one hour.
2222
23-
[!INCLUDE [Assistants v2 note](../includes/assistants-v2-note.md)]
24-
2523
## Code interpreter support
2624

2725
### Supported models

articles/ai-services/openai/how-to/file-search.md

Lines changed: 1 addition & 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-openai
88
ms.topic: how-to
9-
ms.date: 01/28/2025
9+
ms.date: 03/31/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false
@@ -19,9 +19,6 @@ File Search augments the Assistant with knowledge from outside its model, such a
1919
> [!IMPORTANT]
2020
> * File search has [additional charges](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) beyond the token based fees for Azure OpenAI usage.
2121
22-
23-
[!INCLUDE [Assistants v2 note](../includes/assistants-v2-note.md)]
24-
2522
## File search support
2623

2724
### Supported regions

articles/ai-services/openai/how-to/on-your-data-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.topic: how-to
88
author: aahill
99
ms.author: aahi
10-
ms.date: 12/03/2024
10+
ms.date: 03/31/2025
1111
recommendations: false
1212
---
1313

@@ -16,7 +16,7 @@ recommendations: false
1616
> [!NOTE]
1717
> As of June 2024, the application form for the Microsoft managed private endpoint to Azure AI Search is no longer needed.
1818
>
19-
> The managed private endpoint will be deleted from the Microsoft managed virtual network at July 2025. If you have already provisioned a managed private endpoint through the application process before June 2024, enable [Azure AI Search trusted service](#enable-trusted-service-1) as early as possible to avoid service disruption.
19+
> The managed private endpoint will be deleted from the Microsoft managed virtual network in July 2025. If you have already provisioned a managed private endpoint through the application process before June 2024, enable [Azure AI Search trusted service](#enable-trusted-service-1) as early as possible to avoid service disruption.
2020
2121
Use this article to learn how to configure networking and access when using Azure OpenAI On Your Data with Microsoft Entra ID role-based access control, virtual networks, and private endpoints.
2222

0 commit comments

Comments
 (0)