Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
"ivar",
"ivars",
"jwks",
"kashifkhan",
"keybak",
"kube",
"kubeconfig",
Expand Down Expand Up @@ -399,6 +400,7 @@
"parameterizing",
"pypirc",
"pyrit",
"pystac",
"pytyped",
"pytz",
"pywin",
Expand Down
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-agents/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-contentsafety/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
51 changes: 51 additions & 0 deletions conda/conda-recipes/azure-ai-contentunderstanding/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% 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 Content Understanding Client Library for Python"
description: |
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:

extra:
recipe-maintainers:
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-evaluation/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-formrecognizer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-ml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-projects/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-textanalytics/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
51 changes: 51 additions & 0 deletions conda/conda-recipes/azure-ai-transcription/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% 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:
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-translation-text/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-vision/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-ai-voicelive/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-appconfiguration/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
51 changes: 51 additions & 0 deletions conda/conda-recipes/azure-batch/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% 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:
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-communication/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-confidentialledger/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-containerregistry/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-cosmos/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-data-tables/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-developer-loadtesting/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-digitaltwins-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-eventgrid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-eventhub/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-healthinsights/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-identity/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-iot-deviceupdate/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
3 changes: 2 additions & 1 deletion conda/conda-recipes/azure-keyvault/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ about:

extra:
recipe-maintainers:
- xiangyan99
- jennypng
- kashifkhan-msft
Loading
Loading