-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
- Package Name: azure-search-documents
- Package Version: 11.6.0
- Operating System: linux
- Python Version: 3.14.2
Describe the bug
The JSON created for indexes, indexers, skillsets, and datasources in the Azure Portal for AI Search does not match the JSON required by the AI Search Documents SDK (https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents). This is problematic because when using the Azure Portal as the IDE for creating indexes, indexers, skillsets, and dataources, we cannot simply add the JSON produced by the Azure Portal AI Search resource into our pipeline to promote to the TST/STG/PRD environments without having to alter the component definition first.
To Reproduce
Steps to reproduce the behavior:
- Create AI Search Indexer using Azure Portal for AI Search
- Click Edit JSON once the Indexer is created
- Copy JSON in Editor window into json file to be stored in Git repo for CI/CD process
- Have CI/CD process attempt to create an AI Search Indexer using the azure-search-documents SDK
Expected behavior
Expected behaviour is that the AI Search SDK and the JSON in the AI Search editor match schematically.
Screenshots
N/A
Additional context
Attached example files.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status