Skip to content

Commit 437693a

Browse files
authored
Conda 2025.06.01 (#41355)
* conda 2025.06.01 * updates * update * updates
1 parent ee4b762 commit 437693a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+618
-35
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{% set name = "azure-ai-agents" %}
2+
3+
package:
4+
name: "{{ name|lower }}"
5+
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
6+
7+
source:
8+
url: {{ environ.get('AGENTS_SOURCE_DISTRIBUTION', '') }}
9+
10+
build:
11+
noarch: python
12+
number: 0
13+
script: "{{ PYTHON }} -m pip install . -vv"
14+
15+
requirements:
16+
host:
17+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
18+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19+
- cryptography
20+
- pip
21+
- python
22+
- requests-oauthlib >=0.5.0
23+
- aiohttp
24+
- isodate
25+
run:
26+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
27+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
28+
- cryptography
29+
- python
30+
- requests-oauthlib >=0.5.0
31+
- aiohttp
32+
- isodate
33+
34+
test:
35+
imports:
36+
- azure.ai.agents
37+
38+
about:
39+
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-agents"
40+
license: MIT
41+
license_family: MIT
42+
license_file:
43+
summary: "Microsoft Azure AI Agents Client Library for Python"
44+
description: |
45+
This is the Microsoft Azure AI Agents Client Library.
46+
Please see https://aka.ms/azsdk/conda/releases/agents for version details.
47+
doc_url:
48+
dev_url:
49+
50+
extra:
51+
recipe-maintainers:
52+
- xiangyan99
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{% set name = "azure-health-deidentification" %}
2+
3+
package:
4+
name: "{{ name|lower }}"
5+
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
6+
7+
source:
8+
url: {{ environ.get('DEIDENTIFICATION_SOURCE_DISTRIBUTION', '') }}
9+
10+
build:
11+
noarch: python
12+
number: 0
13+
script: "{{ PYTHON }} -m pip install . -vv"
14+
15+
requirements:
16+
host:
17+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
18+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
19+
- cryptography
20+
- pip
21+
- python
22+
- requests-oauthlib >=0.5.0
23+
- aiohttp
24+
- isodate
25+
run:
26+
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
27+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
28+
- cryptography
29+
- python
30+
- requests-oauthlib >=0.5.0
31+
- aiohttp
32+
- isodate
33+
34+
test:
35+
imports:
36+
- azure.health.deidentification
37+
38+
about:
39+
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification"
40+
license: MIT
41+
license_family: MIT
42+
license_file:
43+
summary: "Microsoft Azure Health Data Services De-identification Service Client Library for Python"
44+
description: |
45+
This is the Microsoft Azure Health Data Services De-identification Service Client Library.
46+
Please see https://aka.ms/azsdk/conda/releases/deidentification for version details.
47+
doc_url:
48+
dev_url:
49+
50+
extra:
51+
recipe-maintainers:
52+
- xiangyan99

conda/conda-recipes/azure-mgmt/meta.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ test:
324324
- azure.mgmt.devcenter.aio.operations
325325
- azure.mgmt.devcenter.models
326326
- azure.mgmt.devcenter.operations
327+
- azure.mgmt.deviceregistry
328+
- azure.mgmt.deviceregistry.aio
329+
- azure.mgmt.deviceregistry.aio.operations
330+
- azure.mgmt.deviceregistry.models
331+
- azure.mgmt.deviceregistry.operations
327332
- azure.mgmt.deviceupdate
328333
- azure.mgmt.deviceupdate.aio
329334
- azure.mgmt.deviceupdate.aio.operations
@@ -624,6 +629,11 @@ test:
624629
- azure.mgmt.msi.v2023_01_31.aio.operations
625630
- azure.mgmt.msi.v2023_01_31.models
626631
- azure.mgmt.msi.v2023_01_31.operations
632+
- azure.mgmt.neonpostgres
633+
- azure.mgmt.neonpostgres.aio
634+
- azure.mgmt.neonpostgres.aio.operations
635+
- azure.mgmt.neonpostgres.models
636+
- azure.mgmt.neonpostgres.operations
627637
- azure.mgmt.network
628638
- azure.mgmt.network.aio
629639
- azure.mgmt.network.aio.operations
@@ -1020,6 +1030,11 @@ test:
10201030
- azure.mgmt.workloads.aio.operations
10211031
- azure.mgmt.workloads.models
10221032
- azure.mgmt.workloads.operations
1033+
- azure.mgmt.workloadssapvirtualinstance
1034+
- azure.mgmt.workloadssapvirtualinstance.aio
1035+
- azure.mgmt.workloadssapvirtualinstance.aio.operations
1036+
- azure.mgmt.workloadssapvirtualinstance.models
1037+
- azure.mgmt.workloadssapvirtualinstance.operations
10231038

10241039
about:
10251040
home: "https://github.com/Azure/azure-sdk-for-python/"

conda/conda-recipes/conda_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
variables:
2-
AZURESDK_CONDA_VERSION: '2025.03.01'
2+
AZURESDK_CONDA_VERSION: '2025.06.01'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Azure AI Agents client library for Python (conda)
2+
3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-agents-1.0.0

conda/conda-releaselogs/azure-ai-contentsafety.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Azure AI Content Safety client library for Python (conda)
22

3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-contentsafety-1.0.0
8+
39
## 2025.03.01
410

511
### Packages included

conda/conda-releaselogs/azure-ai-documentintelligence.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Azure AI Document Intelligence client library for Python (conda)
22

3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-documentintelligence-1.0.2
8+
39
## 2025.03.01
410

511
### Packages included

conda/conda-releaselogs/azure-ai-language-conversations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Azure Conversational Language Understanding client library for Python (conda)
22

3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-conversations-1.1.0
8+
39
## 2025.03.01
410

511
### Packages included

conda/conda-releaselogs/azure-ai-language-questionanswering.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Azure Cognitive Language Services Question Answering client library for Python (conda)
22

3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-questionanswering-1.1.0
8+
39
## 2025.03.01
410

511
### Packages included

conda/conda-releaselogs/azure-ai-ml.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Azure ML Package client library for Python (conda)
22

3+
## 2025.06.01
4+
5+
### Packages included
6+
7+
- azure-ai-ml-1.27.1
8+
39
## 2025.03.01
410

511
### Packages included

0 commit comments

Comments
 (0)