Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.56k stars 2.78k forks source link

Azure AI Search Sample Issue #34551

Closed jerryshia closed 1 month ago

jerryshia commented 7 months ago

Section link1

image

Reason: Missing parameter queryTimeout. Configuration property 'queryTimeout' is not supported for the data source of type 'azureblob'.

@rohit-ganguly , @lmazuel , @achandmsft, @mayurid, @xiangyan99 for notification.

xiangyan99 commented 7 months ago

query_timeout is a string type. It cannot be none. Did I miss anything?

github-actions[bot] commented 7 months ago

Hi @jerryshia. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

v-xuto commented 2 months ago

@xiangyan99 Regarding the fix for this issue, what progress have you made so far?