shakeelansari63 commented on code in PR #33191: URL: https://github.com/apache/airflow/pull/33191#discussion_r1286930105
########## airflow/providers/microsoft/azure/provider.yaml: ########## @@ -77,11 +77,9 @@ dependencies: - azure-synapse-spark - adal>=1.2.7 - azure-storage-file-datalake>=12.9.1 - # TODO: upgrade to newer versions of all the below libraries. - # See issue https://github.com/apache/airflow/issues/30199 - - azure-mgmt-containerinstance>=1.5.0,<2.0 - - azure-mgmt-datafactory>=1.0.0,<2.0 - - azure-kusto-data>=0.0.43,<0.1 + - azure-mgmt-containerinstance>=2.0 + - azure-mgmt-datafactory>=2.0 + - azure-kusto-data>=0.1 Review Comment: You are right, I knew it wasn't going to be so smooth. But I am willing to fix the issues and bump up the Azure SDK to make it work with latest APIs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
