Skip to content

Commit fb87bc5

Browse files
committed
clean up
1 parent 3a9f439 commit fb87bc5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

sdk/ai/azure-ai-projects/tests/samples/test_samples.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from azure.ai.projects.aio import AIProjectClient as AsyncAIProjectClient
1616
from azure.identity import DefaultAzureCredential
1717
from azure.identity.aio import DefaultAzureCredential as AsyncDefaultAzureCredential
18-
from functools import wraps
19-
from typing import Callable, Optional, Literal
2018
from 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-
284271
class TestSamples(AzureRecordedTestCase):
285272
_samples_folder_path: str
286273
_results: dict[str, tuple[bool, str]]

0 commit comments

Comments
 (0)