Skip to content

Commit 887f21d

Browse files
authored
Merge pull request #2043 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 4f7d980 + a374a54 commit 887f21d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ ms.date: 11/13/2024
1313
## Prerequisites
1414

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16-
* [Python 3.13 or later](https://www.python.org/)
16+
* [Python 3.8 or later](https://www.python.org/)
1717
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
18+
* You may also require the **Cognitive Services OpenAI User** assigned to use the Azure AI Services resource.
1819
* 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.
1920

2021
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -96,4 +97,4 @@ with AIProjectClient.from_connection_string(
9697

9798
messages = client.beta.threads.messages.list(thread_id=thread.id)
9899
print(f"Messages: {messages}")
99-
```
100+
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/13/2024
1313
## Prerequisites
1414

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16-
* [Python 3.13 or later](https://www.python.org/)
16+
* [Python 3.8 or later](https://www.python.org/)
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

@@ -137,4 +137,4 @@ with project_client:
137137
# Delete the agent once done
138138
project_client.agents.delete_agent(agent.id)
139139
print("Deleted agent")
140-
```
140+
```

0 commit comments

Comments
 (0)