diff --git a/sdk/ai/azure-ai-projects/pyproject.toml b/sdk/ai/azure-ai-projects/pyproject.toml index 7f55115918ef..73bf11ce0688 100644 --- a/sdk/ai/azure-ai-projects/pyproject.toml +++ b/sdk/ai/azure-ai-projects/pyproject.toml @@ -67,3 +67,6 @@ pytyped = ["py.typed"] [tool.azure-sdk-build] verifytypes = false +[tool.azure-sdk-conda] +in_bundle = false + diff --git a/sdk/attestation/azure-security-attestation/pyproject.toml b/sdk/attestation/azure-security-attestation/pyproject.toml index 3fe4fb7254eb..20eb14b3b63c 100644 --- a/sdk/attestation/azure-security-attestation/pyproject.toml +++ b/sdk/attestation/azure-security-attestation/pyproject.toml @@ -63,3 +63,6 @@ pytyped = ["py.typed"] [tool.azure-sdk-build] pyright = false ci_enabled = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml b/sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml index 7ec2b439e6be..1699d92773ee 100644 --- a/sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml +++ b/sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml @@ -63,3 +63,6 @@ pytyped = ["py.typed"] [packaging] auto_update = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml b/sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml index 6195829bfcb2..fc08b2e41ab4 100644 --- a/sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml +++ b/sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml @@ -58,3 +58,6 @@ exclude = [ [tool.setuptools.package-data] pytyped = ["py.typed"] + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/confidentialledger/azure-confidentialledger/pyproject.toml b/sdk/confidentialledger/azure-confidentialledger/pyproject.toml index f21c0681cf8f..90bafd3f2522 100644 --- a/sdk/confidentialledger/azure-confidentialledger/pyproject.toml +++ b/sdk/confidentialledger/azure-confidentialledger/pyproject.toml @@ -63,3 +63,6 @@ pytyped = ["py.typed"] [tool.azure-sdk-build] pyright = false + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/identity/azure-identity-broker/pyproject.toml b/sdk/identity/azure-identity-broker/pyproject.toml index 808055951185..463cc7d4e174 100644 --- a/sdk/identity/azure-identity-broker/pyproject.toml +++ b/sdk/identity/azure-identity-broker/pyproject.toml @@ -44,3 +44,6 @@ pytyped = ["py.typed"] [tool.azure-sdk-build] pyright = false black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/identity/azure-identity/pyproject.toml b/sdk/identity/azure-identity/pyproject.toml index 557d2c15d1c7..12f18848e5ea 100644 --- a/sdk/identity/azure-identity/pyproject.toml +++ b/sdk/identity/azure-identity/pyproject.toml @@ -49,3 +49,6 @@ pytyped = ["py.typed"] pyright = false verifytypes = true black = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/servicebus/azure-servicebus/pyproject.toml b/sdk/servicebus/azure-servicebus/pyproject.toml index 27bff06b8758..4d1d9557b729 100644 --- a/sdk/servicebus/azure-servicebus/pyproject.toml +++ b/sdk/servicebus/azure-servicebus/pyproject.toml @@ -47,4 +47,7 @@ pyright = false type_check_samples = true verifytypes = true pylint = true -black = false \ No newline at end of file +black = false + +[tool.azure-sdk-conda] +in_bundle = false \ No newline at end of file diff --git a/sdk/translation/azure-ai-translation-text/pyproject.toml b/sdk/translation/azure-ai-translation-text/pyproject.toml index 400681a29b03..b9f2fa74378f 100644 --- a/sdk/translation/azure-ai-translation-text/pyproject.toml +++ b/sdk/translation/azure-ai-translation-text/pyproject.toml @@ -66,3 +66,6 @@ pylint = true type_check_samples = true verifytypes = true pyright = true + +[tool.azure-sdk-conda] +in_bundle = false diff --git a/sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml b/sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml index d7cbd8f4139a..1589d68a230d 100644 --- a/sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml +++ b/sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml @@ -57,3 +57,6 @@ pytyped = ["py.typed"] [tool.azure-sdk-build] pylint = false pyright = false + +[tool.azure-sdk-conda] +in_bundle = false