Skip to content

Commit 36dde8e

Browse files
howieleungCopilot
andauthored
Add azure-mgmt-logic to extraPaths in pyrightconfig (#42908)
* Add azure-mgmt-logic to extraPaths in pyrightconfig * Update sdk/ai/azure-ai-agents/pyrightconfig.json Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 32d523f commit 36dde8e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sdk/ai/azure-ai-agents/pyrightconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"./../../core/azure-core",
1818
"./../../identity/azure-identity",
1919
"./../../monitor/azure-monitor-opentelemetry",
20+
"./../../logic/azure-mgmt-logic",
2021
"./../azure-ai-projects"
2122
]
22-
}
23+
}

sdk/ai/azure-ai-agents/samples/agents_tools/utils/user_logic_apps.py renamed to sdk/ai/azure-ai-agents/samples/utils/user_logic_apps.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# pylint: disable=line-too-long,useless-suppression
2+
# ------------------------------------
3+
# Copyright (c) Microsoft Corporation.
4+
# Licensed under the MIT License.
5+
# ------------------------------------
16
import json
2-
import requests
7+
import requests # type: ignore
38
from typing import Dict, Any, Callable
49

510
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)