Skip to content

Commit 917827c

Browse files
committed
more updates
1 parent 83d8a47 commit 917827c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/ai/azure-ai-projects/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* New read-only property `content_hash` on `CodeConfiguration`, returning the SHA-256 hex digest of the uploaded code zip.
1212
* New evaluator generation job operations on `.beta.evaluators`: `create_generation_job`, `get_generation_job`, `list_generation_jobs`, `cancel_generation_job`, `delete_generation_job`.
1313
* New methods on `.beta.agents` sub-client for code-based hosted agents: `update_agent_from_code()`, `create_agent_version_from_code()`, `download_agent_version_code()`, `download_agent_code()`.
14-
* New enum `CodeDependencyResolution` with values `BUNDLED` and `REMOTE_BUILD`, controlling how package dependencies are resolved at deployment time.
1514

1615
### Breaking Changes
1716

sdk/ai/azure-ai-projects/azure/ai/projects/models/_patch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
[
5454
_AgentDefinitionOptInKeys.HOSTED_AGENTS_V1_PREVIEW.value,
5555
_AgentDefinitionOptInKeys.AGENT_ENDPOINT_V1_PREVIEW.value,
56+
_AgentDefinitionOptInKeys.CODE_AGENTS_V1_PREVIEW.value,
5657
]
5758
),
5859
}

sdk/ai/azure-ai-projects/tests/foundry_features_header/foundry_features_header_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"toolboxes": "Toolboxes=V1Preview",
4545
"skills": "Skills=V1Preview",
4646
"datasets": "DataGenerationJobs=V1Preview",
47-
"agents": "HostedAgents=V1Preview,AgentEndpoints=V1Preview",
47+
"agents": "HostedAgents=V1Preview,AgentEndpoints=V1Preview,CodeAgents=V1Preview",
4848
}
4949

5050
# Shared test cases for non-beta methods that optionally send the Foundry-Features header.

0 commit comments

Comments
 (0)