Skip to content

Commit 6115a6a

Browse files
xiangyan99scbedd
andauthored
Conda20240301 (#34399)
* add identity for storage * add more tests * update * conda 2024-03-01 * update * update * update * Update conda/conda-releaselogs/uamqp.md * update * update * remove 312 * update conda_functions and build yaml to build successfully on all platforms * update * update * update * update * add 312 * update --------- Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
1 parent 7662db1 commit 6115a6a

Some content is hidden

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

43 files changed

+489
-77
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ requirements:
1919
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2020
- pip
2121
- python
22-
- uamqp >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2322
- requests-oauthlib >=0.5.0
2423
- aiohttp
2524
run:
2625
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2726
- cryptography
2827
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2928
- python
30-
- uamqp >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3129
- requests-oauthlib >=0.5.0
3230
- aiohttp
3331

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

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ test:
4545
- azure.mgmt.alertsmanagement.aio.operations
4646
- azure.mgmt.alertsmanagement.models
4747
- azure.mgmt.alertsmanagement.operations
48+
- azure.mgmt.apicenter
49+
- azure.mgmt.apicenter.aio
50+
- azure.mgmt.apicenter.aio.operations
51+
- azure.mgmt.apicenter.models
52+
- azure.mgmt.apicenter.operations
4853
- azure.mgmt.apimanagement
4954
- azure.mgmt.apimanagement.aio
5055
- azure.mgmt.apimanagement.aio.operations
@@ -271,11 +276,6 @@ test:
271276
- azure.mgmt.datafactory.aio.operations
272277
- azure.mgmt.datafactory.models
273278
- azure.mgmt.datafactory.operations
274-
- azure.mgmt.datalake.store
275-
- azure.mgmt.datalake.store.aio
276-
- azure.mgmt.datalake.store.aio.operations
277-
- azure.mgmt.datalake.store.models
278-
- azure.mgmt.datalake.store.operations
279279
- azure.mgmt.datamigration
280280
- azure.mgmt.datamigration.aio
281281
- azure.mgmt.datamigration.aio.operations
@@ -367,6 +367,11 @@ test:
367367
- azure.mgmt.elastic.aio.operations
368368
- azure.mgmt.elastic.models
369369
- azure.mgmt.elastic.operations
370+
- azure.mgmt.elasticsan
371+
- azure.mgmt.elasticsan.aio
372+
- azure.mgmt.elasticsan.aio.operations
373+
- azure.mgmt.elasticsan.models
374+
- azure.mgmt.elasticsan.operations
370375
- azure.mgmt.eventgrid
371376
- azure.mgmt.eventgrid.aio
372377
- azure.mgmt.eventgrid.aio.operations
@@ -436,6 +441,11 @@ test:
436441
- azure.mgmt.hybridconnectivity.aio.operations
437442
- azure.mgmt.hybridconnectivity.models
438443
- azure.mgmt.hybridconnectivity.operations
444+
- azure.mgmt.hybridcontainerservice
445+
- azure.mgmt.hybridcontainerservice.aio
446+
- azure.mgmt.hybridcontainerservice.aio.operations
447+
- azure.mgmt.hybridcontainerservice.models
448+
- azure.mgmt.hybridcontainerservice.operations
439449
- azure.mgmt.hybridkubernetes
440450
- azure.mgmt.hybridkubernetes.aio
441451
- azure.mgmt.hybridkubernetes.aio.operations
@@ -596,6 +606,11 @@ test:
596606
- azure.mgmt.network.aio.operations
597607
- azure.mgmt.network.models
598608
- azure.mgmt.network.operations
609+
- azure.mgmt.networkanalytics
610+
- azure.mgmt.networkanalytics.aio
611+
- azure.mgmt.networkanalytics.aio.operations
612+
- azure.mgmt.networkanalytics.models
613+
- azure.mgmt.networkanalytics.operations
599614
- azure.mgmt.networkcloud
600615
- azure.mgmt.networkcloud.aio
601616
- azure.mgmt.networkcloud.aio.operations

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ requirements:
2121
- python
2222
- requests-oauthlib >=0.5.0
2323
- six >=1.11.0
24-
- uamqp >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2524
- aiohttp
2625
- isodate
2726
run:
@@ -31,7 +30,6 @@ requirements:
3130
- python
3231
- requests-oauthlib >=0.5.0
3332
- six >=1.11.0
34-
- uamqp >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
3533
- aiohttp
3634
- isodate
3735

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,43 @@ build:
1515
requirements:
1616
host:
1717
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
18+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
1819
- cryptography >=2.1.4
1920
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2021
- pip
2122
- python
2223
- aiohttp
24+
- isodate
2325
run:
2426
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
27+
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2528
- cryptography >=2.1.4
2629
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
2730
- python
2831
- aiohttp
2932
- requests-oauthlib >=0.5.0
33+
- isodate
3034

3135
test:
3236
imports:
3337
- azure.storage.blob
38+
- azure.storage.blob.aio
3439
- azure.storage.queue
40+
- azure.storage.queue.aio
3541
- azure.storage.fileshare
42+
- azure.storage.fileshare.aio
3643
- azure.storage.filedatalake
44+
- azure.storage.filedatalake.aio
3745

3846
about:
3947
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage"
4048
license: MIT
4149
license_family: MIT
4250
license_file:
4351
summary: Microsoft Azure Storage Client Library for Python.
52+
description: |
53+
This package is the Microsoft Azure Storage bundle.
54+
Please see https://aka.ms/azsdk/conda/releases/storage for version details.
4455
doc_url:
4556
dev_url:
4657

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: '2023.12.01'
2+
AZURESDK_CONDA_VERSION: '2024.03.01'

conda/conda-recipes/uamqp/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ about:
4141

4242
extra:
4343
recipe-maintainers:
44-
- xiangyan99
44+
- xiangyan99

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

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

3+
## 2024.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-formrecognizer-3.3.2
8+
39
## 2023.12.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+
## 2024.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-conversations-1.1.0
8+
39
## 2023.12.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+
## 2024.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-language-questionanswering-1.1.0
8+
39
## 2023.12.01
410

511
### Packages included

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

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

3+
## 2024.03.01
4+
5+
### Packages included
6+
7+
- azure-ai-metricsadvisor-1.0.0
8+
39
## 2023.12.01
410

511
### Packages included

0 commit comments

Comments
 (0)