Skip to content

Commit a710a1f

Browse files
authored
Conda 2025.09.01 (#42848)
* set release date * add new data plane libs recipe info * add new data plan info in to eng template * add new mgmt libs info * release logs for new data plan libs * update data plane release md * update mgmt plane release md * cspell * update versions in pipeline * further version updates * clean mgmt imports * copilot fixes
1 parent 794d4a0 commit a710a1f

Some content is hidden

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

47 files changed

+704
-102
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-projects" %}
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.projects
37+
38+
about:
39+
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects"
40+
license: MIT
41+
license_family: MIT
42+
license_file:
43+
summary: "Microsoft Azure AI Projects Client Library for Python"
44+
description: |
45+
This is the Microsoft Azure AI Projects Client Library.
46+
Please see https://aka.ms/azsdk/conda/releases/projects 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: 64 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ test:
7575
- azure.mgmt.applicationinsights.v2022_06_15.aio.operations
7676
- azure.mgmt.applicationinsights.v2022_06_15.models
7777
- azure.mgmt.applicationinsights.v2022_06_15.operations
78+
- azure-mgmt-arizeaiobservabilityeval
79+
- azure.mgmt.arizeaiobservabilityeval.aio
80+
- azure.mgmt.arizeaiobservabilityeval.aio.operations
81+
- azure.mgmt.arizeaiobservabilityeval.models
82+
- azure.mgmt.arizeaiobservabilityeval.operations
7883
- azure.mgmt.attestation
7984
- azure.mgmt.attestation.aio
8085
- azure.mgmt.attestation.aio.operations
@@ -147,6 +152,11 @@ test:
147152
- azure.mgmt.botservice.aio.operations
148153
- azure.mgmt.botservice.models
149154
- azure.mgmt.botservice.operations
155+
- azure-mgmt-carbonoptimization
156+
- azure.mgmt.carbonoptimization.aio
157+
- azure.mgmt.carbonoptimization.aio.operations
158+
- azure.mgmt.carbonoptimization.models
159+
- azure.mgmt.carbonoptimization.operations
150160
- azure.mgmt.cdn
151161
- azure.mgmt.cdn.aio
152162
- azure.mgmt.cdn.aio.operations
@@ -221,23 +231,13 @@ test:
221231
- azure.mgmt.containerinstance.operations
222232
- azure.mgmt.containerregistry
223233
- azure.mgmt.containerregistry.aio
224-
- azure.mgmt.containerregistry.v2023_07_01
225-
- azure.mgmt.containerregistry.v2023_07_01.aio
226-
- azure.mgmt.containerregistry.v2023_07_01.aio.operations
227-
- azure.mgmt.containerregistry.v2023_07_01.models
228-
- azure.mgmt.containerregistry.v2023_07_01.operations
229-
- azure.mgmt.containerregistry.v2023_08_01_preview
230-
- azure.mgmt.containerregistry.v2023_08_01_preview.aio
231-
- azure.mgmt.containerregistry.v2023_08_01_preview.aio.operations
232-
- azure.mgmt.containerregistry.v2023_08_01_preview.models
233-
- azure.mgmt.containerregistry.v2023_08_01_preview.operations
234+
- azure.mgmt.containerregistry.aio.operations
235+
- azure.mgmt.containerregistry.models
234236
- azure.mgmt.containerservice
235237
- azure.mgmt.containerservice.aio
236-
- azure.mgmt.containerservice.v2023_08_01
237-
- azure.mgmt.containerservice.v2023_08_01.aio
238-
- azure.mgmt.containerservice.v2023_08_01.aio.operations
239-
- azure.mgmt.containerservice.v2023_08_01.models
240-
- azure.mgmt.containerservice.v2023_08_01.operations
238+
- azure.mgmt.containerservice.aio.operations
239+
- azure.mgmt.containerservice.models
240+
- azure.mgmt.containerservice.operations
241241
- azure.mgmt.containerservicefleet
242242
- azure.mgmt.containerservicefleet.aio
243243
- azure.mgmt.cosmosdb
@@ -269,11 +269,10 @@ test:
269269
- azure.mgmt.datab.operations
270270
- azure.mgmt.databoxedge
271271
- azure.mgmt.databoxedge.aio
272-
- azure.mgmt.databoxedge.v2020_09_01
273-
- azure.mgmt.databoxedge.v2020_09_01.aio
274-
- azure.mgmt.databoxedge.v2020_09_01.aio.operations
275-
- azure.mgmt.databoxedge.v2020_09_01.models
276-
- azure.mgmt.databoxedge.v2020_09_01.operations
272+
- azure.mgmt.databoxedge.aio
273+
- azure.mgmt.databoxedge.aio.operations
274+
- azure.mgmt.databoxedge.models
275+
- azure.mgmt.databoxedge.operations
277276
- azure.mgmt.databoxedge.v2021_02_01_preview
278277
- azure.mgmt.databoxedge.v2021_02_01_preview.aio
279278
- azure.mgmt.databoxedge.v2021_02_01_preview.aio.operations
@@ -348,16 +347,9 @@ test:
348347
- azure.mgmt.digitaltwins.aio
349348
- azure.mgmt.dns
350349
- azure.mgmt.dns.aio
351-
- azure.mgmt.dns.v2018_05_01
352-
- azure.mgmt.dns.v2018_05_01.aio
353-
- azure.mgmt.dns.v2018_05_01.aio.operations
354-
- azure.mgmt.dns.v2018_05_01.models
355-
- azure.mgmt.dns.v2018_05_01.operations
356-
- azure.mgmt.dns.v2023_07_01_preview
357-
- azure.mgmt.dns.v2023_07_01_preview.aio
358-
- azure.mgmt.dns.v2023_07_01_preview.aio.operations
359-
- azure.mgmt.dns.v2023_07_01_preview.models
360-
- azure.mgmt.dns.v2023_07_01_preview.operations
350+
- azure.mgmt.dns.aio.operations
351+
- azure.mgmt.dns.models
352+
- azure.mgmt.dns.operations
361353
- azure.mgmt.dnsresolver
362354
- azure.mgmt.dnsresolver.aio
363355
- azure.mgmt.dnsresolver.aio.operations
@@ -424,6 +416,11 @@ test:
424416
- azure.mgmt.hanaonazure.aio.operations
425417
- azure.mgmt.hanaonazure.models
426418
- azure.mgmt.hanaonazure.operations
419+
- azure-mgmt-hardwaresecuritymodules
420+
- azure.mgmt.hardwaresecuritymodules.aio
421+
- azure.mgmt.hardwaresecuritymodules.aio.operations
422+
- azure.mgmt.hardwaresecuritymodules.models
423+
- azure.mgmt.hardwaresecuritymodules.operations
427424
- azure.mgmt.hdinsight
428425
- azure.mgmt.hdinsight.aio
429426
- azure.mgmt.hdinsight.aio.operations
@@ -498,11 +495,6 @@ test:
498495
- azure.mgmt.iotoperations.operations
499496
- azure.mgmt.keyvault
500497
- azure.mgmt.keyvault.aio
501-
- azure.mgmt.keyvault.v2023_07_01
502-
- azure.mgmt.keyvault.v2023_07_01.aio
503-
- azure.mgmt.keyvault.v2023_07_01.aio.operations
504-
- azure.mgmt.keyvault.v2023_07_01.models
505-
- azure.mgmt.keyvault.v2023_07_01.operations
506498
- azure.mgmt.kubernetesconfiguration
507499
- azure.mgmt.kubernetesconfiguration.aio
508500
- azure.mgmt.kubernetesconfiguration.v2023_05_01
@@ -520,6 +512,11 @@ test:
520512
- azure.mgmt.labservices.aio.operations
521513
- azure.mgmt.labservices.models
522514
- azure.mgmt.labservices.operations
515+
- azure-mgmt-lambdatesthyperexecute
516+
- azure.mgmt.lambdatesthyperexecute.aio
517+
- azure.mgmt.lambdatesthyperexecute.aio.operations
518+
- azure.mgmt.lambdatesthyperexecute.models
519+
- azure.mgmt.lambdatesthyperexecute.operations
523520
- azure.mgmt.loadtesting
524521
- azure.mgmt.loadtesting.aio
525522
- azure.mgmt.loadtesting.aio.operations
@@ -610,25 +607,21 @@ test:
610607
- azure.mgmt.mongocluster.aio.operations
611608
- azure.mgmt.mongocluster.models
612609
- azure.mgmt.mongocluster.operations
610+
- azure-mgmt-mongodbatlas
611+
- azure.mgmt.mongodbatlas.aio
612+
- azure.mgmt.mongodbatlas.aio.operations
613+
- azure.mgmt.mongodbatlas.models
614+
- azure.mgmt.mongodbatlas.operations
613615
- azure.mgmt.monitor
614616
- azure.mgmt.monitor.aio
615-
- azure.mgmt.monitor.v2023_01_01
616-
- azure.mgmt.monitor.v2023_01_01.aio
617-
- azure.mgmt.monitor.v2023_01_01.aio.operations
618-
- azure.mgmt.monitor.v2023_01_01.models
619-
- azure.mgmt.monitor.v2023_01_01.operations
620-
- azure.mgmt.monitor.v2023_03_01_preview
621-
- azure.mgmt.monitor.v2023_03_01_preview.aio
622-
- azure.mgmt.monitor.v2023_03_01_preview.aio.operations
623-
- azure.mgmt.monitor.v2023_03_01_preview.models
624-
- azure.mgmt.monitor.v2023_03_01_preview.operations
617+
- azure.mgmt.monitor.aio.operations
618+
- azure.mgmt.monitor.models
619+
- azure.mgmt.monitor.operations
625620
- azure.mgmt.msi
626621
- azure.mgmt.msi.aio
627-
- azure.mgmt.msi.v2023_01_31
628-
- azure.mgmt.msi.v2023_01_31.aio
629-
- azure.mgmt.msi.v2023_01_31.aio.operations
630-
- azure.mgmt.msi.v2023_01_31.models
631-
- azure.mgmt.msi.v2023_01_31.operations
622+
- azure.mgmt.msi.aio.operations
623+
- azure.mgmt.msi.models
624+
- azure.mgmt.msi.operations
632625
- azure.mgmt.neonpostgres
633626
- azure.mgmt.neonpostgres.aio
634627
- azure.mgmt.neonpostgres.aio.operations
@@ -729,6 +722,11 @@ test:
729722
- azure.mgmt.privatedns.aio.operations
730723
- azure.mgmt.privatedns.models
731724
- azure.mgmt.privatedns.operations
725+
- azure-mgmt-purestorageblock
726+
- azure.mgmt.purestorageblock.aio
727+
- azure.mgmt.purestorageblock.aio.operations
728+
- azure.mgmt.purestorageblock.models
729+
- azure.mgmt.purestorageblock.operations
732730
- azure.mgmt.purview
733731
- azure.mgmt.purview.aio
734732
- azure.mgmt.purview.aio.operations
@@ -785,6 +783,11 @@ test:
785783
- azure.mgmt.recoveryservicesbackup.passivestamp.aio.operations
786784
- azure.mgmt.recoveryservicesbackup.passivestamp.models
787785
- azure.mgmt.recoveryservicesbackup.passivestamp.operations
786+
- azure-mgmt-recoveryservicesdatareplication
787+
- azure.mgmt.recoveryservicesdatareplication.aio
788+
- azure.mgmt.recoveryservicesdatareplication.aio.operations
789+
- azure.mgmt.recoveryservicesdatareplication.models
790+
- azure.mgmt.recoveryservicesdatareplication.operations
788791
- azure.mgmt.recoveryservicessiterecovery
789792
- azure.mgmt.recoveryservicessiterecovery.aio
790793
- azure.mgmt.recoveryservicessiterecovery.aio.operations
@@ -953,11 +956,14 @@ test:
953956
- azure.mgmt.standbypool.operations
954957
- azure.mgmt.storage
955958
- azure.mgmt.storage.aio
956-
- azure.mgmt.storage.v2023_01_01
957-
- azure.mgmt.storage.v2023_01_01.aio
958-
- azure.mgmt.storage.v2023_01_01.aio.operations
959-
- azure.mgmt.storage.v2023_01_01.models
960-
- azure.mgmt.storage.v2023_01_01.operations
959+
- azure.mgmt.storage.aio.operations
960+
- azure.mgmt.storage.models
961+
- azure.mgmt.storage.operations
962+
- azure-mgmt-storageactions
963+
- azure.mgmt.storageactions.aio
964+
- azure.mgmt.storageactions.aio.operations
965+
- azure.mgmt.storageactions.models
966+
- azure.mgmt.storageactions.operations
961967
- azure.mgmt.storagecache
962968
- azure.mgmt.storagecache.aio
963969
- azure.mgmt.storagecache.aio.operations
@@ -1015,11 +1021,9 @@ test:
10151021
- azure.mgmt.voiceservices.operations
10161022
- azure.mgmt.web
10171023
- azure.mgmt.web.aio
1018-
- azure.mgmt.web.v2022_09_01
1019-
- azure.mgmt.web.v2022_09_01.aio
1020-
- azure.mgmt.web.v2022_09_01.aio.operations
1021-
- azure.mgmt.web.v2022_09_01.models
1022-
- azure.mgmt.web.v2022_09_01.operations
1024+
- azure.mgmt.web.aio.operations
1025+
- azure.mgmt.web.models
1026+
- azure.mgmt.web.operations
10231027
- azure.mgmt.webpubsub
10241028
- azure.mgmt.webpubsub.aio
10251029
- azure.mgmt.webpubsub.aio.operations
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{% set name = "azure-monitor-querymetrics" %}
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-monitor-querymetrics
37+
38+
about:
39+
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-querymetrics"
40+
license: MIT
41+
license_family: MIT
42+
license_file:
43+
summary: "Microsoft Azure Monitor Query Metrics Client Library for Python"
44+
description: |
45+
This is the Microsoft Azure Monitor Query Metrics Client Library.
46+
Please see https://aka.ms/azsdk/conda/releases/querymetrics for version details.
47+
doc_url:
48+
dev_url:
49+
50+
extra:
51+
recipe-maintainers:
52+
- xiangyan99

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.06.01'
2+
AZURESDK_CONDA_VERSION: '2025.09.01'

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

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

3+
## 2025.09.01
4+
5+
### Packages included
6+
7+
- azure-ai-agents-1.1.0
8+
39
## 2025.06.01
410

511
### Packages included

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.09.01
4+
5+
### Packages included
6+
7+
- azure-ai-contentsafety-1.0.0
8+
39
## 2025.06.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.09.01
4+
5+
### Packages included
6+
7+
- azure-ai-documentintelligence-1.0.2
8+
39
## 2025.06.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.09.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-conversations-1.1.0
8+
39
## 2025.06.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.09.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-questionanswering-1.1.0
8+
39
## 2025.06.01
410

511
### Packages included

0 commit comments

Comments
 (0)