From c10db40d6f6abe7bc8813d418b3b83b5ea679882 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 2 Jun 2026 20:52:02 +0000 Subject: [PATCH 1/8] Update conda files for 2026.06.01 release --- .../azure-ai-contentunderstanding/meta.yaml | 50 +++++ .../azure-ai-transcription/meta.yaml | 50 +++++ conda/conda-recipes/azure-batch/meta.yaml | 50 +++++ conda/conda-recipes/azure-mgmt/meta.yaml | 25 +++ .../azure-planetarycomputer/meta.yaml | 56 +++++ .../azure-postgresql-auth/meta.yaml | 44 ++++ conda/conda-recipes/conda_env.yml | 2 +- conda/conda-releaselogs/azure-ai-agents.md | 6 + .../azure-ai-contentsafety.md | 6 + .../azure-ai-contentunderstanding.md | 7 + .../azure-ai-documentintelligence.md | 6 + .../azure-ai-formrecognizer.md | 6 + .../azure-ai-language-conversations.md | 6 + .../azure-ai-language-questionanswering.md | 6 + conda/conda-releaselogs/azure-ai-ml.md | 6 + conda/conda-releaselogs/azure-ai-projects.md | 6 + .../azure-ai-textanalytics.md | 6 + .../azure-ai-transcription.md | 7 + .../azure-ai-translation-document.md | 6 + .../azure-ai-translation-text.md | 6 + conda/conda-releaselogs/azure-ai-vision.md | 6 + conda/conda-releaselogs/azure-ai-voicelive.md | 6 + .../azure-appconfiguration-provider.md | 6 + .../azure-appconfiguration.md | 6 + conda/conda-releaselogs/azure-batch.md | 7 + .../conda-releaselogs/azure-communication.md | 14 ++ .../azure-confidentialledger.md | 6 + .../azure-containerregistry.md | 6 + conda/conda-releaselogs/azure-core.md | 6 + conda/conda-releaselogs/azure-cosmos.md | 6 + conda/conda-releaselogs/azure-data-tables.md | 6 + .../azure-developer-loadtesting.md | 6 + .../azure-digitaltwins-core.md | 6 + conda/conda-releaselogs/azure-eventgrid.md | 6 + conda/conda-releaselogs/azure-eventhub.md | 8 + .../azure-health-deidentification.md | 6 + .../conda-releaselogs/azure-healthinsights.md | 6 + conda/conda-releaselogs/azure-identity.md | 6 + .../azure-iot-deviceupdate.md | 6 + conda/conda-releaselogs/azure-keyvault.md | 9 + .../azure-messaging-webpubsubclient.md | 6 + .../azure-messaging-webpubsubservice.md | 6 + conda/conda-releaselogs/azure-mgmt.md | 194 ++++++++++++++++++ .../azure-monitor-ingestion.md | 6 + .../azure-monitor-opentelemetry.md | 6 + .../conda-releaselogs/azure-monitor-query.md | 6 + .../azure-monitor-querymetrics.md | 6 + .../azure-planetarycomputer.md | 7 + .../azure-postgresql-auth.md | 7 + .../conda-releaselogs/azure-schemaregistry.md | 7 + .../azure-search-documents.md | 6 + .../azure-security-attestation.md | 6 + conda/conda-releaselogs/azure-servicebus.md | 6 + conda/conda-releaselogs/azure-storage.md | 9 + conda/conda-releaselogs/msal-extensions.md | 6 + conda/conda-releaselogs/msal.md | 6 + .../templates/stages/conda-sdk-client.yml | 189 +++++++++++------ 57 files changed, 907 insertions(+), 63 deletions(-) create mode 100644 conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml create mode 100644 conda/conda-recipes/azure-ai-transcription/meta.yaml create mode 100644 conda/conda-recipes/azure-batch/meta.yaml create mode 100644 conda/conda-recipes/azure-planetarycomputer/meta.yaml create mode 100644 conda/conda-recipes/azure-postgresql-auth/meta.yaml create mode 100644 conda/conda-releaselogs/azure-ai-contentunderstanding.md create mode 100644 conda/conda-releaselogs/azure-ai-transcription.md create mode 100644 conda/conda-releaselogs/azure-batch.md create mode 100644 conda/conda-releaselogs/azure-planetarycomputer.md create mode 100644 conda/conda-releaselogs/azure-postgresql-auth.md diff --git a/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml new file mode 100644 index 000000000000..17ace51dc636 --- /dev/null +++ b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml @@ -0,0 +1,50 @@ +{% set name = "azure-ai-contentunderstanding" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('CONTENTUNDERSTANDING_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + run: + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + +test: + imports: + - azure.ai.contentunderstanding + - azure.ai.contentunderstanding.aio + - azure.ai.contentunderstanding.models + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/contentunderstanding/azure-ai-contentunderstanding" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure Contentunderstanding Client Library for Python" + description: | + This is the Microsoft Azure Contentunderstanding Client Library for Python. + Please see https://aka.ms/azsdk/conda/releases/contentunderstanding for version details. + doc_url: + dev_url: + +extra: + recipe-maintainers: + - xiangyan99 diff --git a/conda/conda-recipes/azure-ai-transcription/meta.yaml b/conda/conda-recipes/azure-ai-transcription/meta.yaml new file mode 100644 index 000000000000..ab168eccfd40 --- /dev/null +++ b/conda/conda-recipes/azure-ai-transcription/meta.yaml @@ -0,0 +1,50 @@ +{% set name = "azure-ai-transcription" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('TRANSCRIPTION_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + run: + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + +test: + imports: + - azure.ai.transcription + - azure.ai.transcription.aio + - azure.ai.transcription.models + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/transcription/azure-ai-transcription" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure Transcription Client Library for Python" + description: | + This is the Microsoft Azure Transcription Client Library for Python. + Please see https://aka.ms/azsdk/conda/releases/transcription for version details. + doc_url: + dev_url: + +extra: + recipe-maintainers: + - xiangyan99 diff --git a/conda/conda-recipes/azure-batch/meta.yaml b/conda/conda-recipes/azure-batch/meta.yaml new file mode 100644 index 000000000000..b0dd83842eb1 --- /dev/null +++ b/conda/conda-recipes/azure-batch/meta.yaml @@ -0,0 +1,50 @@ +{% set name = "azure-batch" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('BATCH_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + run: + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - aiohttp + - isodate>=0.6.1 + - typing-extensions>=4.6.0 + +test: + imports: + - azure.batch + - azure.batch.aio + - azure.batch.models + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-batch" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure Batch Client Library for Python" + description: | + This is the Microsoft Azure Batch Client Library for Python. + Please see https://aka.ms/azsdk/conda/releases/batch 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 ed37c3c8d6bb..d2ec3fee5b1d 100644 --- a/conda/conda-recipes/azure-mgmt/meta.yaml +++ b/conda/conda-recipes/azure-mgmt/meta.yaml @@ -202,6 +202,11 @@ test: - azure.mgmt.computefleet.aio.operations - azure.mgmt.computefleet.models - azure.mgmt.computefleet.operations + - azure.mgmt.computelimit + - azure.mgmt.computelimit.aio + - azure.mgmt.computelimit.aio.operations + - azure.mgmt.computelimit.models + - azure.mgmt.computelimit.operations - azure.mgmt.computeschedule - azure.mgmt.computeschedule.aio - azure.mgmt.computeschedule.aio.operations @@ -347,6 +352,11 @@ test: - azure.mgmt.devtestlabs.operations - azure.mgmt.digitaltwins - azure.mgmt.digitaltwins.aio + - azure.mgmt.disconnectedoperations + - azure.mgmt.disconnectedoperations.aio + - azure.mgmt.disconnectedoperations.aio.operations + - azure.mgmt.disconnectedoperations.models + - azure.mgmt.disconnectedoperations.operations - azure.mgmt.dns - azure.mgmt.dns.aio - azure.mgmt.dns.aio.operations @@ -478,6 +488,11 @@ test: - azure.mgmt.informaticadatamanagement.aio.operations - azure.mgmt.informaticadatamanagement.models - azure.mgmt.informaticadatamanagement.operations + - azure.mgmt.iotcentral + - azure.mgmt.iotcentral.aio + - azure.mgmt.iotcentral.aio.operations + - azure.mgmt.iotcentral.models + - azure.mgmt.iotcentral.operations - azure.mgmt.iotfirmwaredefense - azure.mgmt.iotfirmwaredefense.aio - azure.mgmt.iotfirmwaredefense.aio.operations @@ -504,6 +519,11 @@ test: - azure.mgmt.keyvault.aio - azure.mgmt.kubernetesconfiguration - azure.mgmt.kubernetesconfiguration.aio + - azure.mgmt.kubernetesconfiguration.extensions + - azure.mgmt.kubernetesconfiguration.extensions.aio + - azure.mgmt.kubernetesconfiguration.extensions.aio.operations + - azure.mgmt.kubernetesconfiguration.extensions.models + - azure.mgmt.kubernetesconfiguration.extensions.operations - azure.mgmt.kubernetesconfiguration.v2023_05_01 - azure.mgmt.kubernetesconfiguration.v2023_05_01.aio - azure.mgmt.kubernetesconfiguration.v2023_05_01.aio.operations @@ -674,6 +694,11 @@ test: - azure.mgmt.peering.aio.operations - azure.mgmt.peering.models - azure.mgmt.peering.operations + - azure.mgmt.planetarycomputer + - azure.mgmt.planetarycomputer.aio + - azure.mgmt.planetarycomputer.aio.operations + - azure.mgmt.planetarycomputer.models + - azure.mgmt.planetarycomputer.operations - azure.mgmt.playwright - azure.mgmt.playwright.aio - azure.mgmt.playwright.aio.operations diff --git a/conda/conda-recipes/azure-planetarycomputer/meta.yaml b/conda/conda-recipes/azure-planetarycomputer/meta.yaml new file mode 100644 index 000000000000..4177b92bf889 --- /dev/null +++ b/conda/conda-recipes/azure-planetarycomputer/meta.yaml @@ -0,0 +1,56 @@ +{% set name = "azure-planetarycomputer" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('PLANETARYCOMPUTER_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - geojson>=2.0.0 + - aiohttp + - isodate>=0.6.1 + - pystac>=1.11.0 + - typing-extensions>=4.6.0 + run: + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + - geojson>=2.0.0 + - aiohttp + - isodate>=0.6.1 + - pystac>=1.11.0 + - typing-extensions>=4.6.0 + +test: + imports: + - azure.planetarycomputer + - azure.planetarycomputer.aio + - azure.planetarycomputer.models + - azure.planetarycomputer.operations + - azure.planetarycomputer.aio.operations + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/planetarycomputer/azure-planetarycomputer" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure Planetarycomputer Client Library for Python" + description: | + This is the Microsoft Azure Planetarycomputer Client Library for Python. + Please see https://aka.ms/azsdk/conda/releases/planetarycomputer for version details. + doc_url: + dev_url: + +extra: + recipe-maintainers: + - xiangyan99 diff --git a/conda/conda-recipes/azure-postgresql-auth/meta.yaml b/conda/conda-recipes/azure-postgresql-auth/meta.yaml new file mode 100644 index 000000000000..2c609fe68fe7 --- /dev/null +++ b/conda/conda-recipes/azure-postgresql-auth/meta.yaml @@ -0,0 +1,44 @@ +{% set name = "azure-postgresql-auth" %} + +package: + name: "{{ name|lower }}" + version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +source: + url: {{ environ.get('AUTH_SOURCE_DISTRIBUTION', '') }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install . -vv" + +requirements: + host: + - pip + - aiohttp + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + run: + - aiohttp + - python + - azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }} + +test: + imports: + - azure_postgresql_auth + +about: + home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/postgresql/azure-postgresql-auth" + license: MIT + license_family: MIT + license_file: + summary: "Microsoft Azure Postgresql Client Library for Python" + description: | + This is the Microsoft Azure Postgresql Client Library for Python. + Please see https://aka.ms/azsdk/conda/releases/postgresql for version details. + doc_url: + dev_url: + +extra: + recipe-maintainers: + - xiangyan99 diff --git a/conda/conda-recipes/conda_env.yml b/conda/conda-recipes/conda_env.yml index d01bdda64151..82c9b5977b2d 100644 --- a/conda/conda-recipes/conda_env.yml +++ b/conda/conda-recipes/conda_env.yml @@ -1,2 +1,2 @@ variables: - AZURESDK_CONDA_VERSION: '2026.03.01' + AZURESDK_CONDA_VERSION: '2026.06.01' diff --git a/conda/conda-releaselogs/azure-ai-agents.md b/conda/conda-releaselogs/azure-ai-agents.md index affba7f759b7..0516584f245e 100644 --- a/conda/conda-releaselogs/azure-ai-agents.md +++ b/conda/conda-releaselogs/azure-ai-agents.md @@ -1,5 +1,11 @@ # Azure AI Agents client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-ai-agents-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-contentsafety.md b/conda/conda-releaselogs/azure-ai-contentsafety.md index 2fc09c48dd91..a5a9969a7836 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) +## 2026.06.01 + +### Packages included + +- azure-ai-contentsafety-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-contentunderstanding.md b/conda/conda-releaselogs/azure-ai-contentunderstanding.md new file mode 100644 index 000000000000..b4742a3ec88c --- /dev/null +++ b/conda/conda-releaselogs/azure-ai-contentunderstanding.md @@ -0,0 +1,7 @@ +# Azure Ai Contentunderstanding client library for Python (conda) + +## 2026.06.01 + +### Packages included + +- azure-ai-contentunderstanding-1.1.0 \ No newline at end of file diff --git a/conda/conda-releaselogs/azure-ai-documentintelligence.md b/conda/conda-releaselogs/azure-ai-documentintelligence.md index 8c144f4f0073..cf78cd28dc13 100644 --- a/conda/conda-releaselogs/azure-ai-documentintelligence.md +++ b/conda/conda-releaselogs/azure-ai-documentintelligence.md @@ -1,5 +1,11 @@ # Azure AI Document Intelligence client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-ai-documentintelligence-1.0.2 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-formrecognizer.md b/conda/conda-releaselogs/azure-ai-formrecognizer.md index ba576def3a8e..48187f0df829 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) +## 2026.06.01 + +### Packages included + +- azure-ai-formrecognizer-3.3.3 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-language-conversations.md b/conda/conda-releaselogs/azure-ai-language-conversations.md index 5fba57f5e3b2..5134f520f003 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) +## 2026.06.01 + +### Packages included + +- azure-ai-language-conversations-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-language-questionanswering.md b/conda/conda-releaselogs/azure-ai-language-questionanswering.md index 8b581fdf89a1..f7dd5efcf871 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) +## 2026.06.01 + +### Packages included + +- azure-ai-language-questionanswering-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-ml.md b/conda/conda-releaselogs/azure-ai-ml.md index a9e303c3ea7c..4e9c1824ba62 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) +## 2026.06.01 + +### Packages included + +- azure-ai-ml-1.33.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-projects.md b/conda/conda-releaselogs/azure-ai-projects.md index 59b4b095b67f..70be21632f42 100644 --- a/conda/conda-releaselogs/azure-ai-projects.md +++ b/conda/conda-releaselogs/azure-ai-projects.md @@ -1,5 +1,11 @@ # Azure AI Projects client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-ai-projects-2.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-textanalytics.md b/conda/conda-releaselogs/azure-ai-textanalytics.md index ba928e5c5b04..9bbb35a2b101 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) +## 2026.06.01 + +### Packages included + +- azure-ai-textanalytics-5.4.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-transcription.md b/conda/conda-releaselogs/azure-ai-transcription.md new file mode 100644 index 000000000000..a6145e1cf360 --- /dev/null +++ b/conda/conda-releaselogs/azure-ai-transcription.md @@ -0,0 +1,7 @@ +# Azure Ai Transcription client library for Python (conda) + +## 2026.06.01 + +### Packages included + +- azure-ai-transcription-1.0.0 \ No newline at end of file diff --git a/conda/conda-releaselogs/azure-ai-translation-document.md b/conda/conda-releaselogs/azure-ai-translation-document.md index 41f1acbf06d9..c927ca196568 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) +## 2026.06.01 + +### Packages included + +- azure-ai-translation-document-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-translation-text.md b/conda/conda-releaselogs/azure-ai-translation-text.md index 9fc6d72bd2ab..eb2e9784defd 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) +## 2026.06.01 + +### Packages included + +- azure-ai-translation-text-1.0.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-vision.md b/conda/conda-releaselogs/azure-ai-vision.md index 56d27efefa3f..0528621b8a58 100644 --- a/conda/conda-releaselogs/azure-ai-vision.md +++ b/conda/conda-releaselogs/azure-ai-vision.md @@ -1,5 +1,11 @@ # Azure AI Vision client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-ai-vision-imageanalysis-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-ai-voicelive.md b/conda/conda-releaselogs/azure-ai-voicelive.md index 79bcc7e0735d..4a7934b1494d 100644 --- a/conda/conda-releaselogs/azure-ai-voicelive.md +++ b/conda/conda-releaselogs/azure-ai-voicelive.md @@ -1,5 +1,11 @@ # Azure AI VoiceLive client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-ai-voicelive-1.2.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-appconfiguration-provider.md b/conda/conda-releaselogs/azure-appconfiguration-provider.md index 64d6911a0b22..92ed5ec88655 100644 --- a/conda/conda-releaselogs/azure-appconfiguration-provider.md +++ b/conda/conda-releaselogs/azure-appconfiguration-provider.md @@ -1,5 +1,11 @@ # Azure Appconfiguration Provider client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-appconfiguration-provider-2.4.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-appconfiguration.md b/conda/conda-releaselogs/azure-appconfiguration.md index 58963a558567..77b5a76b7c45 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) +## 2026.06.01 + +### Packages included + +- azure-appconfiguration-1.8.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-batch.md b/conda/conda-releaselogs/azure-batch.md new file mode 100644 index 000000000000..08d4b7a088ed --- /dev/null +++ b/conda/conda-releaselogs/azure-batch.md @@ -0,0 +1,7 @@ +# Azure Batch client library for Python (conda) + +## 2026.06.01 + +### Packages included + +- azure-batch-15.1.0 \ No newline at end of file diff --git a/conda/conda-releaselogs/azure-communication.md b/conda/conda-releaselogs/azure-communication.md index 4b4a2ef53fb3..a5a3e8b7a1b4 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) +## 2026.06.01 + +### Packages included + +- azure-communication-callautomation-1.5.0 +- azure-communication-chat-1.3.0 +- azure-communication-email-1.1.0 +- azure-communication-identity-1.5.0 +- azure-communication-jobrouter-1.0.0 +- azure-communication-messages-1.1.0 +- azure-communication-phonenumbers-1.4.0 +- azure-communication-rooms-1.2.0 +- azure-communication-sms-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-confidentialledger.md b/conda/conda-releaselogs/azure-confidentialledger.md index 3d0a8918eec2..fb43cb87ed04 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) +## 2026.06.01 + +### Packages included + +- azure-confidentialledger-1.1.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-containerregistry.md b/conda/conda-releaselogs/azure-containerregistry.md index 95042ede7684..814c9d7a1157 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) +## 2026.06.01 + +### Packages included + +- azure-containerregistry-1.2.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-core.md b/conda/conda-releaselogs/azure-core.md index 65f63b64aab2..a4026c333ead 100644 --- a/conda/conda-releaselogs/azure-core.md +++ b/conda/conda-releaselogs/azure-core.md @@ -1,5 +1,11 @@ # Azure Core client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-core-1.41.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-cosmos.md b/conda/conda-releaselogs/azure-cosmos.md index 7b976923bf3f..3f1941c7007f 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) +## 2026.06.01 + +### Packages included + +- azure-cosmos-4.15.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-data-tables.md b/conda/conda-releaselogs/azure-data-tables.md index d53b7e8fdc49..addeb243e30e 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) +## 2026.06.01 + +### Packages included + +- azure-data-tables-12.7.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-developer-loadtesting.md b/conda/conda-releaselogs/azure-developer-loadtesting.md index eb5864dc6d95..4a51622d8694 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) +## 2026.06.01 + +### Packages included + +- azure-developer-loadtesting-1.0.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-digitaltwins-core.md b/conda/conda-releaselogs/azure-digitaltwins-core.md index 4f61687a8f2d..5f1635043842 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) +## 2026.06.01 + +### Packages included + +- azure-digitaltwins-core-1.3.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-eventgrid.md b/conda/conda-releaselogs/azure-eventgrid.md index 83cc0c3f38a0..ecae76aefc5e 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) +## 2026.06.01 + +### Packages included + +- azure-eventgrid-4.22.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-eventhub.md b/conda/conda-releaselogs/azure-eventhub.md index ca06e0ff6726..e6e89e252a2e 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) +## 2026.06.01 + +### Packages included + +- azure-eventhub-checkpointstoreblob-1.2.0 +- azure-eventhub-checkpointstoreblob-aio-1.2.0 +- azure-eventhub-5.15.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-health-deidentification.md b/conda/conda-releaselogs/azure-health-deidentification.md index 2ab7c885db8e..98aa46d62b16 100644 --- a/conda/conda-releaselogs/azure-health-deidentification.md +++ b/conda/conda-releaselogs/azure-health-deidentification.md @@ -1,5 +1,11 @@ # Azure Health Deidentification client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-health-deidentification-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-healthinsights.md b/conda/conda-releaselogs/azure-healthinsights.md index ee4821edfa63..f594dd4dabae 100644 --- a/conda/conda-releaselogs/azure-healthinsights.md +++ b/conda/conda-releaselogs/azure-healthinsights.md @@ -1,5 +1,11 @@ # Azure Cognitive Services Health Insights client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-healthinsights-radiologyinsights-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-identity.md b/conda/conda-releaselogs/azure-identity.md index b3c292414f95..fa293aac8603 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) +## 2026.06.01 + +### Packages included + +- azure-identity-1.25.3 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-iot-deviceupdate.md b/conda/conda-releaselogs/azure-iot-deviceupdate.md index 33a508f1c050..08644caa02fb 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) +## 2026.06.01 + +### Packages included + +- azure-iot-deviceupdate-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-keyvault.md b/conda/conda-releaselogs/azure-keyvault.md index b08857b127ab..b92e148d4c7b 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) +## 2026.06.01 + +### Packages included + +- azure-keyvault-administration-4.7.0 +- azure-keyvault-certificates-4.11.1 +- azure-keyvault-keys-4.11.1 +- azure-keyvault-secrets-4.11.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-messaging-webpubsubclient.md b/conda/conda-releaselogs/azure-messaging-webpubsubclient.md index 6410c5081379..16808c51c98e 100644 --- a/conda/conda-releaselogs/azure-messaging-webpubsubclient.md +++ b/conda/conda-releaselogs/azure-messaging-webpubsubclient.md @@ -1,5 +1,11 @@ # Azure Web PubSub client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-messaging-webpubsubclient-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-messaging-webpubsubservice.md b/conda/conda-releaselogs/azure-messaging-webpubsubservice.md index 9f3d7df99a13..ae702fc2fa19 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) +## 2026.06.01 + +### Packages included + +- azure-messaging-webpubsubservice-1.3.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-mgmt.md b/conda/conda-releaselogs/azure-mgmt.md index 7e380cd73a9e..3c5e684a05d0 100644 --- a/conda/conda-releaselogs/azure-mgmt.md +++ b/conda/conda-releaselogs/azure-mgmt.md @@ -1,5 +1,199 @@ # Azure Resource Management library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-mgmt-core-1.6.0 +- azure-mgmt-devcenter-1.1.0 +- azure-mgmt-elasticsan-2.0.0 +- azure-mgmt-advisor-9.0.1 +- azure-mgmt-alertsmanagement-1.0.1 +- azure-mgmt-apicenter-1.0.0 +- azure-mgmt-apimanagement-5.0.0 +- azure-mgmt-appcomplianceautomation-1.0.0 +- azure-mgmt-appconfiguration-5.0.0 +- azure-mgmt-web-11.0.0 +- azure-mgmt-applicationinsights-4.1.0 +- azure-mgmt-azurearcdata-1.0.1 +- azure-mgmt-arizeaiobservabilityeval-1.0.0 +- azure-mgmt-artifactsigning-1.0.0 +- azure-mgmt-attestation-2.0.0 +- azure-mgmt-authorization-4.0.0 +- azure-mgmt-automanage-1.0.0 +- azure-mgmt-automation-1.0.1 +- azure-mgmt-search-9.2.0 +- azure-mgmt-azurestack-1.0.1 +- azure-mgmt-azurestackhci-8.0.0 +- azure-mgmt-avs-10.0.0 +- azure-mgmt-baremetalinfrastructure-1.0.1 +- azure-mgmt-batch-19.0.0 +- azure-mgmt-billing-7.0.0 +- azure-mgmt-botservice-2.0.0 +- azure-mgmt-carbonoptimization-1.0.0 +- azure-mgmt-chaos-2.0.0 +- azure-mgmt-cognitiveservices-14.1.0 +- azure-mgmt-commerce-6.0.1 +- azure-mgmt-communication-2.2.0 +- azure-mgmt-compute-38.0.0 +- azure-mgmt-computefleet-1.0.0 +- azure-mgmt-computeschedule-1.1.0 +- azure-mgmt-computelimit-1.0.0 +- azure-mgmt-confidentialledger-1.0.1 +- azure-mgmt-confluent-2.1.0 +- azure-mgmt-connectedvmware-1.0.0 +- azure-mgmt-consumption-10.0.0 +- azure-mgmt-appcontainers-4.0.0 +- azure-mgmt-containerinstance-10.1.0 +- azure-mgmt-containerregistry-15.0.0 +- azure-mgmt-containerservice-41.2.0 +- azure-mgmt-containerservicefleet-3.1.0 +- azure-mgmt-cdn-13.1.1 +- azure-mgmt-cosmosdb-9.9.0 +- azure-mgmt-cosmosdbforpostgresql-1.0.0 +- azure-mgmt-costmanagement-4.0.1 +- azure-mgmt-customproviders-1.0.1 +- azure-mgmt-databox-3.1.0 +- azure-mgmt-databoxedge-2.0.0 +- azure-mgmt-datafactory-9.3.0 +- azure-mgmt-datalake-store-1.0.0 +- azure-mgmt-datamigration-10.1.0 +- azure-mgmt-dataprotection-2.0.1 +- azure-mgmt-datashare-1.0.1 +- azure-mgmt-databricks-2.0.0 +- azure-mgmt-datadog-2.1.0 +- azure-mgmt-dellstorage-1.0.0 +- azure-mgmt-deploymentmanager-1.0.0 +- azure-mgmt-desktopvirtualization-2.0.0 +- azure-mgmt-iothubprovisioningservices-1.1.0 +- azure-mgmt-deviceregistry-1.1.0 +- azure-mgmt-deviceupdate-1.1.0 +- azure-mgmt-devopsinfrastructure-1.0.0 +- azure-mgmt-devtestlabs-9.0.1 +- azure-mgmt-digitaltwins-7.0.0 +- azure-mgmt-disconnectedoperations-1.0.0 +- azure-mgmt-dns-9.0.0 +- azure-mgmt-dnsresolver-1.1.0 +- azure-mgmt-durabletask-1.1.0 +- azure-mgmt-dynatrace-2.0.0 +- azure-mgmt-edgeorder-2.0.0 +- azure-mgmt-elastic-2.0.0 +- azure-mgmt-eventgrid-10.4.0 +- azure-mgmt-eventhub-11.2.0 +- azure-mgmt-extendedlocation-2.0.0 +- azure-mgmt-fabric-1.0.0 +- azure-mgmt-fluidrelay-1.0.0 +- azure-mgmt-frontdoor-1.2.0 +- azure-mgmt-graphservices-1.0.0 +- azure-mgmt-hanaonazure-1.0.1 +- azure-mgmt-hardwaresecuritymodules-1.0.0 +- azure-mgmt-hdinsight-9.0.1 +- azure-mgmt-healthdataaiservices-1.0.0 +- azure-mgmt-healthcareapis-2.1.0 +- azure-mgmt-hybridcompute-9.0.0 +- azure-mgmt-hybridconnectivity-1.0.0 +- azure-mgmt-hybridcontainerservice-1.0.0 +- azure-mgmt-hybridkubernetes-1.2.0 +- azure-mgmt-hybridnetwork-2.0.0 +- azure-mgmt-imagebuilder-1.4.0 +- azure-mgmt-informaticadatamanagement-1.0.0 +- azure-mgmt-iotcentral-9.0.1 +- azure-mgmt-iotfirmwaredefense-2.0.0 +- azure-mgmt-iothub-4.0.0 +- azure-mgmt-iotoperations-1.1.0 +- azure-mgmt-keyvault-14.0.1 +- azure-mgmt-kubernetesconfiguration-3.1.0 +- azure-mgmt-kubernetesconfiguration-extensions-1.0.0 +- azure-mgmt-kusto-3.4.0 +- azure-mgmt-labservices-2.0.0 +- azure-mgmt-lambdatesthyperexecute-1.0.0 +- azure-mgmt-loadtesting-1.0.0 +- azure-mgmt-loganalytics-13.1.1 +- azure-mgmt-logic-10.0.0 +- azure-mgmt-machinelearningservices-1.0.1 +- azure-mgmt-maintenance-2.1.0 +- azure-mgmt-dashboard-2.0.0 +- azure-mgmt-managednetworkfabric-1.0.0 +- azure-mgmt-msi-7.1.0 +- azure-mgmt-managedservices-6.0.1 +- azure-mgmt-managementgroups-1.1.0 +- azure-mgmt-managementpartner-1.0.1 +- azure-mgmt-maps-2.1.0 +- azure-mgmt-marketplaceordering-1.1.1 +- azure-mgmt-mongocluster-1.1.0 +- azure-mgmt-mongodbatlas-1.0.0 +- azure-mgmt-monitor-7.0.0 +- azure-mgmt-mysqlflexibleservers-1.0.0 +- azure-mgmt-netapp-16.0.0 +- azure-mgmt-network-30.2.0 +- azure-mgmt-networkcloud-2.2.0 +- azure-mgmt-newrelicobservability-1.1.0 +- azure-mgmt-nginx-4.0.0 +- azure-mgmt-notificationhubs-8.0.0 +- azure-mgmt-operationsmanagement-1.0.1 +- azure-mgmt-oracledatabase-3.0.0 +- azure-mgmt-orbital-2.0.0 +- azure-mgmt-paloaltonetworksngfw-1.1.0 +- azure-mgmt-peering-1.0.1 +- azure-mgmt-planetarycomputer-1.0.0 +- azure-mgmt-playwright-1.0.0 +- azure-mgmt-policyinsights-1.0.1 +- azure-mgmt-portal-1.0.1 +- azure-mgmt-rdbms-10.1.1 +- azure-mgmt-postgresqlflexibleservers-2.0.0 +- azure-mgmt-powerbidedicated-1.0.1 +- azure-mgmt-privatedns-1.2.0 +- azure-mgmt-purestorageblock-1.0.0 +- azure-mgmt-purview-1.0.1 +- azure-mgmt-qumulo-2.0.0 +- azure-mgmt-quota-3.0.1 +- azure-mgmt-recoveryservices-4.0.1 +- azure-mgmt-recoveryservicesbackup-10.0.0 +- azure-mgmt-recoveryservicesdatareplication-1.0.0 +- azure-mgmt-recoveryservicessiterecovery-1.3.0 +- azure-mgmt-redhatopenshift-3.0.0 +- azure-mgmt-redis-14.5.0 +- azure-mgmt-redisenterprise-3.1.0 +- azure-mgmt-relay-1.1.1 +- azure-mgmt-reservations-2.3.0 +- azure-mgmt-resourceconnector-1.0.0 +- azure-mgmt-resourcegraph-8.0.1 +- azure-mgmt-resourcemover-1.1.0 +- azure-mgmt-resource-deploymentstacks-1.0.0 +- azure-mgmt-resource-25.0.0 +- azure-mgmt-scvmm-1.0.0 +- azure-mgmt-security-7.0.0 +- azure-mgmt-securityinsight-1.0.0 +- azure-mgmt-selfhelp-1.0.0 +- azure-mgmt-serialconsole-1.0.1 +- azure-mgmt-servicebus-9.0.0 +- azure-mgmt-servicefabric-2.1.0 +- azure-mgmt-servicefabricmanagedclusters-3.0.0 +- azure-mgmt-servicelinker-1.1.0 +- azure-mgmt-servicenetworking-2.0.0 +- azure-mgmt-signalr-1.2.0 +- azure-mgmt-sitemanager-1.0.1 +- azure-mgmt-sphere-1.0.0 +- azure-mgmt-sql-3.0.1 +- azure-mgmt-standbypool-2.0.0 +- azure-mgmt-storage-25.0.0 +- azure-mgmt-storageactions-1.0.0 +- azure-mgmt-storagecache-3.0.1 +- azure-mgmt-storagemover-3.0.0 +- azure-mgmt-storagepool-1.0.0 +- azure-mgmt-storagesync-1.0.1 +- azure-mgmt-storagediscovery-1.0.1 +- 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-webpubsub-2.0.0 +- azure-mgmt-workloads-1.0.0 +- azure-mgmt-workloadssapvirtualinstance-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-ingestion.md b/conda/conda-releaselogs/azure-monitor-ingestion.md index 0735796b4226..8b2fa3c80b59 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) +## 2026.06.01 + +### Packages included + +- azure-monitor-ingestion-1.1.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-opentelemetry.md b/conda/conda-releaselogs/azure-monitor-opentelemetry.md index d4b823aedb34..991cfd14000a 100644 --- a/conda/conda-releaselogs/azure-monitor-opentelemetry.md +++ b/conda/conda-releaselogs/azure-monitor-opentelemetry.md @@ -1,5 +1,11 @@ # Azure Monitor Opentelemetry client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-monitor-opentelemetry-1.8.8 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-query.md b/conda/conda-releaselogs/azure-monitor-query.md index a1e1efdadccd..b2b7947f4f68 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) +## 2026.06.01 + +### Packages included + +- azure-monitor-query-2.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-monitor-querymetrics.md b/conda/conda-releaselogs/azure-monitor-querymetrics.md index 9787f3a22235..a025f755d65a 100644 --- a/conda/conda-releaselogs/azure-monitor-querymetrics.md +++ b/conda/conda-releaselogs/azure-monitor-querymetrics.md @@ -1,5 +1,11 @@ # Azure Monitor Query Metrics client library for Python (conda) +## 2026.06.01 + +### Packages included + +- azure-monitor-querymetrics-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-planetarycomputer.md b/conda/conda-releaselogs/azure-planetarycomputer.md new file mode 100644 index 000000000000..ab79aa2de940 --- /dev/null +++ b/conda/conda-releaselogs/azure-planetarycomputer.md @@ -0,0 +1,7 @@ +# Azure Planetarycomputer client library for Python (conda) + +## 2026.06.01 + +### Packages included + +- azure-planetarycomputer-1.0.0 \ No newline at end of file diff --git a/conda/conda-releaselogs/azure-postgresql-auth.md b/conda/conda-releaselogs/azure-postgresql-auth.md new file mode 100644 index 000000000000..92821b397dd8 --- /dev/null +++ b/conda/conda-releaselogs/azure-postgresql-auth.md @@ -0,0 +1,7 @@ +# Azure Postgresql Auth client library for Python (conda) + +## 2026.06.01 + +### Packages included + +- azure-postgresql-auth-1.0.2 \ No newline at end of file diff --git a/conda/conda-releaselogs/azure-schemaregistry.md b/conda/conda-releaselogs/azure-schemaregistry.md index 1fd07fd734eb..7f0b88d0f796 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) +## 2026.06.01 + +### Packages included + +- azure-schemaregistry-1.3.0 +- azure-schemaregistry-avroencoder-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-search-documents.md b/conda/conda-releaselogs/azure-search-documents.md index c44ea5dfb002..7e367d867d3e 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) +## 2026.06.01 + +### Packages included + +- azure-search-documents-12.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-security-attestation.md b/conda/conda-releaselogs/azure-security-attestation.md index c2642fff0074..1897db14cebc 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) +## 2026.06.01 + +### Packages included + +- azure-security-attestation-1.0.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-servicebus.md b/conda/conda-releaselogs/azure-servicebus.md index bbc8c7c1625e..2833391bdd67 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) +## 2026.06.01 + +### Packages included + +- azure-servicebus-7.14.3 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/azure-storage.md b/conda/conda-releaselogs/azure-storage.md index 24dd7144ed00..122f8d1d8c64 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) +## 2026.06.01 + +### Packages included + +- azure-storage-blob-12.29.0 +- azure-storage-file-datalake-12.24.0 +- azure-storage-file-share-12.25.0 +- azure-storage-queue-12.16.0 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/msal-extensions.md b/conda/conda-releaselogs/msal-extensions.md index dd54d58f8365..18c09742285e 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) +## 2026.06.01 + +### Packages included + +- msal-extensions-1.3.1 + ## 2026.03.01 ### Packages included diff --git a/conda/conda-releaselogs/msal.md b/conda/conda-releaselogs/msal.md index 41c96788fc55..2095cf826568 100644 --- a/conda/conda-releaselogs/msal.md +++ b/conda/conda-releaselogs/msal.md @@ -1,5 +1,11 @@ # Microsoft Authentication Library (MSAL) for Python (conda) +## 2026.06.01 + +### Packages included + +- msal-1.37.0 + ## 2026.03.01 ### Packages included diff --git a/eng/pipelines/templates/stages/conda-sdk-client.yml b/eng/pipelines/templates/stages/conda-sdk-client.yml index ae4b775891e1..316533029753 100644 --- a/eng/pipelines/templates/stages/conda-sdk-client.yml +++ b/eng/pipelines/templates/stages/conda-sdk-client.yml @@ -197,6 +197,26 @@ parameters: displayName: azure-mgmt type: boolean default: true + - name: release_azure_ai_transcription + displayName: azure-ai-transcription + type: boolean + default: true + - name: release_azure_batch + displayName: azure-batch + type: boolean + default: true + - name: release_azure_planetarycomputer + displayName: azure-planetarycomputer + type: boolean + default: true + - name: release_azure_postgresql_auth + displayName: azure-postgresql-auth + type: boolean + default: true + - name: release_azure_ai_contentunderstanding + displayName: azure-ai-contentunderstanding + type: boolean + default: true extends: template: /eng/pipelines/templates/stages/1es-redirect.yml parameters: @@ -222,7 +242,7 @@ extends: in_batch: ${{ parameters.release_azure_core }} checkout: - package: azure-core - version: 1.38.2 + version: 1.41.0 - package: azure-mgmt-core version: 1.6.0 - package: azure-common @@ -231,19 +251,19 @@ extends: in_batch: true checkout: - package: msal - download_uri: https://files.pythonhosted.org/packages/cf/0e/c857c46d653e104019a84f22d4494f2119b4fe9f896c92b4b864b3b045cc/msal-1.34.0.tar.gz + download_uri: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/download/msal/1.37.0/msal-1.37.0.tar.gz - name: msal-extensions common_root: msal in_batch: true checkout: - package: msal-extensions - download_uri: https://files.pythonhosted.org/packages/01/99/5d239b6156eddf761a636bded1118414d161bd6b7b37a9335549ed159396/msal_extensions-1.3.1.tar.gz + download_uri: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/download/msal-extensions/1.3.1/msal_extensions-1.3.1.tar.gz - name: azure-identity service: identity in_batch: ${{ parameters.release_azure_identity }} checkout: - package: azure-identity - version: 1.25.2 + version: 1.25.3 - name: azure-healthinsights common_root: azure in_batch: ${{ parameters.release_azure_healthinsights }} @@ -257,13 +277,13 @@ extends: service: storage checkout: - package: azure-storage-blob - version: 12.28.0 + version: 12.29.0 - package: azure-storage-queue - version: 12.15.0 + version: 12.16.0 - package: azure-storage-file-share - version: 12.24.0 + version: 12.25.0 - package: azure-storage-file-datalake - version: 12.23.0 + version: 12.24.0 - name: azure-ai-ml service: ml in_batch: ${{ parameters.release_azure_ai_ml }} @@ -271,7 +291,7 @@ extends: - conda-forge checkout: - package: azure-ai-ml - version: 1.31.0 + version: 1.33.0 - name: azure-ai-contentsafety common_root: azure service: contentsafety @@ -285,7 +305,7 @@ extends: in_batch: ${{ parameters.release_azure_ai_evaluation }} checkout: - package: azure-ai-evaluation - version: 1.15.1 + version: 1.16.9 - name: azure-ai-formrecognizer common_root: azure service: formrecognizer @@ -311,7 +331,7 @@ extends: in_batch: ${{ parameters.release_azure_ai_textanalytics }} checkout: - package: azure-ai-textanalytics - version: 5.3.0 + version: 5.4.0 - name: azure-ai-translation-document service: translation in_batch: ${{ parameters.release_azure_ai_translation_document }} @@ -336,7 +356,7 @@ extends: in_batch: ${{ parameters.release_azure_appconfiguration }} checkout: - package: azure-appconfiguration - version: 1.8.0 + version: 1.8.1 - name: azure-appconfiguration-provider service: appconfiguration in_batch: ${{ parameters.release_azure_appconfiguration_provider }} @@ -431,13 +451,13 @@ extends: in_batch: ${{ parameters.release_azure_keyvault }} checkout: - package: azure-keyvault-administration - version: 4.6.0 + version: 4.7.0 - package: azure-keyvault-certificates - version: 4.10.0 + version: 4.11.1 - package: azure-keyvault-keys - version: 4.11.0 + version: 4.11.1 - package: azure-keyvault-secrets - version: 4.10.0 + version: 4.11.0 - name: azure-messaging-webpubsubservice service: webpubsub in_batch: ${{ parameters.release_azure_messaging_webpubsubservice }} @@ -461,7 +481,7 @@ extends: in_batch: ${{ parameters.release_azure_monitor_opentelemetry }} checkout: - package: azure-monitor-opentelemetry - version: 1.8.6 + version: 1.8.8 - name: azure-monitor-query service: monitor in_batch: ${{ parameters.release_azure_monitor_query }} @@ -482,7 +502,7 @@ extends: in_batch: ${{ parameters.release_azure_search_documents }} checkout: - package: azure-search-documents - version: 11.6.0 + version: 12.0.0 - name: azure-security-attestation service: attestation in_batch: ${{ parameters.release_azure_security_attestation }} @@ -522,14 +542,14 @@ extends: in_batch: ${{ parameters.release_azure_ai_projects }} checkout: - package: azure-ai-projects - version: 1.0.0 + version: 2.1.0 - name: azure-ai-voicelive common_root: azure service: projects in_batch: ${{ parameters.release_azure_ai_voicelive }} checkout: - package: azure-ai-voicelive - version: 1.1.0 + version: 1.2.0 - name: azure-monitor-querymetrics common_root: azure service: querymetrics @@ -537,15 +557,50 @@ extends: checkout: - package: azure-monitor-querymetrics version: 1.0.0 + - name: azure-ai-transcription + common_root: azure + service: transcription + in_batch: ${{ parameters.release_azure_ai_transcription }} + checkout: + - package: azure-ai-transcription + version: 1.0.0 + - name: azure-batch + common_root: azure + service: batch + in_batch: ${{ parameters.release_azure_batch }} + checkout: + - package: azure-batch + version: 15.1.0 + - name: azure-planetarycomputer + common_root: azure + service: planetarycomputer + in_batch: ${{ parameters.release_azure_planetarycomputer }} + checkout: + - package: azure-planetarycomputer + version: 1.0.0 + - name: azure-postgresql-auth + common_root: azure + service: postgresql + in_batch: ${{ parameters.release_azure_postgresql_auth }} + checkout: + - package: azure-postgresql-auth + version: 1.0.2 + - name: azure-ai-contentunderstanding + common_root: azure + service: contentunderstanding + in_batch: ${{ parameters.release_azure_ai_contentunderstanding }} + checkout: + - package: azure-ai-contentunderstanding + version: 1.1.0 - name: azure-mgmt service: mgmt in_batch: ${{ parameters.release_azure_mgmt }} common_root: azure/mgmt checkout: - package: azure-mgmt-advisor - version: 9.0.0 + version: 9.0.1 - package: azure-mgmt-alertsmanagement - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-apicenter version: 1.0.0 - package: azure-mgmt-apimanagement @@ -565,25 +620,25 @@ extends: - package: azure-mgmt-artifactsigning version: 1.0.0 - package: azure-mgmt-attestation - version: 1.0.0 + version: 2.0.0 - package: azure-mgmt-authorization version: 4.0.0 - package: azure-mgmt-automanage version: 1.0.0 - package: azure-mgmt-automation - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-avs version: 10.0.0 - package: azure-mgmt-azurearcdata - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-azurestack - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-azurestackhci - version: 7.0.0 + version: 8.0.0 - package: azure-mgmt-baremetalinfrastructure - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-batch - version: 18.0.0 + version: 19.0.0 - package: azure-mgmt-batchai version: 7.0.0 - package: azure-mgmt-billing @@ -601,17 +656,19 @@ extends: - package: azure-mgmt-cognitiveservices version: 14.1.0 - package: azure-mgmt-commerce - version: 6.0.0 + version: 6.0.1 - package: azure-mgmt-communication version: 2.2.0 - package: azure-mgmt-compute - version: 37.2.0 + version: 38.0.0 - package: azure-mgmt-computefleet version: 1.0.0 + - package: azure-mgmt-computelimit + version: 1.0.0 - package: azure-mgmt-computeschedule version: 1.1.0 - package: azure-mgmt-confidentialledger - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-confluent version: 2.1.0 - package: azure-mgmt-connectedvmware @@ -621,9 +678,9 @@ extends: - package: azure-mgmt-containerinstance version: 10.1.0 - package: azure-mgmt-containerregistry - version: 14.0.0 + version: 15.0.0 - package: azure-mgmt-containerservice - version: 40.1.0 + version: 41.2.0 - package: azure-mgmt-containerservicefleet version: 3.1.0 - package: azure-mgmt-cosmosdb @@ -631,7 +688,7 @@ extends: - package: azure-mgmt-costmanagement version: 4.0.1 - package: azure-mgmt-customproviders - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-dashboard version: 2.0.0 - package: azure-mgmt-databox @@ -643,13 +700,13 @@ extends: - package: azure-mgmt-datadog version: 2.1.0 - package: azure-mgmt-datafactory - version: 9.2.0 + version: 9.3.0 - package: azure-mgmt-datamigration version: 10.1.0 - package: azure-mgmt-dataprotection version: 2.0.1 - package: azure-mgmt-datashare - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-dellstorage version: 1.0.0 - package: azure-mgmt-deploymentmanager @@ -665,15 +722,17 @@ extends: - package: azure-mgmt-devopsinfrastructure version: 1.0.0 - package: azure-mgmt-devtestlabs - version: 9.0.0 + version: 9.0.1 - package: azure-mgmt-digitaltwins version: 7.0.0 + - package: azure-mgmt-disconnectedoperations + version: 1.0.0 - package: azure-mgmt-dns version: 9.0.0 - package: azure-mgmt-dnsresolver version: 1.1.0 - package: azure-mgmt-durabletask - version: 1.0.0 + version: 1.1.0 - package: azure-mgmt-dynatrace version: 2.0.0 - package: azure-mgmt-edgeorder @@ -697,11 +756,11 @@ extends: - package: azure-mgmt-graphservices version: 1.0.0 - package: azure-mgmt-hanaonazure - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-hardwaresecuritymodules version: 1.0.0 - package: azure-mgmt-hdinsight - version: 9.0.0 + version: 9.0.1 - package: azure-mgmt-healthcareapis version: 2.1.0 - package: azure-mgmt-healthdataaiservices @@ -713,13 +772,15 @@ extends: - package: azure-mgmt-hybridcontainerservice version: 1.0.0 - package: azure-mgmt-hybridkubernetes - version: 1.1.0 + version: 1.2.0 - package: azure-mgmt-hybridnetwork version: 2.0.0 - package: azure-mgmt-imagebuilder version: 1.4.0 - package: azure-mgmt-informaticadatamanagement version: 1.0.0 + - package: azure-mgmt-iotcentral + version: 9.0.1 - package: azure-mgmt-iotfirmwaredefense version: 2.0.0 - package: azure-mgmt-iothub @@ -727,11 +788,13 @@ extends: - package: azure-mgmt-iothubprovisioningservices version: 1.1.0 - package: azure-mgmt-iotoperations - version: 1.0.0 + version: 1.1.0 - package: azure-mgmt-keyvault - version: 13.0.0 + version: 14.0.1 - package: azure-mgmt-kubernetesconfiguration version: 3.1.0 + - package: azure-mgmt-kubernetesconfiguration-extensions + version: 1.0.0 - package: azure-mgmt-kusto version: 3.4.0 - package: azure-mgmt-labservices @@ -747,21 +810,21 @@ extends: - package: azure-mgmt-logz version: 1.1.1 - package: azure-mgmt-machinelearningservices - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-maintenance version: 2.1.0 - package: azure-mgmt-managednetworkfabric version: 1.0.0 - package: azure-mgmt-managedservices - version: 6.0.0 + version: 6.0.1 - package: azure-mgmt-managementgroups version: 1.1.0 - package: azure-mgmt-managementpartner - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-maps version: 2.1.0 - package: azure-mgmt-marketplaceordering - version: 1.1.0 + version: 1.1.1 - package: azure-mgmt-media version: 10.2.1 - package: azure-mgmt-mobilenetwork @@ -777,7 +840,7 @@ extends: - package: azure-mgmt-neonpostgres version: 1.0.0 - package: azure-mgmt-netapp - version: 14.0.0 + version: 16.0.0 - package: azure-mgmt-network version: 30.2.0 - package: azure-mgmt-networkanalytics @@ -787,11 +850,11 @@ extends: - package: azure-mgmt-newrelicobservability version: 1.1.0 - package: azure-mgmt-nginx - version: 3.0.0 + version: 4.0.0 - package: azure-mgmt-notificationhubs version: 8.0.0 - package: azure-mgmt-operationsmanagement - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-oracledatabase version: 3.0.0 - package: azure-mgmt-orbital @@ -799,25 +862,27 @@ extends: - package: azure-mgmt-paloaltonetworksngfw version: 1.0.0 - package: azure-mgmt-peering + version: 1.0.1 + - package: azure-mgmt-planetarycomputer version: 1.0.0 - package: azure-mgmt-playwright version: 1.0.0 - package: azure-mgmt-playwrighttesting version: 1.0.1 - package: azure-mgmt-policyinsights - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-portal - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-postgresqlflexibleservers version: 1.1.0 - package: azure-mgmt-powerbidedicated - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-privatedns version: 1.2.0 - package: azure-mgmt-purestorageblock version: 1.0.0 - package: azure-mgmt-purview - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-qumulo version: 2.0.0 - package: azure-mgmt-quota @@ -825,7 +890,7 @@ extends: - package: azure-mgmt-rdbms version: 10.1.0 - package: azure-mgmt-recoveryservices - version: 4.0.0 + version: 4.0.1 - package: azure-mgmt-recoveryservicesbackup version: 10.0.0 - package: azure-mgmt-recoveryservicesdatareplication @@ -839,7 +904,7 @@ extends: - package: azure-mgmt-redisenterprise version: 3.1.0 - package: azure-mgmt-relay - version: 1.1.0 + version: 1.1.1 - package: azure-mgmt-reservations version: 2.3.0 - package: azure-mgmt-resource @@ -863,7 +928,7 @@ extends: - package: azure-mgmt-selfhelp version: 1.0.0 - package: azure-mgmt-serialconsole - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-servermanager version: 2.0.1 - package: azure-mgmt-servicebus @@ -871,7 +936,7 @@ extends: - package: azure-mgmt-servicefabric version: 2.1.0 - package: azure-mgmt-servicefabricmanagedclusters - version: 2.0.0 + version: 3.0.0 - package: azure-mgmt-servicelinker version: 1.1.0 - package: azure-mgmt-servicenetworking @@ -887,7 +952,7 @@ extends: - package: azure-mgmt-standbypool version: 2.0.0 - package: azure-mgmt-storage - version: 24.0.0 + version: 25.0.0 - package: azure-mgmt-storageactions version: 1.0.0 - package: azure-mgmt-storagecache @@ -899,7 +964,7 @@ extends: - package: azure-mgmt-storagepool version: 1.0.0 - package: azure-mgmt-storagesync - version: 1.0.0 + version: 1.0.1 - package: azure-mgmt-streamanalytics version: 1.0.0 - package: azure-mgmt-subscription @@ -915,7 +980,7 @@ extends: - package: azure-mgmt-voiceservices version: 1.0.0 - package: azure-mgmt-web - version: 10.0.0 + version: 11.0.0 - package: azure-mgmt-webpubsub version: 2.0.0 - package: azure-mgmt-workloads From 6a44292b14fc9ebdc8403d7c5f6ba90633859306 Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:04:48 -0700 Subject: [PATCH 2/8] update recipe maintainers --- conda/conda-recipes/azure-ai-agents/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-contentsafety/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-documentintelligence/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-evaluation/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-formrecognizer/meta.yaml | 3 ++- .../conda-recipes/azure-ai-language-conversations/meta.yaml | 3 ++- .../azure-ai-language-questionanswering/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-ml/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-projects/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-textanalytics/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-transcription/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-translation-document/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-translation-text/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-vision/meta.yaml | 3 ++- conda/conda-recipes/azure-ai-voicelive/meta.yaml | 3 ++- .../conda-recipes/azure-appconfiguration-provider/meta.yaml | 3 ++- conda/conda-recipes/azure-appconfiguration/meta.yaml | 3 ++- conda/conda-recipes/azure-batch/meta.yaml | 3 ++- conda/conda-recipes/azure-communication/meta.yaml | 3 ++- conda/conda-recipes/azure-confidentialledger/meta.yaml | 3 ++- conda/conda-recipes/azure-containerregistry/meta.yaml | 3 ++- conda/conda-recipes/azure-core/meta.yaml | 3 ++- conda/conda-recipes/azure-cosmos/meta.yaml | 3 ++- conda/conda-recipes/azure-data-tables/meta.yaml | 3 ++- conda/conda-recipes/azure-developer-loadtesting/meta.yaml | 3 ++- conda/conda-recipes/azure-digitaltwins-core/meta.yaml | 3 ++- conda/conda-recipes/azure-eventgrid/meta.yaml | 3 ++- conda/conda-recipes/azure-eventhub/meta.yaml | 3 ++- conda/conda-recipes/azure-health-deidentification/meta.yaml | 3 ++- conda/conda-recipes/azure-healthinsights/meta.yaml | 3 ++- conda/conda-recipes/azure-identity/meta.yaml | 3 ++- conda/conda-recipes/azure-iot-deviceupdate/meta.yaml | 3 ++- conda/conda-recipes/azure-keyvault/meta.yaml | 3 ++- .../conda-recipes/azure-messaging-webpubsubclient/meta.yaml | 3 ++- .../conda-recipes/azure-messaging-webpubsubservice/meta.yaml | 3 ++- conda/conda-recipes/azure-mgmt/meta.yaml | 3 ++- conda/conda-recipes/azure-monitor-ingestion/meta.yaml | 3 ++- conda/conda-recipes/azure-monitor-opentelemetry/meta.yaml | 3 ++- conda/conda-recipes/azure-monitor-query/meta.yaml | 3 ++- conda/conda-recipes/azure-monitor-querymetrics/meta.yaml | 3 ++- conda/conda-recipes/azure-planetarycomputer/meta.yaml | 3 ++- conda/conda-recipes/azure-postgresql-auth/meta.yaml | 3 ++- conda/conda-recipes/azure-schemaregistry/meta.yaml | 3 ++- conda/conda-recipes/azure-search-documents/meta.yaml | 3 ++- conda/conda-recipes/azure-security-attestation/meta.yaml | 3 ++- conda/conda-recipes/azure-servicebus/meta.yaml | 3 ++- conda/conda-recipes/azure-storage/meta.yaml | 5 ++++- conda/conda-recipes/msal-extensions/meta.yaml | 3 ++- conda/conda-recipes/msal/meta.yaml | 3 ++- conda/update_conda_files.py | 3 ++- 51 files changed, 104 insertions(+), 51 deletions(-) diff --git a/conda/conda-recipes/azure-ai-agents/meta.yaml b/conda/conda-recipes/azure-ai-agents/meta.yaml index 8a2161d5e4bb..2f9721dd43bf 100644 --- a/conda/conda-recipes/azure-ai-agents/meta.yaml +++ b/conda/conda-recipes/azure-ai-agents/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-contentsafety/meta.yaml b/conda/conda-recipes/azure-ai-contentsafety/meta.yaml index 2a00f6233f52..8ba8f16241b1 100644 --- a/conda/conda-recipes/azure-ai-contentsafety/meta.yaml +++ b/conda/conda-recipes/azure-ai-contentsafety/meta.yaml @@ -54,4 +54,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml index 17ace51dc636..ac7a311c81ab 100644 --- a/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml +++ b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml @@ -47,4 +47,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-documentintelligence/meta.yaml b/conda/conda-recipes/azure-ai-documentintelligence/meta.yaml index 682ca0826a90..017447ff66c6 100644 --- a/conda/conda-recipes/azure-ai-documentintelligence/meta.yaml +++ b/conda/conda-recipes/azure-ai-documentintelligence/meta.yaml @@ -57,4 +57,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-evaluation/meta.yaml b/conda/conda-recipes/azure-ai-evaluation/meta.yaml index ce40af1d8b0b..4ac243ef70a2 100644 --- a/conda/conda-recipes/azure-ai-evaluation/meta.yaml +++ b/conda/conda-recipes/azure-ai-evaluation/meta.yaml @@ -58,4 +58,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-formrecognizer/meta.yaml b/conda/conda-recipes/azure-ai-formrecognizer/meta.yaml index 5c78ba74ca3c..aec344c6a28e 100644 --- a/conda/conda-recipes/azure-ai-formrecognizer/meta.yaml +++ b/conda/conda-recipes/azure-ai-formrecognizer/meta.yaml @@ -51,4 +51,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-language-conversations/meta.yaml b/conda/conda-recipes/azure-ai-language-conversations/meta.yaml index 10e493d47cee..aa7539df2d64 100644 --- a/conda/conda-recipes/azure-ai-language-conversations/meta.yaml +++ b/conda/conda-recipes/azure-ai-language-conversations/meta.yaml @@ -54,4 +54,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-language-questionanswering/meta.yaml b/conda/conda-recipes/azure-ai-language-questionanswering/meta.yaml index ef1dbaa77834..f6017398af68 100644 --- a/conda/conda-recipes/azure-ai-language-questionanswering/meta.yaml +++ b/conda/conda-recipes/azure-ai-language-questionanswering/meta.yaml @@ -56,4 +56,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-ml/meta.yaml b/conda/conda-recipes/azure-ai-ml/meta.yaml index df5e703dca11..fa3a347b5e5b 100644 --- a/conda/conda-recipes/azure-ai-ml/meta.yaml +++ b/conda/conda-recipes/azure-ai-ml/meta.yaml @@ -90,4 +90,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-projects/meta.yaml b/conda/conda-recipes/azure-ai-projects/meta.yaml index 6d14fdf75d02..8ddfd9959e0d 100644 --- a/conda/conda-recipes/azure-ai-projects/meta.yaml +++ b/conda/conda-recipes/azure-ai-projects/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 \ No newline at end of file + - jennypng + - kashifkhan-msft \ No newline at end of file diff --git a/conda/conda-recipes/azure-ai-textanalytics/meta.yaml b/conda/conda-recipes/azure-ai-textanalytics/meta.yaml index 0214c1c43076..e58c49026dc4 100644 --- a/conda/conda-recipes/azure-ai-textanalytics/meta.yaml +++ b/conda/conda-recipes/azure-ai-textanalytics/meta.yaml @@ -50,4 +50,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-transcription/meta.yaml b/conda/conda-recipes/azure-ai-transcription/meta.yaml index ab168eccfd40..9293c61fd427 100644 --- a/conda/conda-recipes/azure-ai-transcription/meta.yaml +++ b/conda/conda-recipes/azure-ai-transcription/meta.yaml @@ -47,4 +47,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-translation-document/meta.yaml b/conda/conda-recipes/azure-ai-translation-document/meta.yaml index 3722b7fe3086..6282f7aeb782 100644 --- a/conda/conda-recipes/azure-ai-translation-document/meta.yaml +++ b/conda/conda-recipes/azure-ai-translation-document/meta.yaml @@ -53,4 +53,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-translation-text/meta.yaml b/conda/conda-recipes/azure-ai-translation-text/meta.yaml index 509fabcc862b..7391773cb8aa 100644 --- a/conda/conda-recipes/azure-ai-translation-text/meta.yaml +++ b/conda/conda-recipes/azure-ai-translation-text/meta.yaml @@ -56,4 +56,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-vision/meta.yaml b/conda/conda-recipes/azure-ai-vision/meta.yaml index 94a0c0df16f7..9087bb23c218 100644 --- a/conda/conda-recipes/azure-ai-vision/meta.yaml +++ b/conda/conda-recipes/azure-ai-vision/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-ai-voicelive/meta.yaml b/conda/conda-recipes/azure-ai-voicelive/meta.yaml index c89bfca32e09..eea445c1843b 100644 --- a/conda/conda-recipes/azure-ai-voicelive/meta.yaml +++ b/conda/conda-recipes/azure-ai-voicelive/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 \ No newline at end of file + - jennypng + - kashifkhan-msft \ No newline at end of file diff --git a/conda/conda-recipes/azure-appconfiguration-provider/meta.yaml b/conda/conda-recipes/azure-appconfiguration-provider/meta.yaml index 0cd65a155983..edeadd6afaf3 100644 --- a/conda/conda-recipes/azure-appconfiguration-provider/meta.yaml +++ b/conda/conda-recipes/azure-appconfiguration-provider/meta.yaml @@ -51,4 +51,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-appconfiguration/meta.yaml b/conda/conda-recipes/azure-appconfiguration/meta.yaml index ec9a52b6f9a1..0e1418b7a211 100644 --- a/conda/conda-recipes/azure-appconfiguration/meta.yaml +++ b/conda/conda-recipes/azure-appconfiguration/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-batch/meta.yaml b/conda/conda-recipes/azure-batch/meta.yaml index b0dd83842eb1..bb5027dec850 100644 --- a/conda/conda-recipes/azure-batch/meta.yaml +++ b/conda/conda-recipes/azure-batch/meta.yaml @@ -47,4 +47,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-communication/meta.yaml b/conda/conda-recipes/azure-communication/meta.yaml index b00a5cd8486c..0e48b65bd5ce 100644 --- a/conda/conda-recipes/azure-communication/meta.yaml +++ b/conda/conda-recipes/azure-communication/meta.yaml @@ -65,4 +65,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-confidentialledger/meta.yaml b/conda/conda-recipes/azure-confidentialledger/meta.yaml index 594159da665a..945febd3db93 100644 --- a/conda/conda-recipes/azure-confidentialledger/meta.yaml +++ b/conda/conda-recipes/azure-confidentialledger/meta.yaml @@ -53,4 +53,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-containerregistry/meta.yaml b/conda/conda-recipes/azure-containerregistry/meta.yaml index 651ae86089fd..1dd1372029cb 100644 --- a/conda/conda-recipes/azure-containerregistry/meta.yaml +++ b/conda/conda-recipes/azure-containerregistry/meta.yaml @@ -51,4 +51,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-core/meta.yaml b/conda/conda-recipes/azure-core/meta.yaml index ff5d14d6033a..85958b91d3e0 100644 --- a/conda/conda-recipes/azure-core/meta.yaml +++ b/conda/conda-recipes/azure-core/meta.yaml @@ -54,4 +54,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-cosmos/meta.yaml b/conda/conda-recipes/azure-cosmos/meta.yaml index 6cff3e51fba4..98efe9e60d62 100644 --- a/conda/conda-recipes/azure-cosmos/meta.yaml +++ b/conda/conda-recipes/azure-cosmos/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-data-tables/meta.yaml b/conda/conda-recipes/azure-data-tables/meta.yaml index a90a5e7d1c25..5a6be4320a06 100644 --- a/conda/conda-recipes/azure-data-tables/meta.yaml +++ b/conda/conda-recipes/azure-data-tables/meta.yaml @@ -57,4 +57,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-developer-loadtesting/meta.yaml b/conda/conda-recipes/azure-developer-loadtesting/meta.yaml index 9b2427dc949f..21cc3645ee6f 100644 --- a/conda/conda-recipes/azure-developer-loadtesting/meta.yaml +++ b/conda/conda-recipes/azure-developer-loadtesting/meta.yaml @@ -51,4 +51,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-digitaltwins-core/meta.yaml b/conda/conda-recipes/azure-digitaltwins-core/meta.yaml index 3fb69e179530..ff2ec2378259 100644 --- a/conda/conda-recipes/azure-digitaltwins-core/meta.yaml +++ b/conda/conda-recipes/azure-digitaltwins-core/meta.yaml @@ -53,4 +53,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-eventgrid/meta.yaml b/conda/conda-recipes/azure-eventgrid/meta.yaml index fc2276346f0c..395b03c62e83 100644 --- a/conda/conda-recipes/azure-eventgrid/meta.yaml +++ b/conda/conda-recipes/azure-eventgrid/meta.yaml @@ -47,4 +47,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-eventhub/meta.yaml b/conda/conda-recipes/azure-eventhub/meta.yaml index 7004d400f22c..72cd531858a2 100644 --- a/conda/conda-recipes/azure-eventhub/meta.yaml +++ b/conda/conda-recipes/azure-eventhub/meta.yaml @@ -55,4 +55,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-health-deidentification/meta.yaml b/conda/conda-recipes/azure-health-deidentification/meta.yaml index 7686e707062f..7975064ba826 100644 --- a/conda/conda-recipes/azure-health-deidentification/meta.yaml +++ b/conda/conda-recipes/azure-health-deidentification/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-healthinsights/meta.yaml b/conda/conda-recipes/azure-healthinsights/meta.yaml index 6709c5bfa2ad..55cda88fae10 100644 --- a/conda/conda-recipes/azure-healthinsights/meta.yaml +++ b/conda/conda-recipes/azure-healthinsights/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-identity/meta.yaml b/conda/conda-recipes/azure-identity/meta.yaml index 3a03c8731fc1..7a4171eb0e98 100644 --- a/conda/conda-recipes/azure-identity/meta.yaml +++ b/conda/conda-recipes/azure-identity/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-iot-deviceupdate/meta.yaml b/conda/conda-recipes/azure-iot-deviceupdate/meta.yaml index ee0fcf1673d3..53da2c822481 100644 --- a/conda/conda-recipes/azure-iot-deviceupdate/meta.yaml +++ b/conda/conda-recipes/azure-iot-deviceupdate/meta.yaml @@ -52,4 +52,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-keyvault/meta.yaml b/conda/conda-recipes/azure-keyvault/meta.yaml index 271da2b1d8a6..34c07c341dd9 100644 --- a/conda/conda-recipes/azure-keyvault/meta.yaml +++ b/conda/conda-recipes/azure-keyvault/meta.yaml @@ -52,4 +52,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml b/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml index 066d93c3cc63..f7a80118a89c 100644 --- a/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml +++ b/conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml @@ -65,4 +65,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-messaging-webpubsubservice/meta.yaml b/conda/conda-recipes/azure-messaging-webpubsubservice/meta.yaml index 3b665da8d0b1..eb45b0ae76bd 100644 --- a/conda/conda-recipes/azure-messaging-webpubsubservice/meta.yaml +++ b/conda/conda-recipes/azure-messaging-webpubsubservice/meta.yaml @@ -59,4 +59,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-mgmt/meta.yaml b/conda/conda-recipes/azure-mgmt/meta.yaml index d2ec3fee5b1d..7b471ffa7d00 100644 --- a/conda/conda-recipes/azure-mgmt/meta.yaml +++ b/conda/conda-recipes/azure-mgmt/meta.yaml @@ -1086,4 +1086,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-monitor-ingestion/meta.yaml b/conda/conda-recipes/azure-monitor-ingestion/meta.yaml index 7390ffa6f40a..f596ecbcbd58 100644 --- a/conda/conda-recipes/azure-monitor-ingestion/meta.yaml +++ b/conda/conda-recipes/azure-monitor-ingestion/meta.yaml @@ -52,4 +52,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-monitor-opentelemetry/meta.yaml b/conda/conda-recipes/azure-monitor-opentelemetry/meta.yaml index a12dde65a54f..4b582035da24 100644 --- a/conda/conda-recipes/azure-monitor-opentelemetry/meta.yaml +++ b/conda/conda-recipes/azure-monitor-opentelemetry/meta.yaml @@ -48,4 +48,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-monitor-query/meta.yaml b/conda/conda-recipes/azure-monitor-query/meta.yaml index 1bca6536e153..97e9a860d94a 100644 --- a/conda/conda-recipes/azure-monitor-query/meta.yaml +++ b/conda/conda-recipes/azure-monitor-query/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-monitor-querymetrics/meta.yaml b/conda/conda-recipes/azure-monitor-querymetrics/meta.yaml index cb2734466b92..b3f34d6e3378 100644 --- a/conda/conda-recipes/azure-monitor-querymetrics/meta.yaml +++ b/conda/conda-recipes/azure-monitor-querymetrics/meta.yaml @@ -49,4 +49,5 @@ about: extra: recipe-maintainers: - - xiangyan99 \ No newline at end of file + - jennypng + - kashifkhan-msft \ No newline at end of file diff --git a/conda/conda-recipes/azure-planetarycomputer/meta.yaml b/conda/conda-recipes/azure-planetarycomputer/meta.yaml index 4177b92bf889..f0c1c38da20a 100644 --- a/conda/conda-recipes/azure-planetarycomputer/meta.yaml +++ b/conda/conda-recipes/azure-planetarycomputer/meta.yaml @@ -53,4 +53,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-postgresql-auth/meta.yaml b/conda/conda-recipes/azure-postgresql-auth/meta.yaml index 2c609fe68fe7..cebf32dc41dc 100644 --- a/conda/conda-recipes/azure-postgresql-auth/meta.yaml +++ b/conda/conda-recipes/azure-postgresql-auth/meta.yaml @@ -41,4 +41,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-schemaregistry/meta.yaml b/conda/conda-recipes/azure-schemaregistry/meta.yaml index 30a6cdd9ddda..945b2486a6e3 100644 --- a/conda/conda-recipes/azure-schemaregistry/meta.yaml +++ b/conda/conda-recipes/azure-schemaregistry/meta.yaml @@ -50,4 +50,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-search-documents/meta.yaml b/conda/conda-recipes/azure-search-documents/meta.yaml index 67adf3c3a5c8..f4019c00d04e 100644 --- a/conda/conda-recipes/azure-search-documents/meta.yaml +++ b/conda/conda-recipes/azure-search-documents/meta.yaml @@ -56,4 +56,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-security-attestation/meta.yaml b/conda/conda-recipes/azure-security-attestation/meta.yaml index ea03b4d3b486..b56bd617177e 100644 --- a/conda/conda-recipes/azure-security-attestation/meta.yaml +++ b/conda/conda-recipes/azure-security-attestation/meta.yaml @@ -54,4 +54,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-servicebus/meta.yaml b/conda/conda-recipes/azure-servicebus/meta.yaml index 6fda733068dc..b5ad3583e0a7 100644 --- a/conda/conda-recipes/azure-servicebus/meta.yaml +++ b/conda/conda-recipes/azure-servicebus/meta.yaml @@ -52,4 +52,5 @@ about: extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/azure-storage/meta.yaml b/conda/conda-recipes/azure-storage/meta.yaml index a810863e50d7..60986278ac97 100644 --- a/conda/conda-recipes/azure-storage/meta.yaml +++ b/conda/conda-recipes/azure-storage/meta.yaml @@ -55,4 +55,7 @@ about: extra: recipe-maintainers: - - lmazuel,xiangyan99,scbedd + - lmazuel + - scbedd + - jennypng + - kashifkhan-msft diff --git a/conda/conda-recipes/msal-extensions/meta.yaml b/conda/conda-recipes/msal-extensions/meta.yaml index c5f3a17ef111..0ff49a4432e1 100644 --- a/conda/conda-recipes/msal-extensions/meta.yaml +++ b/conda/conda-recipes/msal-extensions/meta.yaml @@ -46,4 +46,5 @@ about: extra: recipe-maintainers: - - xiangyan99 \ No newline at end of file + - jennypng + - kashifkhan-msft \ No newline at end of file diff --git a/conda/conda-recipes/msal/meta.yaml b/conda/conda-recipes/msal/meta.yaml index 8c81dedd4c24..1320a1643933 100644 --- a/conda/conda-recipes/msal/meta.yaml +++ b/conda/conda-recipes/msal/meta.yaml @@ -48,4 +48,5 @@ about: extra: recipe-maintainers: - - xiangyan99 \ No newline at end of file + - jennypng + - kashifkhan-msft \ No newline at end of file diff --git a/conda/update_conda_files.py b/conda/update_conda_files.py index 8104e16418ce..352d896a9efe 100644 --- a/conda/update_conda_files.py +++ b/conda/update_conda_files.py @@ -570,7 +570,8 @@ def generate_data_plane_meta_yaml( extra: recipe-maintainers: - - xiangyan99 + - jennypng + - kashifkhan-msft """ return meta_yaml_content From 15ec589c4a3c22be46e19c09cac4b6a73963453c Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:34:33 -0700 Subject: [PATCH 3/8] fix new pkg names --- conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml | 4 ++-- conda/conda-recipes/azure-planetarycomputer/meta.yaml | 4 ++-- conda/conda-recipes/azure-postgresql-auth/meta.yaml | 4 ++-- conda/conda-releaselogs/azure-ai-contentunderstanding.md | 2 +- conda/conda-releaselogs/azure-ai-transcription.md | 2 +- conda/conda-releaselogs/azure-planetarycomputer.md | 2 +- conda/conda-releaselogs/azure-postgresql-auth.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml index ac7a311c81ab..8697ca84215c 100644 --- a/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml +++ b/conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml @@ -38,9 +38,9 @@ about: license: MIT license_family: MIT license_file: - summary: "Microsoft Azure Contentunderstanding Client Library for Python" + summary: "Microsoft Azure Content Understanding Client Library for Python" description: | - This is the Microsoft Azure Contentunderstanding Client Library for Python. + This is the Microsoft Azure Content Understanding Client Library for Python. Please see https://aka.ms/azsdk/conda/releases/contentunderstanding for version details. doc_url: dev_url: diff --git a/conda/conda-recipes/azure-planetarycomputer/meta.yaml b/conda/conda-recipes/azure-planetarycomputer/meta.yaml index f0c1c38da20a..dfd6abae0c45 100644 --- a/conda/conda-recipes/azure-planetarycomputer/meta.yaml +++ b/conda/conda-recipes/azure-planetarycomputer/meta.yaml @@ -44,9 +44,9 @@ about: license: MIT license_family: MIT license_file: - summary: "Microsoft Azure Planetarycomputer Client Library for Python" + summary: "Microsoft Azure Planetary Computer Client Library for Python" description: | - This is the Microsoft Azure Planetarycomputer Client Library for Python. + This is the Microsoft Azure Planetary Computer Client Library for Python. Please see https://aka.ms/azsdk/conda/releases/planetarycomputer for version details. doc_url: dev_url: diff --git a/conda/conda-recipes/azure-postgresql-auth/meta.yaml b/conda/conda-recipes/azure-postgresql-auth/meta.yaml index cebf32dc41dc..3003d8f4efca 100644 --- a/conda/conda-recipes/azure-postgresql-auth/meta.yaml +++ b/conda/conda-recipes/azure-postgresql-auth/meta.yaml @@ -32,9 +32,9 @@ about: license: MIT license_family: MIT license_file: - summary: "Microsoft Azure Postgresql Client Library for Python" + summary: "Microsoft Azure PostgreSQL Client Library for Python" description: | - This is the Microsoft Azure Postgresql Client Library for Python. + This is the Microsoft Azure PostgreSQL Client Library for Python. Please see https://aka.ms/azsdk/conda/releases/postgresql for version details. doc_url: dev_url: diff --git a/conda/conda-releaselogs/azure-ai-contentunderstanding.md b/conda/conda-releaselogs/azure-ai-contentunderstanding.md index b4742a3ec88c..4e7dc31121a4 100644 --- a/conda/conda-releaselogs/azure-ai-contentunderstanding.md +++ b/conda/conda-releaselogs/azure-ai-contentunderstanding.md @@ -1,4 +1,4 @@ -# Azure Ai Contentunderstanding client library for Python (conda) +# Azure AI Content Understanding client library for Python (conda) ## 2026.06.01 diff --git a/conda/conda-releaselogs/azure-ai-transcription.md b/conda/conda-releaselogs/azure-ai-transcription.md index a6145e1cf360..a2b7fe0093bd 100644 --- a/conda/conda-releaselogs/azure-ai-transcription.md +++ b/conda/conda-releaselogs/azure-ai-transcription.md @@ -1,4 +1,4 @@ -# Azure Ai Transcription client library for Python (conda) +# Azure AI Speech Transcription client library for Python (conda) ## 2026.06.01 diff --git a/conda/conda-releaselogs/azure-planetarycomputer.md b/conda/conda-releaselogs/azure-planetarycomputer.md index ab79aa2de940..6b14bd8fefd8 100644 --- a/conda/conda-releaselogs/azure-planetarycomputer.md +++ b/conda/conda-releaselogs/azure-planetarycomputer.md @@ -1,4 +1,4 @@ -# Azure Planetarycomputer client library for Python (conda) +# Azure Planetary Computer client library for Python (conda) ## 2026.06.01 diff --git a/conda/conda-releaselogs/azure-postgresql-auth.md b/conda/conda-releaselogs/azure-postgresql-auth.md index 92821b397dd8..7cc7a0939105 100644 --- a/conda/conda-releaselogs/azure-postgresql-auth.md +++ b/conda/conda-releaselogs/azure-postgresql-auth.md @@ -1,4 +1,4 @@ -# Azure Postgresql Auth client library for Python (conda) +# Azure PostgreSQL Auth client library for Python (conda) ## 2026.06.01 From 9696795df96d9504d8ea7b5eaf659ef041da546e Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:38:46 -0700 Subject: [PATCH 4/8] storage maintainers update --- conda/conda-recipes/azure-storage/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda/conda-recipes/azure-storage/meta.yaml b/conda/conda-recipes/azure-storage/meta.yaml index 60986278ac97..5116ab1d38b2 100644 --- a/conda/conda-recipes/azure-storage/meta.yaml +++ b/conda/conda-recipes/azure-storage/meta.yaml @@ -55,7 +55,5 @@ about: extra: recipe-maintainers: - - lmazuel - - scbedd - jennypng - kashifkhan-msft From ca907b1a3f7ba2c4a5bd3b3a4738c2b2d5839a29 Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:00:11 -0700 Subject: [PATCH 5/8] version fixes --- eng/pipelines/templates/stages/conda-sdk-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/stages/conda-sdk-client.yml b/eng/pipelines/templates/stages/conda-sdk-client.yml index 316533029753..8575b9047cf9 100644 --- a/eng/pipelines/templates/stages/conda-sdk-client.yml +++ b/eng/pipelines/templates/stages/conda-sdk-client.yml @@ -860,7 +860,7 @@ extends: - package: azure-mgmt-orbital version: 2.0.0 - package: azure-mgmt-paloaltonetworksngfw - version: 1.0.0 + version: 1.1.0 - package: azure-mgmt-peering version: 1.0.1 - package: azure-mgmt-planetarycomputer @@ -874,7 +874,7 @@ extends: - package: azure-mgmt-portal version: 1.0.1 - package: azure-mgmt-postgresqlflexibleservers - version: 1.1.0 + version: 2.0.0 - package: azure-mgmt-powerbidedicated version: 1.0.1 - package: azure-mgmt-privatedns From 7fc0769e94c7e78aa30adfa220cf04ed4e63dc4b Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:22:43 -0700 Subject: [PATCH 6/8] conda-forge channel for planetarycomputer deps --- eng/pipelines/templates/stages/conda-sdk-client.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/stages/conda-sdk-client.yml b/eng/pipelines/templates/stages/conda-sdk-client.yml index 8575b9047cf9..659c5a4d764b 100644 --- a/eng/pipelines/templates/stages/conda-sdk-client.yml +++ b/eng/pipelines/templates/stages/conda-sdk-client.yml @@ -575,6 +575,8 @@ extends: common_root: azure service: planetarycomputer in_batch: ${{ parameters.release_azure_planetarycomputer }} + channels: + - conda-forge checkout: - package: azure-planetarycomputer version: 1.0.0 From 3671292c4eb5b3262f8f10f071bb5f966edd2ae0 Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:44:15 -0700 Subject: [PATCH 7/8] cspell --- .vscode/cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 53f1a040debd..c11e42600347 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -299,6 +299,7 @@ "ivar", "ivars", "jwks", + "kashifkhan", "keybak", "kube", "kubeconfig", From 277107aeef1b688f1652ec5a75d929213e32b86d Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:27:01 -0700 Subject: [PATCH 8/8] cspell again --- .vscode/cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index c11e42600347..d85c58018529 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -400,6 +400,7 @@ "parameterizing", "pypirc", "pyrit", + "pystac", "pytyped", "pytz", "pywin",