pankajastro commented on code in PR #34738:
URL: https://github.com/apache/airflow/pull/34738#discussion_r1348370532


##########
tests/providers/microsoft/azure/hooks/test_azure_container_instance.py:
##########
@@ -52,7 +52,10 @@ def setup_test_cases(self, create_mock_connection):
                 conn_type="azure_container_instances",
                 login="login",
                 password="key",
-                extra={"tenantId": "tenant_id", "subscriptionId": 
"subscription_id"},
+                extra={
+                    "tenantId": "63e85d06-62e4-11ee-8c99-0242ac120002",

Review Comment:
   it is Random. I use https://www.uuidgenerator.net/ to generate it. The new 
sdk throws a value error if tenantId is not valid uuid



-- 
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