-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add Search Service stats API #10371
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
Add Search Service stats API #10371
Conversation
|
Can one of the admins verify this patch? |
sdk/search/azure-search-documents/azure/search/documents/_service/_search_service_client.py
Outdated
Show resolved
Hide resolved
...earch/azure-search-documents/azure/search/documents/_index/aio/_search_index_client_async.py
Show resolved
Hide resolved
sdk/search/azure-search-documents/azure/search/documents/_service/_search_service_client.py
Show resolved
Hide resolved
| """ | ||
|
|
||
| def __init__(self, endpoint, credential, **kwargs): | ||
| # type: (str, SearchApiKeyCredential, **Any) -> None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brjohnstmsft, are there any plans to support token credentials for search?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johanste I'm pretty sure the answer is yes, since we're looking at adding AAD authentication to the service this year.
sdk/search/azure-search-documents/azure/search/documents/_service/_search_service_client.py
Show resolved
Hide resolved
johanste
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to open an issue on the sdk_moniker comment. Or just fix it :).
closes #9666