Skip to content

Commit 7e7f552

Browse files
authored
keyvault and storage have a conflict between mindependency and what local azure-identity requires. resolve it (Azure#20391)
1 parent 37084ad commit 7e7f552

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-e ../../../tools/azure-devtools
22
../../core/azure-core
3-
-e ../../identity/azure-identity
43
-e ../azure-mgmt-keyvault
54
-e ../../../tools/azure-sdk-tools
65
../../nspkg/azure-keyvault-nspkg
76
aiohttp>=3.0; python_version >= '3.5'
7+
azure-identity
88
parameterized>=0.7.3

sdk/storage/azure-storage-blob/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
-e ../../../tools/azure-devtools
33
-e ../../../tools/azure-sdk-tools
44
../../core/azure-core
5-
-e ../../identity/azure-identity
5+
azure-identity
66
-e ../../storage/azure-mgmt-storage
77
aiohttp>=3.0; python_version >= '3.5'

sdk/storage/azure-storage-file-share/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
-e ../../../tools/azure-devtools
33
-e ../../../tools/azure-sdk-tools
44
../../core/azure-core
5-
-e ../../identity/azure-identity
5+
azure-identity
66
-e ../azure-storage-blob
77
aiohttp>=3.0; python_version >= '3.5'

sdk/storage/azure-storage-queue/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
-e ../../../tools/azure-devtools
33
-e ../../../tools/azure-sdk-tools
44
../../core/azure-core
5-
-e ../../identity/azure-identity
5+
azure-identity
66
aiohttp>=3.0; python_version >= '3.5'

0 commit comments

Comments
 (0)