strictness commented on code in PR #34738: URL: https://github.com/apache/airflow/pull/34738#discussion_r1345553231
########## airflow/providers/microsoft/azure/hooks/container_instance.py: ########## @@ -19,7 +19,7 @@ import warnings from functools import cached_property -from typing import TYPE_CHECKING, Any +from typing import TYPE_CHECKING, Any, cast from azure.common.client_factory import get_client_from_auth_file, get_client_from_json_dict from azure.common.credentials import ServicePrincipalCredentials Review Comment: Package is deprecated and no longer working. Consider using `azure.identity` ([relevant info](https://learn.microsoft.com/en-us/python/api/azure-common/?view=azure-python-previous)) Related issue on [azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python/issues/16908#issuecomment-785216591) -- 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]
