Skip to content

Commit 1312421

Browse files
authored
Merge pull request MicrosoftDocs#1498 from MicrosoftDocs/djurek/pin-python36
Pin packages that PyPI will not fetch in Python 3.6
2 parents 5db9bb6 + 6140433 commit 1312421

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

ci-configs/packages-latest.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"folder": "azure-mgmt-compute",
416416
"install_type": "pypi",
417417
"name": "azure-mgmt-compute",
418-
"version": "==24.0.0"
418+
"version": "==23.1.0"
419419
},
420420
"exclude_path": [
421421
"test*",
@@ -431,7 +431,7 @@
431431
"folder": "azure-mgmt-consumption",
432432
"install_type": "pypi",
433433
"name": "azure-mgmt-consumption",
434-
"version": "==9.0.0"
434+
"version": "==8.0.0"
435435
},
436436
"exclude_path": [
437437
"test*",
@@ -750,7 +750,7 @@
750750
"folder": "azure-mgmt-notificationhubs",
751751
"install_type": "pypi",
752752
"name": "azure-mgmt-notificationhubs",
753-
"version": "==8.0.0"
753+
"version": "==7.0.0"
754754
},
755755
"exclude_path": [
756756
"test*",
@@ -1002,7 +1002,7 @@
10021002
"install_type": "pypi",
10031003
"name": "azure-servicebus",
10041004
"prefer_source_distribution": "true",
1005-
"version": "==7.5.0"
1005+
"version": "==7.4.0"
10061006
},
10071007
"exclude_path": [
10081008
"test*",
@@ -1532,7 +1532,7 @@
15321532
"package_info": {
15331533
"install_type": "pypi",
15341534
"name": "azure-mgmt-web",
1535-
"version": "==6.0.0"
1535+
"version": "==5.0.0"
15361536
},
15371537
"exclude_path": [
15381538
"test*",
@@ -1545,7 +1545,7 @@
15451545
"package_info": {
15461546
"install_type": "pypi",
15471547
"name": "azure-mgmt-netapp",
1548-
"version": "==6.0.1"
1548+
"version": "==5.1.0"
15491549
},
15501550
"exclude_path": [
15511551
"test*",
@@ -2640,20 +2640,6 @@
26402640
"sample*",
26412641
"doc*"
26422642
]
2643-
},
2644-
{
2645-
"package_info": {
2646-
"name": "azure-mgmt-streamanalytics",
2647-
"install_type": "pypi",
2648-
"prefer_source_distribution": "true",
2649-
"version": "==1.0.0"
2650-
},
2651-
"exclude_path": [
2652-
"test*",
2653-
"example*",
2654-
"sample*",
2655-
"doc*"
2656-
]
26572643
}
26582644
],
26592645
"required_packages": [

ci-configs/packages-preview.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"name": "azure-synapse-artifacts",
479479
"install_type": "pypi",
480480
"prefer_source_distribution": "true",
481-
"version": "==0.11.0"
481+
"version": "==0.10.0"
482482
}
483483
},
484484
{
@@ -1207,6 +1207,20 @@
12071207
"sample*",
12081208
"doc*"
12091209
]
1210+
},
1211+
{
1212+
"package_info": {
1213+
"name": "azure-mgmt-streamanalytics",
1214+
"install_type": "pypi",
1215+
"prefer_source_distribution": "true",
1216+
"version": "==1.0.0rc1"
1217+
},
1218+
"exclude_path": [
1219+
"test*",
1220+
"example*",
1221+
"sample*",
1222+
"doc*"
1223+
]
12101224
}
12111225
],
12121226
"required_packages": [

0 commit comments

Comments
 (0)