Skip to content

Commit 0d3d678

Browse files
xiangyan99scbedd
andauthored
Conda 20241201 (Azure#38613)
* conda 2024.12.01 * update * update * update * update * update * update * Fix macos-14 missing `conda` (Azure#38632) * install miniconda3 on mac conda build pipeline * update * update mgmt * disable mac * update * Build Changes to Create Workable `conda` artifacts for 2024.12.01 (Azure#38654) * remove dependency assembly, bad merge left it enabled * update * Fix conda 20241201 (Azure#38729) * append notest to our assembly, we need to check these ourselves * save my progress. need to verify and adjust these package versions * azure-mgmt-containerservicefleet 3.0.0 does not contain azure.mgmt.containerservicefleet.v2023_10_15* namespaces anymore. removing from azure-mgmt meta.yml * azure-mgmt-databox==3.0.0 no longer has azure.mgmt.databox.v2022* namespaces present. remove from azure-mgmt meta.yml tests * azure-mgmt-digitaltwins==7.0.0 no longer includes azure.mgmt.digitaltwins.v2023* namespaces. removing from azure-mgmt meta.yml import tests * azure-mgmt-edgeorder==2.0.0 no longer includes azure.mgmt.edgeorder.v2021* namespaces. removing from azure-mgmt meta.yml import tests * azure-mgmt-extendedlocation==2.0.0 no longer includes azure.mgmt.extendedlocation.v2021* namespaces. removing from azure-mgmt meta.yml import tests * azure-mgmt-redhatopenshift==2.0.0 no longer includes azure.mgmt.redhatopenshift.v2021* namespaces. removing from azure-mgmt meta.yml import tests * updating conda-sdk-client recipe to not include a package that relies on msrestazure * save the verifybuiltconda * fix the pandas problem for azure-ai-evaluation * remove azure.mgmt.servermanager.aio from the import tests for azure-mgmt conda recipe. not present in the distribution * add promptflow to the azure-ai-evaluation dependencies --------- Co-authored-by: Scott Beddall <[email protected]> --------- Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: Scott Beddall <[email protected]>
1 parent 1f8da47 commit 0d3d678

Some content is hidden

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

52 files changed

+2097
-153
lines changed

argfile.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"name": "azure-core",
4+
"common_root": "azure",
5+
"service": "core",
6+
"in_batch": "True",
7+
"checkout": [
8+
{
9+
"package": "azure-core",
10+
"version": "1.32.0"
11+
},
12+
{
13+
"package": "azure-mgmt-core",
14+
"version": "1.5.0"
15+
},
16+
{
17+
"package": "azure-common",
18+
"version": "1.1.28"
19+
}
20+
]
21+
}
22+
]

0 commit comments

Comments
 (0)