зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/conda/conda-recipes
Xiang Yan 9e6e792029
Conda 2024 09 01 (#36964)
* init 2024-09-01

* data plane update

* update

* update mgmt

* update

* update

* fix the issue with tools

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-09-01 07:59:28 -07:00
..
azure-ai-contentsafety Conda20240601 (#35638) 2024-06-01 09:03:39 -07:00
azure-ai-formrecognizer Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-language-conversations Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-language-questionanswering Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-metricsadvisor Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-ml Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-textanalytics Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-ai-translation-document Conda20240601 (#35638) 2024-06-01 09:03:39 -07:00
azure-ai-translation-text Conda20240601 (#35638) 2024-06-01 09:03:39 -07:00
azure-appconfiguration Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-communication Conda20240601 (#35638) 2024-06-01 09:03:39 -07:00
azure-confidentialledger Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-containerregistry Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-core Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-cosmos Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-data-tables Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-developer-loadtesting Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-digitaltwins-core Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-eventgrid Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-eventhub Conda20240301 (#34399) 2024-03-01 08:03:39 -08:00
azure-identity Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-iot-deviceupdate Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-keyvault Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-messaging-webpubsubclient Conda 2024 09 01 (#36964) 2024-09-01 07:59:28 -07:00
azure-messaging-webpubsubservice Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-mgmt Conda 2024 09 01 (#36964) 2024-09-01 07:59:28 -07:00
azure-monitor-ingestion Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-monitor-query Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-schemaregistry Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-search-documents Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-security-attestation Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
azure-servicebus Conda20240301 (#34399) 2024-03-01 08:03:39 -08:00
azure-storage Conda20240301 (#34399) 2024-03-01 08:03:39 -08:00
msal Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
msal-extensions Conda 2024 09 01 (#36964) 2024-09-01 07:59:28 -07:00
msrest Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
uamqp Conda20240301 (#34399) 2024-03-01 08:03:39 -08:00
README.md Refactor Conda Pipeline (#31804) 2023-09-06 16:24:33 -07:00
conda_env.yml Conda 2024 09 01 (#36964) 2024-09-01 07:59:28 -07:00

README.md

Azure SDK Conda Recipes

The conda recipes contained within this folder are used in conjunction with the azure-sdk-tools command sdk_build_conda.

This script accepts a json blob which defines a set of workloads (defined in eng/pipelines/templates/stages/conda-sdk-client.yml), then for each one:

  • Download the necessary source distribution code
  • Assemble a combined source distribution (in azure-storage case combining queue, blob, file, and datalake)
  • Generate a meta.yml that references the newly created source distribution
  • Assemble the final conda package using the meta.yml

If a json blob workload is not provided, a default one is generated from a yml configuration. Again, this file is located at eng/pipelines/templates/stages/conda-sdk-client.yml.

Within, there is a parameter defined called CondaArtifacts being passed to template build-conda-artifacts. That is the value that is parsed out, defaulting the in_batch variables to True. If you don't specify, you get everything!