From 5e148152668017ec39474e63532c9a73b65be214 Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:40:38 -0800 Subject: [PATCH 1/2] initial batch with all false --- sdk/ai/azure-ai-agents/pyproject.toml | 2 ++ .../azure-appconfiguration-provider/pyproject.toml | 5 ++++- sdk/appconfiguration/azure-appconfiguration/pyproject.toml | 5 ++++- .../azure-communication-callautomation/pyproject.toml | 5 ++++- sdk/communication/azure-communication-chat/pyproject.toml | 3 +++ sdk/communication/azure-communication-email/pyproject.toml | 3 +++ .../azure-communication-identity/pyproject.toml | 3 +++ .../azure-communication-jobrouter/pyproject.toml | 3 +++ .../azure-communication-messages/pyproject.toml | 3 +++ .../azure-communication-phonenumbers/pyproject.toml | 5 ++++- sdk/communication/azure-communication-rooms/pyproject.toml | 3 +++ sdk/communication/azure-communication-sms/pyproject.toml | 3 +++ sdk/containerregistry/azure-containerregistry/pyproject.toml | 5 ++++- sdk/contentsafety/azure-ai-contentsafety/pyproject.toml | 2 ++ sdk/core/azure-common/pyproject.toml | 5 ++++- sdk/core/azure-core/pyproject.toml | 3 +++ sdk/core/azure/pyproject.toml | 5 ++++- sdk/cosmos/azure-cosmos/pyproject.toml | 3 +++ sdk/devcenter/azure-developer-devcenter/pyproject.toml | 3 +++ sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml | 3 +++ sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml | 3 +++ .../azure-ai-documentintelligence/pyproject.toml | 2 ++ sdk/evaluation/azure-ai-evaluation/pyproject.toml | 3 +++ sdk/eventgrid/azure-eventgrid/pyproject.toml | 3 +++ sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml | 3 +++ .../azure-health-deidentification/pyproject.toml | 3 +++ .../azure-healthinsights-radiologyinsights/pyproject.toml | 2 ++ sdk/keyvault/azure-keyvault-administration/pyproject.toml | 3 +++ sdk/keyvault/azure-keyvault-certificates/pyproject.toml | 3 +++ sdk/keyvault/azure-keyvault-secrets/pyproject.toml | 3 +++ sdk/keyvault/azure-keyvault/pyproject.toml | 3 +++ sdk/loadtesting/azure-developer-loadtesting/pyproject.toml | 3 +++ sdk/ml/azure-ai-ml/pyproject.toml | 3 +++ sdk/monitor/azure-monitor-ingestion/pyproject.toml | 2 ++ sdk/monitor/azure-monitor-opentelemetry/pyproject.toml | 3 +++ sdk/monitor/azure-monitor-query/pyproject.toml | 2 ++ sdk/monitor/azure-monitor-querymetrics/pyproject.toml | 2 ++ sdk/monitor/azure-monitor/pyproject.toml | 2 ++ .../azure-schemaregistry-avroencoder/pyproject.toml | 3 +++ sdk/schemaregistry/azure-schemaregistry/pyproject.toml | 3 +++ sdk/search/azure-search-documents/pyproject.toml | 3 +++ sdk/servicefabric/azure-servicefabric/pyproject.toml | 3 +++ sdk/storage/azure-storage-blob/pyproject.toml | 3 +++ sdk/storage/azure-storage-file-datalake/pyproject.toml | 3 +++ sdk/storage/azure-storage-file-share/pyproject.toml | 3 +++ sdk/storage/azure-storage-queue/pyproject.toml | 3 +++ sdk/storage/azure-storage/pyproject.toml | 2 ++ sdk/synapse/azure-synapse-accesscontrol/pyproject.toml | 3 +++ sdk/synapse/azure-synapse-artifacts/pyproject.toml | 3 +++ .../azure-synapse-managedprivateendpoints/pyproject.toml | 3 +++ sdk/synapse/azure-synapse-monitoring/pyproject.toml | 3 +++ sdk/synapse/azure-synapse-spark/pyproject.toml | 3 +++ sdk/tables/azure-data-tables/pyproject.toml | 5 ++++- sdk/textanalytics/azure-ai-textanalytics/pyproject.toml | 3 +++ sdk/translation/azure-ai-translation-document/pyproject.toml | 3 ++- sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml | 2 ++ .../azure-messaging-webpubsubservice/pyproject.toml | 3 +++ 57 files changed, 168 insertions(+), 9 deletions(-) create mode 100644 sdk/contentsafety/azure-ai-contentsafety/pyproject.toml create mode 100644 sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml create mode 100644 sdk/monitor/azure-monitor-ingestion/pyproject.toml create mode 100644 sdk/monitor/azure-monitor-query/pyproject.toml create mode 100644 sdk/monitor/azure-monitor-querymetrics/pyproject.toml create mode 100644 sdk/monitor/azure-monitor/pyproject.toml create mode 100644 sdk/storage/azure-storage/pyproject.toml create mode 100644 sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml diff --git a/sdk/ai/azure-ai-agents/pyproject.toml b/sdk/ai/azure-ai-agents/pyproject.toml index abdc05b7047f..062a6418ec7b 100644 --- a/sdk/ai/azure-ai-agents/pyproject.toml +++ b/sdk/ai/azure-ai-agents/pyproject.toml @@ -22,3 +22,5 @@ extend_skip_glob = [ [tool.azure-sdk-build] whl_no_aio= false +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/appconfiguration/azure-appconfiguration-provider/pyproject.toml b/sdk/appconfiguration/azure-appconfiguration-provider/pyproject.toml index 2a482558eb95..e9b975a7d2b3 100644 --- a/sdk/appconfiguration/azure-appconfiguration-provider/pyproject.toml +++ b/sdk/appconfiguration/azure-appconfiguration-provider/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false -black = true \ No newline at end of file +black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/appconfiguration/azure-appconfiguration/pyproject.toml b/sdk/appconfiguration/azure-appconfiguration/pyproject.toml index 2a482558eb95..e9b975a7d2b3 100644 --- a/sdk/appconfiguration/azure-appconfiguration/pyproject.toml +++ b/sdk/appconfiguration/azure-appconfiguration/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false -black = true \ No newline at end of file +black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-callautomation/pyproject.toml b/sdk/communication/azure-communication-callautomation/pyproject.toml index ab509fcf3611..a7aef053f50b 100644 --- a/sdk/communication/azure-communication-callautomation/pyproject.toml +++ b/sdk/communication/azure-communication-callautomation/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false -verifytypes = false \ No newline at end of file +verifytypes = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-chat/pyproject.toml b/sdk/communication/azure-communication-chat/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-chat/pyproject.toml +++ b/sdk/communication/azure-communication-chat/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-email/pyproject.toml b/sdk/communication/azure-communication-email/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-email/pyproject.toml +++ b/sdk/communication/azure-communication-email/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-identity/pyproject.toml b/sdk/communication/azure-communication-identity/pyproject.toml index 9cfeff7ce263..6a055c6b4a3e 100644 --- a/sdk/communication/azure-communication-identity/pyproject.toml +++ b/sdk/communication/azure-communication-identity/pyproject.toml @@ -3,3 +3,6 @@ pyright = false [tool.pytest.ini_options] asyncio_default_fixture_loop_scope = "function" + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-jobrouter/pyproject.toml b/sdk/communication/azure-communication-jobrouter/pyproject.toml index 47f59e97f35e..1fe952859d1c 100644 --- a/sdk/communication/azure-communication-jobrouter/pyproject.toml +++ b/sdk/communication/azure-communication-jobrouter/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false sphinx = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-messages/pyproject.toml b/sdk/communication/azure-communication-messages/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-messages/pyproject.toml +++ b/sdk/communication/azure-communication-messages/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-phonenumbers/pyproject.toml b/sdk/communication/azure-communication-phonenumbers/pyproject.toml index f51cbbbb7407..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-phonenumbers/pyproject.toml +++ b/sdk/communication/azure-communication-phonenumbers/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] -pyright = false \ No newline at end of file +pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-rooms/pyproject.toml b/sdk/communication/azure-communication-rooms/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-rooms/pyproject.toml +++ b/sdk/communication/azure-communication-rooms/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/communication/azure-communication-sms/pyproject.toml b/sdk/communication/azure-communication-sms/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/communication/azure-communication-sms/pyproject.toml +++ b/sdk/communication/azure-communication-sms/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/containerregistry/azure-containerregistry/pyproject.toml b/sdk/containerregistry/azure-containerregistry/pyproject.toml index 2a482558eb95..e9b975a7d2b3 100644 --- a/sdk/containerregistry/azure-containerregistry/pyproject.toml +++ b/sdk/containerregistry/azure-containerregistry/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false -black = true \ No newline at end of file +black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/contentsafety/azure-ai-contentsafety/pyproject.toml b/sdk/contentsafety/azure-ai-contentsafety/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/contentsafety/azure-ai-contentsafety/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/core/azure-common/pyproject.toml b/sdk/core/azure-common/pyproject.toml index 482c53ffc174..24fade53ffc2 100644 --- a/sdk/core/azure-common/pyproject.toml +++ b/sdk/core/azure-common/pyproject.toml @@ -5,4 +5,7 @@ pyright = false mypy = false pylint = false regression = false -black = false \ No newline at end of file +black = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/core/azure-core/pyproject.toml b/sdk/core/azure-core/pyproject.toml index c847603044f5..41b16dd7ade0 100644 --- a/sdk/core/azure-core/pyproject.toml +++ b/sdk/core/azure-core/pyproject.toml @@ -20,3 +20,6 @@ name = "no_aiohttp" install = [] uninstall = ["aiohttp"] additional_pytest_args = ["-k", "_async.py"] + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/core/azure/pyproject.toml b/sdk/core/azure/pyproject.toml index f09a5b522bde..efda107d93d8 100644 --- a/sdk/core/azure/pyproject.toml +++ b/sdk/core/azure/pyproject.toml @@ -6,4 +6,7 @@ mypy = false pylint = false regression = false sphinx = false -black = false \ No newline at end of file +black = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/cosmos/azure-cosmos/pyproject.toml b/sdk/cosmos/azure-cosmos/pyproject.toml index 068860a980d6..52c35fbc61c2 100644 --- a/sdk/cosmos/azure-cosmos/pyproject.toml +++ b/sdk/cosmos/azure-cosmos/pyproject.toml @@ -2,3 +2,6 @@ mypy = true pyright = false pylint = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/devcenter/azure-developer-devcenter/pyproject.toml b/sdk/devcenter/azure-developer-devcenter/pyproject.toml index 9cb578ae2491..8035abb3a51e 100644 --- a/sdk/devcenter/azure-developer-devcenter/pyproject.toml +++ b/sdk/devcenter/azure-developer-devcenter/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pylint = false pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml b/sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml index 1ea1e48c18ff..8d96766d96bb 100644 --- a/sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml +++ b/sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml b/sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml +++ b/sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/documentintelligence/azure-ai-documentintelligence/pyproject.toml b/sdk/documentintelligence/azure-ai-documentintelligence/pyproject.toml index 1b5fedc48069..a5bdfc226cb5 100644 --- a/sdk/documentintelligence/azure-ai-documentintelligence/pyproject.toml +++ b/sdk/documentintelligence/azure-ai-documentintelligence/pyproject.toml @@ -1,3 +1,5 @@ [tool.azure-sdk-build] pyright = false +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/evaluation/azure-ai-evaluation/pyproject.toml b/sdk/evaluation/azure-ai-evaluation/pyproject.toml index 59c0eba3e7f8..346201efb6f9 100644 --- a/sdk/evaluation/azure-ai-evaluation/pyproject.toml +++ b/sdk/evaluation/azure-ai-evaluation/pyproject.toml @@ -18,3 +18,6 @@ extend_skip_glob = [ "*/doc/*", "*/.tox/*", ] + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/eventgrid/azure-eventgrid/pyproject.toml b/sdk/eventgrid/azure-eventgrid/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/eventgrid/azure-eventgrid/pyproject.toml +++ b/sdk/eventgrid/azure-eventgrid/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml b/sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml index dd3c4c710dd5..4ff4fd3c9046 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml +++ b/sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false pylint = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/healthdataaiservices/azure-health-deidentification/pyproject.toml b/sdk/healthdataaiservices/azure-health-deidentification/pyproject.toml index 36b0e4cdd8e3..f1c500aa2f77 100644 --- a/sdk/healthdataaiservices/azure-health-deidentification/pyproject.toml +++ b/sdk/healthdataaiservices/azure-health-deidentification/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml b/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/keyvault/azure-keyvault-administration/pyproject.toml b/sdk/keyvault/azure-keyvault-administration/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/keyvault/azure-keyvault-administration/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-administration/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/keyvault/azure-keyvault-certificates/pyproject.toml b/sdk/keyvault/azure-keyvault-certificates/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/keyvault/azure-keyvault-certificates/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-certificates/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/keyvault/azure-keyvault-secrets/pyproject.toml b/sdk/keyvault/azure-keyvault-secrets/pyproject.toml index 7272c6cb4690..d1317ed62f43 100644 --- a/sdk/keyvault/azure-keyvault-secrets/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-secrets/pyproject.toml @@ -1 +1,4 @@ [tool.azure-sdk-build] + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/keyvault/azure-keyvault/pyproject.toml b/sdk/keyvault/azure-keyvault/pyproject.toml index 0891ce3392f5..b93c482834e2 100644 --- a/sdk/keyvault/azure-keyvault/pyproject.toml +++ b/sdk/keyvault/azure-keyvault/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pylint = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/loadtesting/azure-developer-loadtesting/pyproject.toml b/sdk/loadtesting/azure-developer-loadtesting/pyproject.toml index 9cb578ae2491..8035abb3a51e 100644 --- a/sdk/loadtesting/azure-developer-loadtesting/pyproject.toml +++ b/sdk/loadtesting/azure-developer-loadtesting/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pylint = false pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/ml/azure-ai-ml/pyproject.toml b/sdk/ml/azure-ai-ml/pyproject.toml index f09576a9d890..db9da58c93c9 100644 --- a/sdk/ml/azure-ai-ml/pyproject.toml +++ b/sdk/ml/azure-ai-ml/pyproject.toml @@ -40,3 +40,6 @@ warn_unused_configs = true follow_imports = "skip" ignore_missing_imports = true follow_imports_for_stubs = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/monitor/azure-monitor-ingestion/pyproject.toml b/sdk/monitor/azure-monitor-ingestion/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/monitor/azure-monitor-ingestion/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/monitor/azure-monitor-opentelemetry/pyproject.toml b/sdk/monitor/azure-monitor-opentelemetry/pyproject.toml index 716fd88fc1ca..995068564aa1 100644 --- a/sdk/monitor/azure-monitor-opentelemetry/pyproject.toml +++ b/sdk/monitor/azure-monitor-opentelemetry/pyproject.toml @@ -3,3 +3,6 @@ pyright = false pylint = true bandit = true black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/monitor/azure-monitor-query/pyproject.toml b/sdk/monitor/azure-monitor-query/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/monitor/azure-monitor-query/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/monitor/azure-monitor-querymetrics/pyproject.toml b/sdk/monitor/azure-monitor-querymetrics/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/monitor/azure-monitor-querymetrics/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/monitor/azure-monitor/pyproject.toml b/sdk/monitor/azure-monitor/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/monitor/azure-monitor/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml b/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml index 78755ba24174..e1e897b018e0 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml +++ b/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml @@ -3,3 +3,6 @@ mypy = true pyright = false type_check_samples = true verifytypes = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/schemaregistry/azure-schemaregistry/pyproject.toml b/sdk/schemaregistry/azure-schemaregistry/pyproject.toml index 49f351cfcef9..5c6a2239532e 100644 --- a/sdk/schemaregistry/azure-schemaregistry/pyproject.toml +++ b/sdk/schemaregistry/azure-schemaregistry/pyproject.toml @@ -2,3 +2,6 @@ mypy = true pyright = false type_check_samples = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/search/azure-search-documents/pyproject.toml b/sdk/search/azure-search-documents/pyproject.toml index 5047997ed4fd..dfbf5ac7a46c 100644 --- a/sdk/search/azure-search-documents/pyproject.toml +++ b/sdk/search/azure-search-documents/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false verifytypes = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/servicefabric/azure-servicefabric/pyproject.toml b/sdk/servicefabric/azure-servicefabric/pyproject.toml index 41816c26a06d..17c17bde9b30 100644 --- a/sdk/servicefabric/azure-servicefabric/pyproject.toml +++ b/sdk/servicefabric/azure-servicefabric/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pylint = false sphinx = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/storage/azure-storage-blob/pyproject.toml b/sdk/storage/azure-storage-blob/pyproject.toml index 34719d6d26b0..5d03db901a3c 100644 --- a/sdk/storage/azure-storage-blob/pyproject.toml +++ b/sdk/storage/azure-storage-blob/pyproject.toml @@ -5,3 +5,6 @@ type_check_samples = true verifytypes = true strict_sphinx = true black = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/storage/azure-storage-file-datalake/pyproject.toml b/sdk/storage/azure-storage-file-datalake/pyproject.toml index fac4a5d5db0c..9725b19ec91f 100644 --- a/sdk/storage/azure-storage-file-datalake/pyproject.toml +++ b/sdk/storage/azure-storage-file-datalake/pyproject.toml @@ -4,3 +4,6 @@ pyright = false type_check_samples = true verifytypes = false black = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/storage/azure-storage-file-share/pyproject.toml b/sdk/storage/azure-storage-file-share/pyproject.toml index b04c8ccc0c0e..99d35af2dfa4 100644 --- a/sdk/storage/azure-storage-file-share/pyproject.toml +++ b/sdk/storage/azure-storage-file-share/pyproject.toml @@ -3,3 +3,6 @@ mypy = true pyright = false type_check_samples = true black = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/storage/azure-storage-queue/pyproject.toml b/sdk/storage/azure-storage-queue/pyproject.toml index 7ea997ba706c..272391b0637c 100644 --- a/sdk/storage/azure-storage-queue/pyproject.toml +++ b/sdk/storage/azure-storage-queue/pyproject.toml @@ -4,3 +4,6 @@ pyright = false type_check_samples = true verifytypes = true black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/storage/azure-storage/pyproject.toml b/sdk/storage/azure-storage/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/storage/azure-storage/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/synapse/azure-synapse-accesscontrol/pyproject.toml b/sdk/synapse/azure-synapse-accesscontrol/pyproject.toml index 1ea1e48c18ff..8d96766d96bb 100644 --- a/sdk/synapse/azure-synapse-accesscontrol/pyproject.toml +++ b/sdk/synapse/azure-synapse-accesscontrol/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/synapse/azure-synapse-artifacts/pyproject.toml b/sdk/synapse/azure-synapse-artifacts/pyproject.toml index 60eb6c14cc7a..08dacc447299 100644 --- a/sdk/synapse/azure-synapse-artifacts/pyproject.toml +++ b/sdk/synapse/azure-synapse-artifacts/pyproject.toml @@ -4,3 +4,6 @@ pyright = false sphinx = false mypy = false verifytypes = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/synapse/azure-synapse-managedprivateendpoints/pyproject.toml b/sdk/synapse/azure-synapse-managedprivateendpoints/pyproject.toml index 1ea1e48c18ff..8d96766d96bb 100644 --- a/sdk/synapse/azure-synapse-managedprivateendpoints/pyproject.toml +++ b/sdk/synapse/azure-synapse-managedprivateendpoints/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/synapse/azure-synapse-monitoring/pyproject.toml b/sdk/synapse/azure-synapse-monitoring/pyproject.toml index 1ea1e48c18ff..8d96766d96bb 100644 --- a/sdk/synapse/azure-synapse-monitoring/pyproject.toml +++ b/sdk/synapse/azure-synapse-monitoring/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/synapse/azure-synapse-spark/pyproject.toml b/sdk/synapse/azure-synapse-spark/pyproject.toml index 1ea1e48c18ff..8d96766d96bb 100644 --- a/sdk/synapse/azure-synapse-spark/pyproject.toml +++ b/sdk/synapse/azure-synapse-spark/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/tables/azure-data-tables/pyproject.toml b/sdk/tables/azure-data-tables/pyproject.toml index 2a482558eb95..e9b975a7d2b3 100644 --- a/sdk/tables/azure-data-tables/pyproject.toml +++ b/sdk/tables/azure-data-tables/pyproject.toml @@ -1,3 +1,6 @@ [tool.azure-sdk-build] pyright = false -black = true \ No newline at end of file +black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/textanalytics/azure-ai-textanalytics/pyproject.toml b/sdk/textanalytics/azure-ai-textanalytics/pyproject.toml index e00361912969..a5bdfc226cb5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/pyproject.toml +++ b/sdk/textanalytics/azure-ai-textanalytics/pyproject.toml @@ -1,2 +1,5 @@ [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/translation/azure-ai-translation-document/pyproject.toml b/sdk/translation/azure-ai-translation-document/pyproject.toml index 566cb5594298..a5bdfc226cb5 100644 --- a/sdk/translation/azure-ai-translation-document/pyproject.toml +++ b/sdk/translation/azure-ai-translation-document/pyproject.toml @@ -1,4 +1,5 @@ [tool.azure-sdk-build] pyright = false - +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml b/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml new file mode 100644 index 000000000000..0504960bccae --- /dev/null +++ b/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml @@ -0,0 +1,2 @@ +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/webpubsub/azure-messaging-webpubsubservice/pyproject.toml b/sdk/webpubsub/azure-messaging-webpubsubservice/pyproject.toml index 918b84b89ab3..5a8b1e09d60b 100644 --- a/sdk/webpubsub/azure-messaging-webpubsubservice/pyproject.toml +++ b/sdk/webpubsub/azure-messaging-webpubsubservice/pyproject.toml @@ -2,3 +2,6 @@ pylint = false pyright = false mypy = false + +[tool.azure-sdk-conda] +in_bundle = false From 3426dc4a9958cb30cbbd897a30668b144a07daad Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:03:59 -0800 Subject: [PATCH 2/2] set bundled info --- .../azure-communication-callautomation/pyproject.toml | 3 ++- sdk/communication/azure-communication-chat/pyproject.toml | 3 ++- sdk/communication/azure-communication-email/pyproject.toml | 3 ++- .../azure-communication-identity/pyproject.toml | 3 ++- .../azure-communication-jobrouter/pyproject.toml | 3 ++- .../azure-communication-messages/pyproject.toml | 3 ++- .../azure-communication-phonenumbers/pyproject.toml | 3 ++- sdk/communication/azure-communication-rooms/pyproject.toml | 3 ++- sdk/communication/azure-communication-sms/pyproject.toml | 3 ++- sdk/core/azure-core/pyproject.toml | 3 ++- sdk/core/azure-mgmt-core/pyproject.toml | 4 ++++ .../azure-eventhub-checkpointstoreblob-aio/pyproject.toml | 4 ++++ .../azure-eventhub-checkpointstoreblob/pyproject.toml | 6 +++++- sdk/eventhub/azure-eventhub/pyproject.toml | 4 ++++ .../azure-healthinsights-radiologyinsights/pyproject.toml | 3 ++- sdk/keyvault/azure-keyvault-administration/pyproject.toml | 3 ++- sdk/keyvault/azure-keyvault-certificates/pyproject.toml | 3 ++- sdk/keyvault/azure-keyvault-keys/pyproject.toml | 4 ++++ sdk/keyvault/azure-keyvault-secrets/pyproject.toml | 3 ++- .../azure-schemaregistry-avroencoder/pyproject.toml | 3 ++- sdk/schemaregistry/azure-schemaregistry/pyproject.toml | 3 ++- sdk/storage/azure-storage-blob/pyproject.toml | 3 ++- sdk/storage/azure-storage-file-datalake/pyproject.toml | 3 ++- sdk/storage/azure-storage-file-share/pyproject.toml | 3 ++- sdk/storage/azure-storage-queue/pyproject.toml | 3 ++- sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml | 3 ++- 26 files changed, 63 insertions(+), 22 deletions(-) diff --git a/sdk/communication/azure-communication-callautomation/pyproject.toml b/sdk/communication/azure-communication-callautomation/pyproject.toml index a7aef053f50b..274739994e05 100644 --- a/sdk/communication/azure-communication-callautomation/pyproject.toml +++ b/sdk/communication/azure-communication-callautomation/pyproject.toml @@ -3,4 +3,5 @@ pyright = false verifytypes = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-chat/pyproject.toml b/sdk/communication/azure-communication-chat/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-chat/pyproject.toml +++ b/sdk/communication/azure-communication-chat/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-email/pyproject.toml b/sdk/communication/azure-communication-email/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-email/pyproject.toml +++ b/sdk/communication/azure-communication-email/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-identity/pyproject.toml b/sdk/communication/azure-communication-identity/pyproject.toml index 6a055c6b4a3e..db898be6409d 100644 --- a/sdk/communication/azure-communication-identity/pyproject.toml +++ b/sdk/communication/azure-communication-identity/pyproject.toml @@ -5,4 +5,5 @@ pyright = false asyncio_default_fixture_loop_scope = "function" [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-jobrouter/pyproject.toml b/sdk/communication/azure-communication-jobrouter/pyproject.toml index 1fe952859d1c..db9526da80fd 100644 --- a/sdk/communication/azure-communication-jobrouter/pyproject.toml +++ b/sdk/communication/azure-communication-jobrouter/pyproject.toml @@ -3,4 +3,5 @@ pyright = false sphinx = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-messages/pyproject.toml b/sdk/communication/azure-communication-messages/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-messages/pyproject.toml +++ b/sdk/communication/azure-communication-messages/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-phonenumbers/pyproject.toml b/sdk/communication/azure-communication-phonenumbers/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-phonenumbers/pyproject.toml +++ b/sdk/communication/azure-communication-phonenumbers/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-rooms/pyproject.toml b/sdk/communication/azure-communication-rooms/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-rooms/pyproject.toml +++ b/sdk/communication/azure-communication-rooms/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/communication/azure-communication-sms/pyproject.toml b/sdk/communication/azure-communication-sms/pyproject.toml index a5bdfc226cb5..397d8825f2a2 100644 --- a/sdk/communication/azure-communication-sms/pyproject.toml +++ b/sdk/communication/azure-communication-sms/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-communication" diff --git a/sdk/core/azure-core/pyproject.toml b/sdk/core/azure-core/pyproject.toml index 41b16dd7ade0..7d35230251d7 100644 --- a/sdk/core/azure-core/pyproject.toml +++ b/sdk/core/azure-core/pyproject.toml @@ -22,4 +22,5 @@ uninstall = ["aiohttp"] additional_pytest_args = ["-k", "_async.py"] [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-core" diff --git a/sdk/core/azure-mgmt-core/pyproject.toml b/sdk/core/azure-mgmt-core/pyproject.toml index 2f6cd1709824..23cd5dc0e78a 100644 --- a/sdk/core/azure-mgmt-core/pyproject.toml +++ b/sdk/core/azure-mgmt-core/pyproject.toml @@ -4,3 +4,7 @@ verifytypes = true pyright = false breaking = false black = true + +[tool.azure-sdk-conda] +in_bundle = true +bundle_name = "azure-core" diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/pyproject.toml b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/pyproject.toml index 03685d81d31a..0d36263e2328 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/pyproject.toml +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/pyproject.toml @@ -55,3 +55,7 @@ latestdependency = false mindependency = false whl_no_aio = false black = false + +[tool.azure-sdk-conda] +in_bundle = true +bundle_name = "azure-eventhub" diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob/pyproject.toml b/sdk/eventhub/azure-eventhub-checkpointstoreblob/pyproject.toml index 4ea03c30e600..f3facdb5f1c7 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob/pyproject.toml +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob/pyproject.toml @@ -50,4 +50,8 @@ pyright = false type_check_samples = true verifytypes = false pylint = true -black = false \ No newline at end of file +black = false + +[tool.azure-sdk-conda] +in_bundle = true +bundle_name = "azure-eventhub" diff --git a/sdk/eventhub/azure-eventhub/pyproject.toml b/sdk/eventhub/azure-eventhub/pyproject.toml index 5437968d6e13..7461584706ab 100644 --- a/sdk/eventhub/azure-eventhub/pyproject.toml +++ b/sdk/eventhub/azure-eventhub/pyproject.toml @@ -46,3 +46,7 @@ pyright = false type_check_samples = true verifytypes = true pylint = true + +[tool.azure-sdk-conda] +in_bundle = true +bundle_name = "azure-eventhub" diff --git a/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml b/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml index 0504960bccae..5ae72981116a 100644 --- a/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml +++ b/sdk/healthinsights/azure-healthinsights-radiologyinsights/pyproject.toml @@ -1,2 +1,3 @@ [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-healthinsights" diff --git a/sdk/keyvault/azure-keyvault-administration/pyproject.toml b/sdk/keyvault/azure-keyvault-administration/pyproject.toml index a5bdfc226cb5..a82bda788dee 100644 --- a/sdk/keyvault/azure-keyvault-administration/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-administration/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-keyvault" diff --git a/sdk/keyvault/azure-keyvault-certificates/pyproject.toml b/sdk/keyvault/azure-keyvault-certificates/pyproject.toml index a5bdfc226cb5..a82bda788dee 100644 --- a/sdk/keyvault/azure-keyvault-certificates/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-certificates/pyproject.toml @@ -2,4 +2,5 @@ pyright = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-keyvault" diff --git a/sdk/keyvault/azure-keyvault-keys/pyproject.toml b/sdk/keyvault/azure-keyvault-keys/pyproject.toml index eec044c8763e..7caa00c7dd7c 100644 --- a/sdk/keyvault/azure-keyvault-keys/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-keys/pyproject.toml @@ -63,3 +63,7 @@ dev = [ "parameterized>=0.7.3", "python-dateutil>=2.8.0", ] + +[tool.azure-sdk-conda] +in_bundle = true +bundle_name = "azure-keyvault" diff --git a/sdk/keyvault/azure-keyvault-secrets/pyproject.toml b/sdk/keyvault/azure-keyvault-secrets/pyproject.toml index d1317ed62f43..b66730034d2c 100644 --- a/sdk/keyvault/azure-keyvault-secrets/pyproject.toml +++ b/sdk/keyvault/azure-keyvault-secrets/pyproject.toml @@ -1,4 +1,5 @@ [tool.azure-sdk-build] [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-keyvault" diff --git a/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml b/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml index e1e897b018e0..18b20c4e9fe4 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml +++ b/sdk/schemaregistry/azure-schemaregistry-avroencoder/pyproject.toml @@ -5,4 +5,5 @@ type_check_samples = true verifytypes = true [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-schemaregistry" diff --git a/sdk/schemaregistry/azure-schemaregistry/pyproject.toml b/sdk/schemaregistry/azure-schemaregistry/pyproject.toml index 5c6a2239532e..8d08f4dc49bc 100644 --- a/sdk/schemaregistry/azure-schemaregistry/pyproject.toml +++ b/sdk/schemaregistry/azure-schemaregistry/pyproject.toml @@ -4,4 +4,5 @@ pyright = false type_check_samples = true [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-schemaregistry" diff --git a/sdk/storage/azure-storage-blob/pyproject.toml b/sdk/storage/azure-storage-blob/pyproject.toml index 5d03db901a3c..5db2549f5bac 100644 --- a/sdk/storage/azure-storage-blob/pyproject.toml +++ b/sdk/storage/azure-storage-blob/pyproject.toml @@ -7,4 +7,5 @@ strict_sphinx = true black = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-storage" diff --git a/sdk/storage/azure-storage-file-datalake/pyproject.toml b/sdk/storage/azure-storage-file-datalake/pyproject.toml index 9725b19ec91f..1f4a580e95d4 100644 --- a/sdk/storage/azure-storage-file-datalake/pyproject.toml +++ b/sdk/storage/azure-storage-file-datalake/pyproject.toml @@ -6,4 +6,5 @@ verifytypes = false black = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-storage" diff --git a/sdk/storage/azure-storage-file-share/pyproject.toml b/sdk/storage/azure-storage-file-share/pyproject.toml index 99d35af2dfa4..08a774b6e206 100644 --- a/sdk/storage/azure-storage-file-share/pyproject.toml +++ b/sdk/storage/azure-storage-file-share/pyproject.toml @@ -5,4 +5,5 @@ type_check_samples = true black = false [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-storage" diff --git a/sdk/storage/azure-storage-queue/pyproject.toml b/sdk/storage/azure-storage-queue/pyproject.toml index 272391b0637c..e0b490cb8fec 100644 --- a/sdk/storage/azure-storage-queue/pyproject.toml +++ b/sdk/storage/azure-storage-queue/pyproject.toml @@ -6,4 +6,5 @@ verifytypes = true black = true [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-storage" diff --git a/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml b/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml index 0504960bccae..c2e6cf1fdd6f 100644 --- a/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml +++ b/sdk/vision/azure-ai-vision-imageanalysis/pyproject.toml @@ -1,2 +1,3 @@ [tool.azure-sdk-conda] -in_bundle = false +in_bundle = true +bundle_name = "azure-ai-vision"