Upgrade internal azureml-dataprep azure-identity dependency to 1.8.0 or greater
See original GitHub issueIs your feature request related to a problem? Please describe.
Using the Python azureml-dataprep
library (versions >4.1
) it has a dependency on azure-identity 1.7.0
which causes issues if you would like to use an upgraded version of the azure-identity
library. This has caused us trouble with Azure Functions that need to use an updated identity package (related Stack Overflow issue) support for the updated identity library would be great. Note, this is a pipenv
issue mostly but having the latest and greatest packages under the hood would be awesome!
Describe the solution you’d like
Upgrade azureml-dataprep
azure-identity
to at a minimum version 1.8.0
.
Describe alternatives you’ve considered
Override dependency by using Pipfile
with azure-identity
in the packages and allocating azureml-dataprep
in dev dependencies. Also, use a AzureCLI@2
task in pipelines over the Bash@3
task to supply proper information for testing with the DefaultAzureCredential()
call.
Additional context N/A
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
We should be releasing a version with upgraded azure-identity dependency in December
Thank you for the update @anliakho2 glad to hear this is moving forward!