Skip to content

Commit ba46764

Browse files
committed
Pin versions in packages-legacy.json
1 parent 5acd7ba commit ba46764

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

ci-configs/packages-legacy.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"package_info": {
1010
"install_type": "pypi",
1111
"name": "azure-storage-blob",
12-
"version": "2.1.0"
12+
"version": "==2.1.0"
1313
},
1414
"exclude_path": [
1515
"test*",
@@ -22,7 +22,7 @@
2222
"package_info": {
2323
"install_type": "pypi",
2424
"name": "azure-storage-queue",
25-
"version": "2.1.0"
25+
"version": "==2.1.0"
2626
},
2727
"exclude_path": [
2828
"test*",
@@ -35,7 +35,7 @@
3535
"package_info": {
3636
"install_type": "pypi",
3737
"name": "azure-keyvault",
38-
"version": "1.1.0"
38+
"version": "==1.1.0"
3939
},
4040
"exclude_path": [
4141
"test*",
@@ -48,7 +48,7 @@
4848
"package_info": {
4949
"install_type": "pypi",
5050
"name": "azure-eventhub",
51-
"version": "1.3.1"
51+
"version": "==1.3.1"
5252
},
5353
"exclude_path": [
5454
"test*",
@@ -60,7 +60,8 @@
6060
{
6161
"package_info": {
6262
"install_type": "pypi",
63-
"name": "azure-storage-file"
63+
"name": "azure-storage-file",
64+
"version": "==2.1.0"
6465
},
6566
"exclude_path": [
6667
"test*",
@@ -72,7 +73,8 @@
7273
{
7374
"package_info": {
7475
"install_type": "pypi",
75-
"name": "azure-storage-common"
76+
"name": "azure-storage-common",
77+
"version": "==2.1.0"
7678
},
7779
"exclude_path": [
7880
"test*",
@@ -85,7 +87,7 @@
8587
"package_info": {
8688
"install_type": "pypi",
8789
"name": "azure-cosmos",
88-
"version": "<4.0.0"
90+
"version": "==3.2.0"
8991
},
9092
"exclude_path": [
9193
"test*",

0 commit comments

Comments
 (0)