Skip to content

Commit 5a3a3d0

Browse files
authored
Add the comment about deprecation of hub-based projects. (Azure#41314)
* Add the comment about deprecation of hub-based projects. * Fix * Fix
1 parent 39b25e1 commit 5a3a3d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please see new samples and package README.md file.
1515

1616
* Azure AI Foundry Project endpoint is now required to construct the `AIProjectClient`. It has the form
1717
`https://<your-ai-services-account-name>.services.ai.azure.com/api/projects/<your-project-name>`. Find it in your AI Foundry Project
18-
Overview page. The factory method `from_connection_string` was removed.
18+
Overview page. The factory method `from_connection_string` was removed. Support for project connection string and hub-based projects has been discontinued. We recommend creating a new Azure AI Foundry resource utilizing project endpoint. If this is not possible, please pin the version of or pin the version of `azure-ai-projects` to `1.0.0b10` or earlier.
1919
* Agents are now implemented in a separate package `azure-ai-agents`. Continue using the ".agents" operations on the
2020
`AIProjectsClient` to create, run and delete agents, as before. However there have been some breaking changes in these operations.
2121
See [Agents package document and samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-agents) for more details.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ project_client = AIProjectClient.from_connection_string(
8989
)
9090
```
9191

92+
**Note:** Support for project connection string and hub-based projects has been discontinued. We recommend creating a new Azure AI Foundry resource utilizing project endpoint. If this is not possible, please pin the version of or pin the version of `azure-ai-projects` to `1.0.0b10` or earlier.
93+
9294
## Examples
9395

9496
### Performing Agent operations

0 commit comments

Comments
 (0)