-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
- Package Name: azure.ai.projects
- Package Version:
- Operating System:
- Python Version: 3.13
Describe the bug
The Index operation is unable to delete the 'Project Indexes' in a standard Agent setup.
To Reproduce
Steps to reproduce the behavior:
A Standard Agent Setup in Azure AI Foundry Project.
Note : This is NOT a hub based project but the Standalone project with Standard BYO setup.
-Create an Agent in a standard setup (Not the hub based project but the standalone project)
-Add knowledge using an Azure AI Search Index (This is an external azure ai search service)
- Project Index gets created .
- Now to delete any Project Index we used the sdk as from the AI Foundry Portal we could not find the option.
Expected behavior
The project index (alias/pointer/wrapper/) gets deleted from the Project and cannot be further found in the list of existing indexes
Screenshots
The below does not delete the indexes while it can list and show the versions fine.
Additional context
Add any other context about the problem here.