strictness commented on PR #34738:
URL: https://github.com/apache/airflow/pull/34738#issuecomment-1746553061

   Hi, I'm just adding some additional info for you guys that will be relevant 
once you come to updating the hooks (related issue #34749)
   
   > The hook in container_instance.py should use the azure.identity package 
instead of azure.common.credentials. [Link to 
code](https://github.com/apache/airflow/blob/main/airflow/providers/microsoft/azure/hooks/container_instance.py#L25)
   > 
   > Microsoft posted deprecation warnings about using that package since early 
2021 - 
[azure.common](https://learn.microsoft.com/en-us/python/api/azure-common/azure.common.credentials?view=azure-python-previous).
   > 
   > 
https://github.com/Azure/azure-sdk-for-python/issues/16908#issuecomment-785216591,
 where the solution is to start using azure.identity instead.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to