blob: f92db59c485d9d36c56bf24f0965678a30d9269d [file] [log] [blame]
:mod:`airflow.providers.microsoft.azure.hooks.azure_container_registry`
=======================================================================
.. py:module:: airflow.providers.microsoft.azure.hooks.azure_container_registry
.. autoapi-nested-parse::
Hook for Azure Container Registry
Module Contents
---------------
.. py:class:: AzureContainerRegistryHook(conn_id: str = 'azure_registry')
Bases: :class:`airflow.hooks.base.BaseHook`
A hook to communicate with a Azure Container Registry.
:param conn_id: :ref:`Azure Container Registry connection id<howto/connection:acr>`
of a service principal which will be used to start the container instance
:type conn_id: str
.. attribute:: conn_name_attr
:annotation: = azure_container_registry_conn_id
.. attribute:: default_conn_name
:annotation: = azure_container_registry_default
.. attribute:: conn_type
:annotation: = azure_container_registry
.. attribute:: hook_name
:annotation: = Azure Container Registry
.. staticmethod:: get_ui_field_behaviour()
Returns custom field behaviour
.. method:: get_conn(self)