Skip to content

Add conda bundle configuration to 10 SDK packages#45042

Open
Copilot wants to merge 2 commits intomainfrom
copilot/batch-update-pyproject-tomls
Open

Add conda bundle configuration to 10 SDK packages#45042
Copilot wants to merge 2 commits intomainfrom
copilot/batch-update-pyproject-tomls

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Strictly a metadata update to enable automating Conda releases (see #44592 )

Adds missing [tool.azure-sdk-conda] section to pyproject.toml files for packages with stable releases on PyPi that lacked conda bundle configuration.

Changes

Added to all 10 packages:

[tool.azure-sdk-conda]
in_bundle = false

Affected Packages

  • azure-ai-projects
  • azure-security-attestation
  • azure-confidentialledger
  • azure-ai-language-conversations
  • azure-identity
  • azure-identity-broker
  • azure-ai-language-questionanswering
  • azure-servicebus
  • azure-ai-translation-text
  • azure-messaging-webpubsubclient

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • ghcr.io
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph pip org/repo --local /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python --branch main --directory sdk/attestation/azure-security-attestation --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt ln 3.4.0/bin/bash ntrust_Root_Cert/usr/lib/networkd-dispatcher/off.d/chrony-onoffline la/Atos_TrustedR--force /usr/bin/ln test (dns block)
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph pip org/repo --local /tmp/dependabot-base-RvJkkj/repo --branch main --directory sdk/attestation/azure-security-attestation --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt sed endabot/../../bijson la/Atos_TrustedR/usr/sbin/iptables 2011.pem est test (dns block)
    • Triggering command: /tmp/dependabot-cli/dependabot/dependabot /tmp/dependabot-cli/dependabot/dependabot graph pip org/repo --local /tmp/dependabot-base-RvJkkj/repo --branch main --directory sdk/cognitivelanguage/azure-ai-language-conversations --proxy-cert /home/REDACTED/work/_temp/runtime-logs/mkcert/rootCA.pem --updater-env NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/dbot-ca.crt sed ter/vendor/ruby/3.4.0/bin/bash Trus_Root_CA.pem/usr/bin/networkctl -e /usr/bin/sed test (dns block)
  • scanning-api.github.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>batch update remaining pyproject.tomls</issue_title>
<issue_description>The following packages need a [tool.azure-sdk-conda] section added to their pyproject.toml:

  • azure-ai-projects
  • azure-security-attestation
  • azure-confidentialledger
  • azure-ai-language-conversations
  • azure-identity
  • azure-identity-broker
  • azure-ai-language-questionanswering
  • azure-servicebus
  • azure-ai-translation-text
  • azure-messaging-webpubsubclient</issue_description>

<agent_instructions>for each listed package, check if it is in fact missing the section. if missing, add:

[tool.azure-sdk-conda]
in_bundle = false
```</agent_instructions>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: JennyPng <63012604+JennyPng@users.noreply.github.com>
Copilot AI changed the title [WIP] Add tool.azure-sdk-conda section to pyproject.tomls Add conda bundle configuration to 10 SDK packages Feb 5, 2026
Copilot AI requested a review from JennyPng February 5, 2026 19:23
@JennyPng JennyPng marked this pull request as ready for review February 5, 2026 23:26
Copilot AI review requested due to automatic review settings February 5, 2026 23:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the missing [tool.azure-sdk-conda] configuration section to pyproject.toml files for 10 Azure SDK packages. This configuration indicates whether each package should be included in conda bundles, with all 10 packages being set to in_bundle = false.

Changes:

  • Added [tool.azure-sdk-conda] section with in_bundle = false to 10 SDK package pyproject.toml files
  • Ensures consistent conda bundle configuration across the Azure SDK for Python repository

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/ai/azure-ai-projects/pyproject.toml Added conda bundle configuration to Azure AI Projects package
sdk/attestation/azure-security-attestation/pyproject.toml Added conda bundle configuration to Azure Security Attestation package
sdk/confidentialledger/azure-confidentialledger/pyproject.toml Added conda bundle configuration to Azure Confidential Ledger package
sdk/cognitivelanguage/azure-ai-language-conversations/pyproject.toml Added conda bundle configuration to Azure AI Language Conversations package
sdk/cognitivelanguage/azure-ai-language-questionanswering/pyproject.toml Added conda bundle configuration to Azure AI Language Question Answering package
sdk/identity/azure-identity/pyproject.toml Added conda bundle configuration to Azure Identity package
sdk/identity/azure-identity-broker/pyproject.toml Added conda bundle configuration to Azure Identity Broker package
sdk/servicebus/azure-servicebus/pyproject.toml Added conda bundle configuration to Azure Service Bus package
sdk/translation/azure-ai-translation-text/pyproject.toml Added conda bundle configuration to Azure AI Translation Text package
sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml Added conda bundle configuration to Azure Messaging WebPubSub Client package


[tool.azure-sdk-conda]
in_bundle = false

Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the extra blank line at the end of the file. Based on the pattern established in other pyproject.toml files in the repository, the file should end with a single blank line after the conda section, not two blank lines.

Suggested change

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

batch update remaining pyproject.tomls

2 participants