-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(azure): AI Search service check not publicly accesible #5846
feat(azure): AI Search service check not publicly accesible #5846
Conversation
feat(azure): Search service test(azure): Search service azure - service tests test(azure): Search service check not publicly accesible tests docs: Search service check not publicly accesible metadata
.../search_service_not_publicly_accessible/search_service_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
.../search_service_not_publicly_accessible/search_service_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
.../search_service_not_publicly_accessible/search_service_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
.../search_service_not_publicly_accessible/search_service_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
.../search_service_not_publicly_accessible/search_service_not_publicly_accessible.metadata.json
Outdated
Show resolved
Hide resolved
...ices/search/search_service_not_publicly_accessible/search_service_not_publicly_accessible.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Rubén De la Torre Vico <[email protected]>
Co-authored-by: Rubén De la Torre Vico <[email protected]>
Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.metadata.json Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.metadata.json Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.metadata.json Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.metadata.json Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.py Co-authored-by: Rubén De la Torre Vico <[email protected]>
…licly_accessible/search_service_not_publicly_accessible.metadata.json Co-authored-by: Rubén De la Torre Vico <[email protected]>
Co-authored-by: Rubén De la Torre Vico <[email protected]>
feat: using a dict to store all the services
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5846 +/- ##
==========================================
+ Coverage 89.84% 89.89% +0.05%
==========================================
Files 1139 1142 +3
Lines 35483 35532 +49
==========================================
+ Hits 31878 31940 +62
+ Misses 3605 3592 -13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Awesome job! 💯
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.
👍
Context
All resources related to AI projects are also subject to audits. Azure AI Search is the primary retrieval system when building RAG-based applications on Azure, with native LLM integrations between Azure OpenAI Service and Azure Machine Learning.
Description
This PR adds the not publicly accessible check for the Azure AI Search service as well as the base artifacts for other AI Search service checks
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.