Skip to content

Commit 9c35d4c

Browse files
add packages to env exclusions which aren't ready for type checking (Azure#27712)
1 parent be77ab7 commit 9c35d4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/azure-sdk-tools/ci_tools/environment_exclusions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"azure-communication-phonenumbers",
7979
"azure-communication-rooms",
8080
"azure-communication-sms",
81+
"azure-cosmos",
8182
"azure-confidentialledger",
8283
"azure-containerregistry",
8384
"azure-mgmt-core",
@@ -276,6 +277,7 @@
276277
# note: if removed from this list, you must enable one or both of mypy or pyright checks.
277278
TYPE_CHECK_SAMPLES_OPT_OUT = [
278279
"azure-ai-metricsadvisor",
280+
"azure-ai-personalizer",
279281
"azure-agrifood-farming",
280282
"azure-ai-anomalydetector",
281283
"azure-appconfiguration",

0 commit comments

Comments
 (0)