Skip to content

Commit 21387f1

Browse files
CopilotJennyPng
andauthored
Add conda bundle configuration to 10 SDK packages (#45042)
* Add [tool.azure-sdk-conda] section to 10 package pyproject.toml files Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>
1 parent a907cd9 commit 21387f1

10 files changed

Lines changed: 31 additions & 1 deletion

File tree

sdk/ai/azure-ai-projects/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ pytyped = ["py.typed"]
6767
[tool.azure-sdk-build]
6868
verifytypes = false
6969

70+
[tool.azure-sdk-conda]
71+
in_bundle = false
72+

sdk/attestation/azure-security-attestation/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ pytyped = ["py.typed"]
6363
[tool.azure-sdk-build]
6464
pyright = false
6565
ci_enabled = false
66+
67+
[tool.azure-sdk-conda]
68+
in_bundle = false

sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ pytyped = ["py.typed"]
6363

6464
[packaging]
6565
auto_update = false
66+
67+
[tool.azure-sdk-conda]
68+
in_bundle = false

sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ exclude = [
5858

5959
[tool.setuptools.package-data]
6060
pytyped = ["py.typed"]
61+
62+
[tool.azure-sdk-conda]
63+
in_bundle = false

sdk/confidentialledger/azure-confidentialledger/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ pytyped = ["py.typed"]
6363

6464
[tool.azure-sdk-build]
6565
pyright = false
66+
67+
[tool.azure-sdk-conda]
68+
in_bundle = false

sdk/identity/azure-identity-broker/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ pytyped = ["py.typed"]
4444
[tool.azure-sdk-build]
4545
pyright = false
4646
black = true
47+
48+
[tool.azure-sdk-conda]
49+
in_bundle = false

sdk/identity/azure-identity/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ pytyped = ["py.typed"]
4949
pyright = false
5050
verifytypes = true
5151
black = true
52+
53+
[tool.azure-sdk-conda]
54+
in_bundle = false

sdk/servicebus/azure-servicebus/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ pyright = false
4747
type_check_samples = true
4848
verifytypes = true
4949
pylint = true
50-
black = false
50+
black = false
51+
52+
[tool.azure-sdk-conda]
53+
in_bundle = false

sdk/translation/azure-ai-translation-text/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ pylint = true
6666
type_check_samples = true
6767
verifytypes = true
6868
pyright = true
69+
70+
[tool.azure-sdk-conda]
71+
in_bundle = false

sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ pytyped = ["py.typed"]
5757
[tool.azure-sdk-build]
5858
pylint = false
5959
pyright = false
60+
61+
[tool.azure-sdk-conda]
62+
in_bundle = false

0 commit comments

Comments
 (0)