File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
sdk/ai/azure-ai-projects/tests/samples Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1515from azure .ai .projects .aio import AIProjectClient as AsyncAIProjectClient
1616from azure .identity import DefaultAzureCredential
1717from azure .identity .aio import DefaultAzureCredential as AsyncDefaultAzureCredential
18- from functools import wraps
19- from typing import Callable , Optional , Literal
2018from pydantic import BaseModel
2119
2220
@@ -270,17 +268,6 @@ def _get_tools_sample_paths_async():
270268 return samples
271269
272270
273- def _get_tools_sample_environment_variables_map (self ) -> dict [str , str ]:
274- return {
275- "AZURE_AI_PROJECT_ENDPOINT" : "azure_ai_projects_tests_project_endpoint" ,
276- "AI_SEARCH_PROJECT_CONNECTION_ID" : "azure_ai_projects_tests_ai_search_project_connection_id" ,
277- "AI_SEARCH_INDEX_NAME" : "azure_ai_projects_tests_ai_search_index_name" ,
278- "AI_SEARCH_USER_INPUT" : "azure_ai_projects_tests_ai_search_user_input" ,
279- "SHAREPOINT_USER_INPUT" : "azure_ai_projects_tests_sharepoint_user_input" ,
280- "SHAREPOINT_PROJECT_CONNECTION_ID" : "azure_ai_projects_tests_sharepoint_project_connection_id" ,
281- }
282-
283-
284271class TestSamples (AzureRecordedTestCase ):
285272 _samples_folder_path : str
286273 _results : dict [str , tuple [bool , str ]]
You can’t perform that action at this time.
0 commit comments