Skip to content

Commit cbc7752

Browse files
authored
Merge pull request #5717 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 0d7f6eb + bc43031 commit cbc7752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ project_endpoint = os.environ["PROJECT_ENDPOINT"] # Ensure the PROJECT_ENDPOINT
6565
project_client = AIProjectClient(
6666
endpoint=project_endpoint,
6767
credential=DefaultAzureCredential(), # Use Azure Default Credential for authentication
68-
api_version="latest",
6968
)
7069

7170
code_interpreter = CodeInterpreterTool()

0 commit comments

Comments
 (0)