Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Azure AI Search via azapi_data_plane_resource #749

Open
alex-jsov opened this issue Feb 5, 2025 · 1 comment
Open

Support Azure AI Search via azapi_data_plane_resource #749

alex-jsov opened this issue Feb 5, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@alex-jsov
Copy link

I'm currently using Mastercard/restapi to call the Azure Search API, however this method is limited to key-based authentication, whereas I'd much prefer AD auth.

From what I'm reading, it seems that it should be possible to support it via azapi_data_plane_resource, using these resource types:

  • Microsoft.Search/datasources@2024-07-01
  • Microsoft.Search/synonymmaps@2024-07-01
  • Microsoft.Search/skillsets@2024-07-01
  • Microsoft.Search/indexes@2024-07-01
  • Microsoft.Search/indexers@2024-07-01
  • Microsoft.Search/servicestats@2024-07-01
@ms-henglu ms-henglu added the enhancement New feature or request label Feb 7, 2025
@ms-henglu
Copy link
Member

Hi @alex-jsov ,

Thank you for taking time to report this issue.

I will check above data plane resources and see if they could be supported by azapi_data_plane_resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants