
    4                        d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZ d	Z e	j                  e	j                   j"                  e	j                   j$                         G d
 de	j&                               Zy)z$Command to describe an Azure Client.    )absolute_import)division)unicode_literals)azure)base)resource_args)endpoint_utilz{
To describe an Azure client named ``my-client'' in
location ``us-west1'', run:

$ {command} my-client --location=us-west1
c                   .    e Zd ZdZdeiZed        Zd Zy)DescribezDescribe an Azure client.EXAMPLESc                 0    t        j                  | d       y )Nzto describe)r   AddAzureClientResourceArg)parsers    /lib/surface/container/azure/clients/describe.pyArgszDescribe.Args)   s    ++FMB    c                 $   t        j                  t        j                  |      j                  | j                               5  t        j                  |      }t        j                         }|j                  |      cddd       S # 1 sw Y   yxY w)zRuns the describe command.N)	r	   GkemulticloudEndpointOverrider   ParseAzureClientResourceArglocationsIdReleaseTrackapi_utilClientsClientGet)selfargs
client_ref
api_clients       r   RunzDescribe.Run-   sl    		4	411$7CC
 !<<TBj))+j^^J'
 
 
s   :BBN)	__name__
__module____qualname____doc__	_EXAMPLESdetailed_helpstaticmethodr   r    r   r   r   r   #   s(    !y)-C C(r   r   N)r#   
__future__r   r   r   .googlecloudsdk.api_lib.container.gkemulticloudr   r   googlecloudsdk.callioper   *googlecloudsdk.command_lib.container.azurer   2googlecloudsdk.command_lib.container.gkemulticloudr	   r$   ReleaseTracksr   ALPHAGADescribeCommandr   r'   r   r   <module>r1      so    + &  ' L ( D L	 D%%++T->->-A-AB(t## ( C(r   