diff --git a/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml b/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml new file mode 100644 index 000000000000..d94846b2627b --- /dev/null +++ b/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml @@ -0,0 +1,70 @@ +{% set name = "azure-messaging-webpubsubclient" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('WEBPUBSUB_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - cryptography + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - pip + - pyjwt + - python + - six + - typing_extensions + - requests-oauthlib >=0.5.0 + - aiohttp + - isodate + - websocket-client >=1.6.0 + run: + - cryptography + - pyjwt + - python + - six + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - typing_extensions + - requests-oauthlib >=0.5.0 + - aiohttp + - isodate + - websocket-client >=1.6.0 + +test: + imports: + - azure.messaging.webpubsubclient + - azure.messaging.webpubsubclient.aio + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/webpubsub/azure-messaging-webpubsubclient" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure WebPubSub Client Library for Python" + description: | + Azure Web PubSub is a cloud service that helps developers easily build real-time features in web applications with publish-subscribe patterns at scale. + Any scenario that requires real-time messaging between server and clients or among clients following publish-subscribe patterns can benefit from using Web PubSub. Developers no longer need to poll the server by sending repeated HTTP requests at intervals, which is wasteful and hard-to-scale. + As shown in the diagram below, your clients establish WebSocket connections with your Web PubSub resource. This client library: + + - simplifies managing client connections + - simplifies sending messages among clients + - automatically retries after unintended drops of client connection + - reliably deliveries messages in number and in order after recovering from connection drops + Please see https://aka.ms/azsdk/conda/releases/webpubsubclient for version details. + doc_url: + dev_url: + +extra: + recipe-maintainers: + - xiangyan99 diff --git a/conda/conda-recipes/azure-mgmt/meta.yaml b/conda/conda-recipes/azure-mgmt/meta.yaml index 77f754dc3947..7e2bb51b0dcf 100644 --- a/conda/conda-recipes/azure-mgmt/meta.yaml +++ b/conda/conda-recipes/azure-mgmt/meta.yaml @@ -55,6 +55,9 @@ test: - azure.mgmt.apimanagement.aio.operations - azure.mgmt.apimanagement.models - azure.mgmt.apimanagement.operations + - azure.mgmt.appcomplianceautomation + - azure.mgmt.appcomplianceautomation.aio + - azure.mgmt.appcomplianceautomation.models - azure.mgmt.appconfiguration - azure.mgmt.appconfiguration.aio - azure.mgmt.appconfiguration.models @@ -641,6 +644,11 @@ test: - azure.mgmt.operationsmanagement.aio.operations - azure.mgmt.operationsmanagement.models - azure.mgmt.operationsmanagement.operations + - azure.mgmt.oracledatabase + - azure.mgmt.oracledatabase.aio + - azure.mgmt.oracledatabase.aio.operations + - azure.mgmt.oracledatabase.models + - azure.mgmt.oracledatabase.operations - azure.mgmt.orbital - azure.mgmt.orbital.aio - azure.mgmt.orbital.aio.operations @@ -834,6 +842,11 @@ test: - azure.mgmt.resourceconnector.aio.operations - azure.mgmt.resourceconnector.models - azure.mgmt.resourceconnector.operations + - azure.mgmt.scvmm + - azure.mgmt.scvmm.aio + - azure.mgmt.scvmm.aio.operations + - azure.mgmt.scvmm.models + - azure.mgmt.scvmm.operations - azure.mgmt.search - azure.mgmt.search.aio - azure.mgmt.search.aio.operations @@ -862,6 +875,11 @@ test: - azure.mgmt.servicefabric.aio.operations - azure.mgmt.servicefabric.models - azure.mgmt.servicefabric.operations + - azure.mgmt.servicefabricmanagedclusters + - azure.mgmt.servicefabricmanagedclusters.aio + - azure.mgmt.servicefabricmanagedclusters.aio.operations + - azure.mgmt.servicefabricmanagedclusters.models + - azure.mgmt.servicefabricmanagedclusters.operations - azure.mgmt.servicebus - azure.mgmt.servicebus.aio - azure.mgmt.servicebus.models diff --git a/conda/conda-recipes/conda_env.yml b/conda/conda-recipes/conda_env.yml index e9b129cc8c1a..51916da2f14f 100644 --- a/conda/conda-recipes/conda_env.yml +++ b/conda/conda-recipes/conda_env.yml @@ -1,2 +1,2 @@ variables: - AZURESDK_CONDA_VERSION: '2024.06.01' + AZURESDK_CONDA_VERSION: '2024.09.01' diff --git a/conda/conda-recipes/msal-extensions/meta.yaml b/conda/conda-recipes/msal-extensions/meta.yaml index ae7d40be18af..c5f3a17ef111 100644 --- a/conda/conda-recipes/msal-extensions/meta.yaml +++ b/conda/conda-recipes/msal-extensions/meta.yaml @@ -14,12 +14,12 @@ build: requirements: host: - - msal >=2023.06.01 + - msal >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} - pip - portalocker - python run: - - msal >=2023.06.01 + - msal >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} - portalocker - pyjwt - python diff --git a/conda/conda-releaselogs/azure-ai-contentsafety.md b/conda/conda-releaselogs/azure-ai-contentsafety.md index 7073027dc53d..e83f603892b4 100644 --- a/conda/conda-releaselogs/azure-ai-contentsafety.md +++ b/conda/conda-releaselogs/azure-ai-contentsafety.md @@ -1,5 +1,11 @@ Azure AI Content Safety client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-contentsafety-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-formrecognizer.md b/conda/conda-releaselogs/azure-ai-formrecognizer.md index 5d11fa9ca121..22335db13639 100644 --- a/conda/conda-releaselogs/azure-ai-formrecognizer.md +++ b/conda/conda-releaselogs/azure-ai-formrecognizer.md @@ -1,5 +1,11 @@ # Azure Form Recognizer client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-formrecognizer-3.3.3 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-language-conversations.md b/conda/conda-releaselogs/azure-ai-language-conversations.md index 55418a9ee618..2af86beda8e5 100644 --- a/conda/conda-releaselogs/azure-ai-language-conversations.md +++ b/conda/conda-releaselogs/azure-ai-language-conversations.md @@ -1,5 +1,11 @@ # Azure Conversational Language Understanding client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-language-conversations-1.1.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-language-questionanswering.md b/conda/conda-releaselogs/azure-ai-language-questionanswering.md index 11b907461013..193796c74e73 100644 --- a/conda/conda-releaselogs/azure-ai-language-questionanswering.md +++ b/conda/conda-releaselogs/azure-ai-language-questionanswering.md @@ -1,5 +1,11 @@ # Azure Cognitive Language Services Question Answering client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-language-questionanswering-1.1.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-metricsadvisor.md b/conda/conda-releaselogs/azure-ai-metricsadvisor.md index 805243fb146d..798443e3e5d6 100644 --- a/conda/conda-releaselogs/azure-ai-metricsadvisor.md +++ b/conda/conda-releaselogs/azure-ai-metricsadvisor.md @@ -1,5 +1,11 @@ # Azure Metrics Advisor client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-metricsadvisor-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-ml.md b/conda/conda-releaselogs/azure-ai-ml.md index d83a15d4dba1..c256d5884616 100644 --- a/conda/conda-releaselogs/azure-ai-ml.md +++ b/conda/conda-releaselogs/azure-ai-ml.md @@ -1,5 +1,11 @@ # Azure ML Package client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-ml-1.19.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-textanalytics.md b/conda/conda-releaselogs/azure-ai-textanalytics.md index 5be6870a48f0..d64aea9042be 100644 --- a/conda/conda-releaselogs/azure-ai-textanalytics.md +++ b/conda/conda-releaselogs/azure-ai-textanalytics.md @@ -1,5 +1,11 @@ # Azure Text Analytics client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-textanalytics-5.3.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-translation-document.md b/conda/conda-releaselogs/azure-ai-translation-document.md index 03cfff2994c1..e7a027b82b64 100644 --- a/conda/conda-releaselogs/azure-ai-translation-document.md +++ b/conda/conda-releaselogs/azure-ai-translation-document.md @@ -1,5 +1,11 @@ # Azure Document Translation client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-translation-document-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-translation-text.md b/conda/conda-releaselogs/azure-ai-translation-text.md index c23d9eaa9133..d28ab31b515c 100644 --- a/conda/conda-releaselogs/azure-ai-translation-text.md +++ b/conda/conda-releaselogs/azure-ai-translation-text.md @@ -1,5 +1,11 @@ # Azure Text Translation client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-ai-translation-text-1.0.1 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-appconfiguration.md b/conda/conda-releaselogs/azure-appconfiguration.md index 89dadddcd01b..9c2e60cfe160 100644 --- a/conda/conda-releaselogs/azure-appconfiguration.md +++ b/conda/conda-releaselogs/azure-appconfiguration.md @@ -1,5 +1,11 @@ # Azure App Configuration client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-appconfiguration-1.6.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-communication.md b/conda/conda-releaselogs/azure-communication.md index 5fd14ed45a89..7756f0cf4a3b 100644 --- a/conda/conda-releaselogs/azure-communication.md +++ b/conda/conda-releaselogs/azure-communication.md @@ -1,5 +1,19 @@ # Azure Communication client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-communication-chat-1.3.0 +- azure-communication-email-1.0.0 +- azure-communication-identity-1.5.0 +- azure-communication-phonenumbers-1.1.0 +- azure-communication-sms-1.0.1 +- azure-communication-callautomation-1.2.0 +- azure-communication-rooms-1.1.0 +- azure-communication-jobrouter-1.0.0 +- azure-communication-messages-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-confidentialledger.md b/conda/conda-releaselogs/azure-confidentialledger.md index 878751a9c4d7..5df288d92c72 100644 --- a/conda/conda-releaselogs/azure-confidentialledger.md +++ b/conda/conda-releaselogs/azure-confidentialledger.md @@ -1,5 +1,11 @@ # Microsoft Azure Confidential Ledger Client Library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-confidentialledger-1.1.1 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-containerregistry.md b/conda/conda-releaselogs/azure-containerregistry.md index 9c324138a7b8..bb477ef5a17c 100644 --- a/conda/conda-releaselogs/azure-containerregistry.md +++ b/conda/conda-releaselogs/azure-containerregistry.md @@ -1,5 +1,11 @@ # Azure Container Registry client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-containerregistry-1.2.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-core.md b/conda/conda-releaselogs/azure-core.md index 14c8a0cb0124..3a05957ddb79 100644 --- a/conda/conda-releaselogs/azure-core.md +++ b/conda/conda-releaselogs/azure-core.md @@ -1,5 +1,13 @@ # Azure Core client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-common-1.1.28 +- azure-core-1.30.2 +- azure-mgmt-core-1.4.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-cosmos.md b/conda/conda-releaselogs/azure-cosmos.md index 16c0b30b3403..cb9744e7cc2d 100644 --- a/conda/conda-releaselogs/azure-cosmos.md +++ b/conda/conda-releaselogs/azure-cosmos.md @@ -1,5 +1,11 @@ # Azure Cosmos DB SQL API client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-cosmos-4.7.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-data-tables.md b/conda/conda-releaselogs/azure-data-tables.md index 578d519559ee..687ca3e0c612 100644 --- a/conda/conda-releaselogs/azure-data-tables.md +++ b/conda/conda-releaselogs/azure-data-tables.md @@ -1,5 +1,11 @@ # Azure Tables client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-data-tables-12.5.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-developer-loadtesting.md b/conda/conda-releaselogs/azure-developer-loadtesting.md index addbf8279754..ca3432d12065 100644 --- a/conda/conda-releaselogs/azure-developer-loadtesting.md +++ b/conda/conda-releaselogs/azure-developer-loadtesting.md @@ -1,5 +1,11 @@ # Microsoft Azure Developer LoadTesting Client Library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-developer-loadtesting-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-digitaltwins-core.md b/conda/conda-releaselogs/azure-digitaltwins-core.md index be09fc14600b..74df16408f2d 100644 --- a/conda/conda-releaselogs/azure-digitaltwins-core.md +++ b/conda/conda-releaselogs/azure-digitaltwins-core.md @@ -1,5 +1,11 @@ # Azure Digital Twins Core client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-digitaltwins-core-1.2.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-eventgrid.md b/conda/conda-releaselogs/azure-eventgrid.md index 6f36b6fa250d..d7dccc2963f0 100644 --- a/conda/conda-releaselogs/azure-eventgrid.md +++ b/conda/conda-releaselogs/azure-eventgrid.md @@ -1,5 +1,11 @@ # Azure Event Grid client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-eventgrid-4.20.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-eventhub.md b/conda/conda-releaselogs/azure-eventhub.md index b3eb9d723e8f..93959193ae66 100644 --- a/conda/conda-releaselogs/azure-eventhub.md +++ b/conda/conda-releaselogs/azure-eventhub.md @@ -1,5 +1,13 @@ # Azure Event Hubs client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-eventhub-5.12.1 +- azure-eventhub-checkpointstoreblob-1.1.4 +- azure-eventhub-checkpointstoreblob-aio-1.1.4 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-identity.md b/conda/conda-releaselogs/azure-identity.md index ae2df2a0ade5..21d40fe39477 100644 --- a/conda/conda-releaselogs/azure-identity.md +++ b/conda/conda-releaselogs/azure-identity.md @@ -1,5 +1,11 @@ # Azure Identity client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-identity-1.16.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-iot-deviceupdate.md b/conda/conda-releaselogs/azure-iot-deviceupdate.md index dc50e1b35655..2ac6e0d58816 100644 --- a/conda/conda-releaselogs/azure-iot-deviceupdate.md +++ b/conda/conda-releaselogs/azure-iot-deviceupdate.md @@ -1,5 +1,11 @@ # Azure Device Update for IoT Hub client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-iot-deviceupdate-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-keyvault.md b/conda/conda-releaselogs/azure-keyvault.md index 1bc8102b20d0..7217702b93f4 100644 --- a/conda/conda-releaselogs/azure-keyvault.md +++ b/conda/conda-releaselogs/azure-keyvault.md @@ -1,5 +1,14 @@ # Azure Key Vault client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-keyvault-administration-4.4.0 +- azure-keyvault-certificates-4.8.0 +- azure-keyvault-keys-4.9.0 +- azure-keyvault-secrets-4.8.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-messaging-webpubsubclient.md b/conda/conda-releaselogs/azure-messaging-webpubsubclient.md new file mode 100644 index 000000000000..f535ec3ca584 --- /dev/null +++ b/conda/conda-releaselogs/azure-messaging-webpubsubclient.md @@ -0,0 +1,7 @@ +# Azure Web PubSub client library for Python (conda) + +## 2024.09.01 + +### Packages included + +- azure-messaging-webpubsubclient-1.1.0 diff --git a/conda/conda-releaselogs/azure-messaging-webpubsubservice.md b/conda/conda-releaselogs/azure-messaging-webpubsubservice.md index dc2c4c3f7d3c..5bb0875d2e30 100644 --- a/conda/conda-releaselogs/azure-messaging-webpubsubservice.md +++ b/conda/conda-releaselogs/azure-messaging-webpubsubservice.md @@ -1,5 +1,11 @@ # Azure Web PubSub service client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-messaging-webpubsubservice-1.2.1 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-mgmt.md b/conda/conda-releaselogs/azure-mgmt.md index 2cc9846d649f..67d6f3e1db1d 100644 --- a/conda/conda-releaselogs/azure-mgmt.md +++ b/conda/conda-releaselogs/azure-mgmt.md @@ -1,5 +1,169 @@ # Azure Resource Management library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-mgmt-advisor-9.0.0 +- azure-mgmt-alertsmanagement-1.0.0 +- azure-mgmt-apicenter-1.0.0 +- azure-mgmt-apimanagement-4.0.1 +- azure-mgmt-appcomplianceautomation-1.0.0 +- azure-mgmt-appconfiguration-3.0.0 +- azure-mgmt-appcontainers-3.1.0 +- azure-mgmt-applicationinsights-4.0.0 +- azure-mgmt-appplatform-9.1.0 +- azure-mgmt-attestation-1.0.0 +- azure-mgmt-authorization-4.0.0 +- azure-mgmt-automanage-1.0.0 +- azure-mgmt-automation-1.0.0 +- azure-mgmt-avs-8.0.0 +- azure-mgmt-azurearcdata-1.0.0 +- azure-mgmt-azurestack-1.0.0 +- azure-mgmt-azurestackhci-7.0.0 +- azure-mgmt-baremetalinfrastructure-1.0.0 +- azure-mgmt-batch-17.3.0 +- azure-mgmt-billing-6.0.0 +- azure-mgmt-botservice-2.0.0 +- azure-mgmt-cdn-13.1.1 +- azure-mgmt-changeanalysis-1.0.0 +- azure-mgmt-chaos-1.1.0 +- azure-mgmt-cognitiveservices-13.5.0 +- azure-mgmt-commerce-6.0.0 +- azure-mgmt-communication-2.1.0 +- azure-mgmt-compute-32.0.0 +- azure-mgmt-confidentialledger-1.0.0 +- azure-mgmt-confluent-2.1.0 +- azure-mgmt-connectedvmware-1.0.0 +- azure-mgmt-consumption-10.0.0 +- azure-mgmt-containerinstance-10.1.0 +- azure-mgmt-containerregistry-10.3.0 +- azure-mgmt-containerservice-31.0.0 +- azure-mgmt-containerservicefleet-2.0.0 +- azure-mgmt-cosmosdb-9.5.1 +- azure-mgmt-costmanagement-4.0.1 +- azure-mgmt-customproviders-1.0.0 +- azure-mgmt-dashboard-1.1.0 +- azure-mgmt-databox-2.0.0 +- azure-mgmt-databoxedge-1.0.0 +- azure-mgmt-databricks-2.0.0 +- azure-mgmt-datadog-2.1.0 +- azure-mgmt-datafactory-8.0.0 +- azure-mgmt-datamigration-10.0.0 +- azure-mgmt-dataprotection-1.4.0 +- azure-mgmt-datashare-1.0.0 +- azure-mgmt-deploymentmanager-1.0.0 +- azure-mgmt-desktopvirtualization-1.1.0 +- azure-mgmt-devcenter-1.1.0 +- azure-mgmt-deviceupdate-1.1.0 +- azure-mgmt-devtestlabs-9.0.0 +- azure-mgmt-digitaltwins-6.4.0 +- azure-mgmt-dns-8.0.1 +- azure-mgmt-dnsresolver-1.0.0 +- azure-mgmt-dynatrace-2.0.0 +- azure-mgmt-edgeorder-1.0.0 +- azure-mgmt-elastic-1.0.0 +- azure-mgmt-elasticsan-1.0.0 +- azure-mgmt-eventgrid-10.2.0 +- azure-mgmt-eventhub-11.0.0 +- azure-mgmt-extendedlocation-1.1.0 +- azure-mgmt-fluidrelay-1.0.0 +- azure-mgmt-frontdoor-1.2.0 +- azure-mgmt-graphservices-1.0.0 +- azure-mgmt-hanaonazure-1.0.0 +- azure-mgmt-hdinsight-9.0.0 +- azure-mgmt-healthcareapis-2.1.0 +- azure-mgmt-hybridcompute-8.0.0 +- azure-mgmt-hybridconnectivity-1.0.0 +- azure-mgmt-hybridcontainerservice-1.0.0 +- azure-mgmt-hybridkubernetes-1.1.0 +- azure-mgmt-hybridnetwork-2.0.0 +- azure-mgmt-imagebuilder-1.4.0 +- azure-mgmt-iothub-3.0.0 +- azure-mgmt-iothubprovisioningservices-1.1.0 +- azure-mgmt-keyvault-10.3.1 +- azure-mgmt-kubernetesconfiguration-3.1.0 +- azure-mgmt-kusto-3.3.0 +- azure-mgmt-labservices-2.0.0 +- azure-mgmt-loadtesting-1.0.0 +- azure-mgmt-loganalytics-12.0.0 +- azure-mgmt-logic-10.0.0 +- azure-mgmt-logz-1.0.0 +- azure-mgmt-machinelearningservices-1.0.0 +- azure-mgmt-maintenance-2.1.0 +- azure-mgmt-managednetworkfabric-1.0.0 +- azure-mgmt-managedservices-6.0.0 +- azure-mgmt-managementgroups-1.0.0 +- azure-mgmt-managementpartner-1.0.0 +- azure-mgmt-maps-2.1.0 +- azure-mgmt-marketplaceordering-1.1.0 +- azure-mgmt-media-10.2.0 +- azure-mgmt-mixedreality-1.0.0 +- azure-mgmt-mobilenetwork-3.3.0 +- azure-mgmt-monitor-6.0.2 +- azure-mgmt-msi-7.0.0 +- azure-mgmt-netapp-13.1.0 +- azure-mgmt-network-26.0.0 +- azure-mgmt-networkanalytics-1.0.0 +- azure-mgmt-networkcloud-1.0.0 +- azure-mgmt-newrelicobservability-1.1.0 +- azure-mgmt-nginx-3.0.0 +- azure-mgmt-notificationhubs-8.0.0 +- azure-mgmt-operationsmanagement-1.0.0 +- azure-mgmt-oracledatabase-1.0.0 +- azure-mgmt-orbital-2.0.0 +- azure-mgmt-operationsmanagement-1.0.0 +- azure-mgmt-paloaltonetworksngfw-1.0.0 +- azure-mgmt-peering-1.0.0 +- azure-mgmt-policyinsights-1.0.0 +- azure-mgmt-portal-1.0.0 +- azure-mgmt-powerbidedicated-1.0.0 +- azure-mgmt-privatedns-1.1.0 +- azure-mgmt-purview-1.0.0 +- azure-mgmt-qumulo-1.0.0 +- azure-mgmt-quota-1.1.0 +- azure-mgmt-rdbms-10.1.0 +- azure-mgmt-recoveryservices-3.0.0 +- azure-mgmt-recoveryservicesbackup-9.1.0 +- azure-mgmt-recoveryservicessiterecovery-1.2.0 +- azure-mgmt-redhatopenshift-1.5.0 +- azure-mgmt-redis-14.4.0 +- azure-mgmt-redisenterprise-3.0.0 +- azure-mgmt-relay-1.1.0 +- azure-mgmt-reservations-2.3.0 +- azure-mgmt-resource-23.1.1 +- azure-mgmt-resourceconnector-1.0.0 +- azure-mgmt-resourcemover-1.1.0 +- azure-mgmt-scvmm-1.0.0 +- azure-mgmt-search-9.1.0 +- azure-mgmt-security-7.0.0 +- azure-mgmt-securityinsight-1.0.0 +- azure-mgmt-selfhelp-1.0.0 +- azure-mgmt-serialconsole-1.0.0 +- azure-mgmt-servicebus-8.2.0 +- azure-mgmt-servicefabric-2.1.0 +- azure-mgmt-servicefabricmanagedclusters-2.0.0 +- azure-mgmt-servicelinker-1.1.0 +- azure-mgmt-servicenetworking-1.0.0 +- azure-mgmt-signalr-1.2.0 +- azure-mgmt-sphere-1.0.0 +- azure-mgmt-sql-3.0.1 +- azure-mgmt-storage-21.2.1 +- azure-mgmt-storagecache-1.5.0 +- azure-mgmt-storagemover-2.1.0 +- azure-mgmt-storagepool-1.0.0 +- azure-mgmt-storagesync-1.0.0 +- azure-mgmt-streamanalytics-1.0.0 +- azure-mgmt-subscription-3.1.1 +- azure-mgmt-support-7.0.0 +- azure-mgmt-synapse-2.0.0 +- azure-mgmt-timeseriesinsights-1.0.0 +- azure-mgmt-trafficmanager-1.1.0 +- azure-mgmt-voiceservices-1.0.0 +- azure-mgmt-web-7.3.0 +- azure-mgmt-webpubsub-1.1.0 +- azure-mgmt-workloads-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-ingestion.md b/conda/conda-releaselogs/azure-monitor-ingestion.md index d4d1a22d029b..6271db656215 100644 --- a/conda/conda-releaselogs/azure-monitor-ingestion.md +++ b/conda/conda-releaselogs/azure-monitor-ingestion.md @@ -1,5 +1,11 @@ # Azure Monitor Ingestion client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-monitor-ingestion-1.0.4 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-query.md b/conda/conda-releaselogs/azure-monitor-query.md index 91ae54b2a3c3..eb432fbf8614 100644 --- a/conda/conda-releaselogs/azure-monitor-query.md +++ b/conda/conda-releaselogs/azure-monitor-query.md @@ -1,5 +1,11 @@ # Azure Monitor Query client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-monitor-query-1.4.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-schemaregistry.md b/conda/conda-releaselogs/azure-schemaregistry.md index 5da666416590..05c6a8fc0d46 100644 --- a/conda/conda-releaselogs/azure-schemaregistry.md +++ b/conda/conda-releaselogs/azure-schemaregistry.md @@ -1,5 +1,12 @@ # Azure Schema Registry client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-schemaregistry-1.2.0 +- azure-schemaregistry-avroencoder-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-search-documents.md b/conda/conda-releaselogs/azure-search-documents.md index a10d0cfc41ed..547ff463a986 100644 --- a/conda/conda-releaselogs/azure-search-documents.md +++ b/conda/conda-releaselogs/azure-search-documents.md @@ -1,5 +1,11 @@ # Azure Cognitive Search client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-search-documents-11.4.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-security-attestation.md b/conda/conda-releaselogs/azure-security-attestation.md index c9143964cd66..54559acf6db0 100644 --- a/conda/conda-releaselogs/azure-security-attestation.md +++ b/conda/conda-releaselogs/azure-security-attestation.md @@ -1,5 +1,11 @@ # Azure Attestation client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-security-attestation-1.0.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-servicebus.md b/conda/conda-releaselogs/azure-servicebus.md index 143e70a79678..34d06cbf5989 100644 --- a/conda/conda-releaselogs/azure-servicebus.md +++ b/conda/conda-releaselogs/azure-servicebus.md @@ -1,5 +1,11 @@ # Azure Service Bus client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-servicebus-7.12.2 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-storage.md b/conda/conda-releaselogs/azure-storage.md index 0e4958cb7d3c..fd22cf032664 100644 --- a/conda/conda-releaselogs/azure-storage.md +++ b/conda/conda-releaselogs/azure-storage.md @@ -1,5 +1,14 @@ # Azure Storage client library for Python (conda) +## 2024.09.01 + +### Packages included + +- azure-storage-blob-12.22.0 +- azure-storage-file-datalake-12.16.0 +- azure-storage-file-share-12.17.0 +- azure-storage-queue-12.11.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/msal-extensions.md b/conda/conda-releaselogs/msal-extensions.md index a4c6a5eac4c4..3df0b06bb89a 100644 --- a/conda/conda-releaselogs/msal-extensions.md +++ b/conda/conda-releaselogs/msal-extensions.md @@ -1,5 +1,11 @@ # Microsoft Authentication Extensions for Python (conda) +## 2024.09.01 + +### Packages included + +- msal-extensions-1.2.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/msal.md b/conda/conda-releaselogs/msal.md index 3426558217ec..3570b4102f34 100644 --- a/conda/conda-releaselogs/msal.md +++ b/conda/conda-releaselogs/msal.md @@ -1,5 +1,11 @@ # Microsoft Authentication Library (MSAL) for Python (conda) +## 2024.09.01 + +### Packages included + +- msal-1.30.0 + ## 2024.06.01 ### Packages included diff --git a/conda/conda-releaselogs/msrest.md b/conda/conda-releaselogs/msrest.md index be8e3ae97635..ad1b6918e160 100644 --- a/conda/conda-releaselogs/msrest.md +++ b/conda/conda-releaselogs/msrest.md @@ -1,5 +1,11 @@ # AutoRest: Python Client Runtime (conda) +## 2024.09.01 + +### Packages included + +- msrest-0.7.1 + ## 2024.06.01 ### Packages included diff --git a/eng/pipelines/templates/stages/conda-sdk-client.yml b/eng/pipelines/templates/stages/conda-sdk-client.yml index 8594ca007329..8e5dc236828f 100644 --- a/eng/pipelines/templates/stages/conda-sdk-client.yml +++ b/eng/pipelines/templates/stages/conda-sdk-client.yml @@ -115,6 +115,10 @@ parameters: displayName: 'azure-messaging-webpubsubservice' type: boolean default: true + - name: release_azure_messaging_webpubsubclient + displayName: 'azure-messaging-webpubsubclient' + type: boolean + default: true - name: release_azure_monitor_query displayName: 'azure-monitor-query' type: boolean @@ -208,7 +212,7 @@ extends: in_batch: ${{ parameters.release_azure_core }} checkout: - package: azure-core - version: 1.30.1 + version: 1.30.2 - package: azure-mgmt-core version: 1.4.0 - package: azure-common @@ -222,13 +226,13 @@ extends: in_batch: true checkout: - package: msal - download_uri: https://files.pythonhosted.org/packages/b3/2a/76e64e6a5f0d3d12f4b3ab2cfc8b5e4fcb6982d15213aad9c8e6b20ebeae/msal-1.28.0.tar.gz + download_uri: https://files.pythonhosted.org/packages/03/ce/45b9af8f43fbbf34d15162e1e39ce34b675c234c56638277cc05562b6dbf/msal-1.30.0.tar.gz - name: msal-extensions common_root: msal in_batch: true checkout: - package: msal-extensions - download_uri: https://files.pythonhosted.org/packages/cb/ba/618771542cdc4bc5314c395076c397d67e2bdcd88564c6ca712a2497d1c6/msal-extensions-1.1.0.tar.gz + download_uri: https://files.pythonhosted.org/packages/2d/38/ad49272d0a5af95f7a0cb64a79bbd75c9c187f3b789385a143d8d537a5eb/msal_extensions-1.2.0.tar.gz - name: azure-identity service: identity in_batch: ${{ parameters.release_azure_identity }} @@ -241,13 +245,13 @@ extends: service: storage checkout: - package: azure-storage-blob - version: 12.20.0 + version: 12.22.0 - package: azure-storage-queue - version: 12.10.0 + version: 12.11.0 - package: azure-storage-file-share - version: 12.16.0 + version: 12.17.0 - package: azure-storage-file-datalake - version: 12.15.0 + version: 12.16.0 - name: azure-ai-ml service: ml in_batch: ${{ parameters.release_azure_ai_ml }} @@ -255,7 +259,7 @@ extends: - conda-forge checkout: - package: azure-ai-ml - version: 1.16.1 + version: 1.19.0 - name: azure-ai-contentsafety common_root: azure service: contentsafety @@ -306,7 +310,7 @@ extends: in_batch: ${{ parameters.release_azure_ai_translation_text }} checkout: - package: azure-ai-translation-text - version: 1.0.0 + version: 1.0.1 - name: azure-appconfiguration service: appconfiguration in_batch: ${{ parameters.release_azure_appconfiguration }} @@ -377,7 +381,7 @@ extends: in_batch: ${{ parameters.release_azure_eventgrid }} checkout: - package: azure-eventgrid - version: 4.19.0 + version: 4.20.0 - name: azure-eventhub service: eventhub common_root: azure/eventhub @@ -388,7 +392,7 @@ extends: - package: azure-eventhub-checkpointstoreblob-aio version: 1.1.4 - package: azure-eventhub - version: 5.12.0 + version: 5.12.1 - name: azure-iot-deviceupdate service: deviceupdate in_batch: ${{ parameters.release_azure_iot_deviceupdate }} @@ -413,19 +417,25 @@ extends: in_batch: ${{ parameters.release_azure_messaging_webpubsubservice }} checkout: - package: azure-messaging-webpubsubservice + version: 1.2.1 + - name: azure-messaging-webpubsubclient + service: webpubsub + in_batch: ${{ parameters.release_azure_messaging_webpubsubclient }} + checkout: + - package: azure-messaging-webpubsubclient version: 1.1.0 - name: azure-monitor-ingestion service: monitor in_batch: ${{ parameters.release_azure_monitor_ingestion }} checkout: - package: azure-monitor-ingestion - version: 1.0.3 + version: 1.0.4 - name: azure-monitor-query service: monitor in_batch: ${{ parameters.release_azure_monitor_query }} checkout: - package: azure-monitor-query - version: 1.3.0 + version: 1.4.0 - name: azure-schemaregistry service: schemaregistry common_root: azure/schemaregistry @@ -466,14 +476,16 @@ extends: version: 1.0.0 - package: azure-mgmt-apimanagement version: 4.0.1 + - package: azure-mgmt-appcomplianceautomation + version: 1.0.0 - package: azure-mgmt-appconfiguration version: 3.0.0 - package: azure-mgmt-appcontainers - version: 3.0.0 + version: 3.1.0 - package: azure-mgmt-applicationinsights version: 4.0.0 - package: azure-mgmt-appplatform - version: 9.0.0 + version: 9.1.0 - package: azure-mgmt-attestation version: 1.0.0 - package: azure-mgmt-authorization @@ -499,7 +511,7 @@ extends: - package: azure-mgmt-botservice version: 2.0.0 - package: azure-mgmt-cdn - version: 13.1.0 + version: 13.1.1 - package: azure-mgmt-changeanalysis version: 1.0.0 - package: azure-mgmt-chaos @@ -511,7 +523,7 @@ extends: - package: azure-mgmt-communication version: 2.1.0 - package: azure-mgmt-compute - version: 31.0.0 + version: 32.0.0 - package: azure-mgmt-confidentialledger version: 1.0.0 - package: azure-mgmt-confluent @@ -525,11 +537,11 @@ extends: - package: azure-mgmt-containerregistry version: 10.3.0 - package: azure-mgmt-containerservice - version: 30.0.0 + version: 31.0.0 - package: azure-mgmt-containerservicefleet version: 2.0.0 - package: azure-mgmt-cosmosdb - version: 9.5.0 + version: 9.5.1 - package: azure-mgmt-costmanagement version: 4.0.1 - package: azure-mgmt-customproviders @@ -545,11 +557,11 @@ extends: - package: azure-mgmt-datadog version: 2.1.0 - package: azure-mgmt-datafactory - version: 7.1.0 + version: 8.0.0 - package: azure-mgmt-datamigration version: 10.0.0 - package: azure-mgmt-dataprotection - version: 1.3.0 + version: 1.4.0 - package: azure-mgmt-datashare version: 1.0.0 - package: azure-mgmt-deploymentmanager @@ -605,13 +617,13 @@ extends: - package: azure-mgmt-hybridnetwork version: 2.0.0 - package: azure-mgmt-imagebuilder - version: 1.3.0 + version: 1.4.0 - package: azure-mgmt-iothub version: 3.0.0 - package: azure-mgmt-iothubprovisioningservices version: 1.1.0 - package: azure-mgmt-keyvault - version: 10.3.0 + version: 10.3.1 - package: azure-mgmt-kubernetesconfiguration version: 3.1.0 - package: azure-mgmt-kusto @@ -647,15 +659,15 @@ extends: - package: azure-mgmt-mixedreality version: 1.0.0 - package: azure-mgmt-mobilenetwork - version: 3.2.0 + version: 3.3.0 - package: azure-mgmt-monitor version: 6.0.2 - package: azure-mgmt-msi version: 7.0.0 - package: azure-mgmt-netapp - version: 12.0.0 + version: 13.1.0 - package: azure-mgmt-network - version: 25.3.0 + version: 26.0.0 - package: azure-mgmt-networkanalytics version: 1.0.0 - package: azure-mgmt-networkcloud @@ -668,6 +680,8 @@ extends: version: 8.0.0 - package: azure-mgmt-operationsmanagement version: 1.0.0 + - package: azure-mgmt-oracledatabase + version: 1.0.0 - package: azure-mgmt-orbital version: 2.0.0 - package: azure-mgmt-paloaltonetworksngfw @@ -697,9 +711,9 @@ extends: - package: azure-mgmt-recoveryservicessiterecovery version: 1.2.0 - package: azure-mgmt-redhatopenshift - version: 1.4.0 + version: 1.5.0 - package: azure-mgmt-redis - version: 14.3.0 + version: 14.4.0 - package: azure-mgmt-redisenterprise version: 3.0.0 - package: azure-mgmt-relay @@ -712,6 +726,8 @@ extends: version: 1.0.0 - package: azure-mgmt-resourcemover version: 1.1.0 + - package: azure-mgmt-scvmm + version: 1.0.0 - package: azure-mgmt-search version: 9.1.0 - package: azure-mgmt-security @@ -726,6 +742,8 @@ extends: version: 8.2.0 - package: azure-mgmt-servicefabric version: 2.1.0 + - package: azure-mgmt-servicefabricmanagedclusters + version: 2.0.0 - package: azure-mgmt-servicelinker version: 1.1.0 - package: azure-mgmt-servicenetworking @@ -737,11 +755,11 @@ extends: - package: azure-mgmt-sql version: 3.0.1 - package: azure-mgmt-storage - version: 21.1.0 + version: 21.2.1 - package: azure-mgmt-storagecache version: 1.5.0 - package: azure-mgmt-storagemover - version: 2.0.0 + version: 2.1.0 - package: azure-mgmt-storagepool version: 1.0.0 - package: azure-mgmt-storagesync @@ -761,7 +779,7 @@ extends: - package: azure-mgmt-voiceservices version: 1.0.0 - package: azure-mgmt-web - version: 7.2.0 + version: 7.3.0 - package: azure-mgmt-webpubsub version: 1.1.0 - package: azure-mgmt-workloads diff --git a/tools/azure-sdk-tools/ci_tools/conda/conda_functions.py b/tools/azure-sdk-tools/ci_tools/conda/conda_functions.py index ba29f0f72326..1a03b2a6c184 100644 --- a/tools/azure-sdk-tools/ci_tools/conda/conda_functions.py +++ b/tools/azure-sdk-tools/ci_tools/conda/conda_functions.py @@ -10,14 +10,13 @@ # Check CondaConfiguration.py for an larger example configuration blob that showcases all supported download methodologies. import argparse -import sys +import fnmatch import os import shutil import re import json import shlex import subprocess -import stat import urllib3 from shutil import rmtree @@ -240,6 +239,9 @@ def create_setup_files( with open(cfg_location, "w") as f: f.write(SETUP_CFG) +def tolerant_match(pkg_name, input_string): + pattern = pkg_name.replace('-', '[-_]') + return fnmatch.fnmatch(input_string, f"*{pattern}*") def create_combined_sdist( conda_build: CondaConfiguration, config_assembly_folder: str, config_assembled_folder: str @@ -274,7 +276,7 @@ def create_combined_sdist( [ os.path.join(config_assembled_folder, a) for a in os.listdir(config_assembled_folder) - if os.path.isfile(os.path.join(config_assembled_folder, a)) and conda_build.name in a + if os.path.isfile(os.path.join(config_assembled_folder, a)) and tolerant_match(conda_build.name, a) ] ) )