Skip to content

Commit 1b17177

Browse files
Merge pull request #2648 from aahill/agent-fix
removing rbac roles
2 parents 363b5b6 + 41bfc91 commit 1b17177

File tree

6 files changed

+2
-36
lines changed

6 files changed

+2
-36
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 12/11/2024
9+
ms.date: 01/30/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 1 addition & 7 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: 12/11/2024
9+
ms.date: 01/30/2025
1010
author: aahill
1111
ms.author: aahi
1212
zone_pivot_groups: selection-function-calling
@@ -22,12 +22,6 @@ Azure AI Agents supports function calling, which allows you to describe the stru
2222
> [!NOTE]
2323
> Runs expire ten minutes after creation. Be sure to submit your tool outputs before the expiration.
2424
25-
### Supported models
26-
27-
The [models page](../../concepts/model-region-support.md) contains the most up-to-date information on regions/models where Agents are supported.
28-
29-
To use all features of function calling including parallel functions, you need to use a model that was released after November 6, 2023.
30-
3125
::: zone-end
3226

3327
::: zone pivot="code-example"

articles/ai-services/agents/includes/quickstart-csharp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.date: 01/15/2025
1616
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
1717
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
1818

19-
[!INCLUDE [rbac-roles](rbac-roles.md)]
20-
2119
[!INCLUDE [bicep-setup](bicep-setup.md)]
2220

2321
## Configure and run an agent

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ ms.date: 11/13/2024
1818
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
1919
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2020

21-
[!INCLUDE [rbac-roles](rbac-roles.md)]
22-
2321
[!INCLUDE [bicep-setup](bicep-setup.md)]
2422

2523
## Configure and run an agent

articles/ai-services/agents/includes/quickstart-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ms.date: 11/13/2024
1717
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
1818
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
1919

20-
[!INCLUDE [rbac-roles](rbac-roles.md)]
21-
2220
[!INCLUDE [bicep-setup](bicep-setup.md)]
2321

2422
## Configure and run an agent

articles/ai-services/agents/includes/rbac-roles.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)