Skip to content
Draft
52 changes: 52 additions & 0 deletions conda/conda-recipes/azure-ai-voicelive/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{% set name = "azure-ai-voicelive" %}

package:
name: "{{ name|lower }}"
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}

source:
url: {{ environ.get('AGENTS_SOURCE_DISTRIBUTION', '') }}

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- cryptography
- pip
- python
- requests-oauthlib >=0.5.0
- aiohttp
- isodate
run:
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- cryptography
- python
- requests-oauthlib >=0.5.0
- aiohttp
- isodate

test:
imports:
- azure.ai.voicelive

about:
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-voicelive"
license: MIT
license_family: MIT
license_file:
summary: "Azure AI VoiceLive client library for Python"
description: |
This is the Microsoft Azure AI VoiceLive Client Library.
Please see https://aka.ms/azsdk/conda/releases/projects for version details.
doc_url:
dev_url:

extra:
recipe-maintainers:
- xiangyan99
20 changes: 20 additions & 0 deletions conda/conda-recipes/azure-mgmt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ test:
- azure.mgmt.dnsresolver.aio.operations
- azure.mgmt.dnsresolver.models
- azure.mgmt.dnsresolver.operations
- azure.mgmt.durabletask
- azure.mgmt.durabletask.aio
- azure.mgmt.durabletask.aio.operations
- azure.mgmt.durabletask.models
- azure.mgmt.durabletask.operations
- azure.mgmt.dynatrace
- azure.mgmt.dynatrace.aio
- azure.mgmt.dynatrace.aio.operations
Expand Down Expand Up @@ -692,6 +697,11 @@ test:
- azure.mgmt.peering.aio.operations
- azure.mgmt.peering.models
- azure.mgmt.peering.operations
- azure.mgmt.playwright
- azure.mgmt.playwright.aio
- azure.mgmt.playwright.aio.operations
- azure.mgmt.playwright.models
- azure.mgmt.playwright.operations
- azure.mgmt.playwrighttesting
- azure.mgmt.playwrighttesting.aio
- azure.mgmt.playwrighttesting.aio.operations
Expand Down Expand Up @@ -939,6 +949,11 @@ test:
- azure.mgmt.signalr.aio.operations
- azure.mgmt.signalr.models
- azure.mgmt.signalr.operations
- azure.mgmt.sitemanager
- azure.mgmt.sitemanager.aio
- azure.mgmt.sitemanager.aio.operations
- azure.mgmt.sitemanager.models
- azure.mgmt.sitemanager.operations
- azure.mgmt.sphere
- azure.mgmt.sphere.aio
- azure.mgmt.sphere.aio.operations
Expand Down Expand Up @@ -969,6 +984,11 @@ test:
- azure.mgmt.storagecache.aio.operations
- azure.mgmt.storagecache.models
- azure.mgmt.storagecache.operations
- azure.mgmt.storagediscovery
- azure.mgmt.storagediscovery.aio
- azure.mgmt.storagediscovery.aio.operations
- azure.mgmt.storagediscovery.models
- azure.mgmt.storagediscovery.operations
- azure.mgmt.storagemover
- azure.mgmt.storagemover.aio
- azure.mgmt.storagemover.aio.operations
Expand Down
2 changes: 1 addition & 1 deletion conda/conda-recipes/conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
variables:
AZURESDK_CONDA_VERSION: '2025.09.01'
AZURESDK_CONDA_VERSION: '2025.12.01'
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-agents.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Agents client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-agents-1.1.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-contentsafety.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Content Safety client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-contentsafety-1.0.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-documentintelligence.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Document Intelligence client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-documentintelligence-1.0.2

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-formrecognizer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Form Recognizer client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-formrecognizer-3.3.3

## 2024.12.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-language-conversations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Conversational Language Understanding client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-language-conversations-1.1.0

## 2025.09.01

### Packages included
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Cognitive Language Services Question Answering client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-language-questionanswering-1.1.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-metricsadvisor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Metrics Advisor client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-metricsadvisor-1.0.1

## 2024.12.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-ml.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure ML Package client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-ml-1.30.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-projects.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Projects client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-projects-1.0.0

## 2025.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-textanalytics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Text Analytics client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-textanalytics-5.3.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-translation-document.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Document Translation client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-translation-document-1.1.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-translation-text.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Text Translation client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-translation-text-1.0.1

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-vision.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Vision client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-vision-imageanalysis-1.0.0

## 2025.09.01

### Packages included
Expand Down
7 changes: 7 additions & 0 deletions conda/conda-releaselogs/azure-ai-voicelive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Azure AI VoiceLive client library for Python (conda)

## 2025.12.01

### Packages included

- azure-ai-voicelive-1.1.0
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-appconfiguration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure App Configuration client library for Python (conda)

## 2025.12.01

### Packages included

- azure-appconfiguration-1.7.2

## 2025.09.01

### Packages included
Expand Down
14 changes: 14 additions & 0 deletions conda/conda-releaselogs/azure-communication.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Azure Communication client library for Python (conda)

## 2025.12.01

### Packages included

- azure-communication-chat-1.3.0
- azure-communication-email-1.1.0
- azure-communication-identity-1.5.0
- azure-communication-phonenumbers-1.4.0
- azure-communication-sms-1.1.0
- azure-communication-callautomation-1.5.0
- azure-communication-rooms-1.2.0
- azure-communication-jobrouter-1.0.0
- azure-communication-messages-1.1.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-confidentialledger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Microsoft Azure Confidential Ledger Client Library for Python (conda)

## 2025.12.01

### Packages included

- azure-confidentialledger-1.1.1

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-containerregistry.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Container Registry client library for Python (conda)

## 2025.12.01

### Packages included

- azure-containerregistry-1.2.0

## 2025.09.01

### Packages included
Expand Down
8 changes: 8 additions & 0 deletions conda/conda-releaselogs/azure-core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Azure Core client library for Python (conda)

## 2025.12.01

### Packages included

- azure-common-1.1.28
- azure-core-1.36.0
- azure-mgmt-core-1.6.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-cosmos.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Cosmos DB SQL API client library for Python (conda)

## 2025.12.01

### Packages included

- azure-cosmos-4.14.1

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-data-tables.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Tables client library for Python (conda)

## 2025.12.01

### Packages included

- azure-data-tables-12.7.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-developer-loadtesting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Microsoft Azure Developer LoadTesting Client Library for Python (conda)

## 2025.12.01

### Packages included

- azure-developer-loadtesting-1.0.1

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-digitaltwins-core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Digital Twins Core client library for Python (conda)

## 2025.12.01

### Packages included

- azure-digitaltwins-core-1.3.0

## 2025.09.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-eventgrid.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Event Grid client library for Python (conda)

## 2025.12.01

### Packages included

- azure-eventgrid-4.22.0

## 2025.09.01

### Packages included
Expand Down
Loading
Loading