1+ {
2+ "chosen_version" : " 2020-06-01" ,
3+ "total_api_version_list" : [" 2020-06-01" ],
4+ "client" : {
5+ "name" : " PrivateLinkServicesForPowerBIClient" ,
6+ "filename" : " _private_link_services_for_power_bi_client" ,
7+ "description" : " Client to manage Power BI Private Link Service resources and connection members." ,
8+ "base_url" : " \u0027 https://management.azure.com\u0027 " ,
9+ "custom_base_url" : null ,
10+ "azure_arm" : true ,
11+ "has_lro_operations" : true ,
12+ "client_side_validation" : false ,
13+ "sync_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" ARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" PrivateLinkServicesForPowerBIClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" HttpRequest\" , \" HttpResponse\" ]}}}" ,
14+ "async_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" PrivateLinkServicesForPowerBIClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" AsyncHttpResponse\" , \" HttpRequest\" ]}}}"
15+ },
16+ "global_parameters" : {
17+ "sync" : {
18+ "credential" : {
19+ "signature" : " credential, # type: \" TokenCredential\" " ,
20+ "description" : " Credential needed for the client to connect to Azure." ,
21+ "docstring_type" : " ~azure.core.credentials.TokenCredential" ,
22+ "required" : true
23+ },
24+ "subscription_id" : {
25+ "signature" : " subscription_id, # type: str" ,
26+ "description" : " The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." ,
27+ "docstring_type" : " str" ,
28+ "required" : true
29+ },
30+ "resource_group_name" : {
31+ "signature" : " resource_group_name, # type: str" ,
32+ "description" : " The name of the resource group." ,
33+ "docstring_type" : " str" ,
34+ "required" : true
35+ },
36+ "azure_resource_name" : {
37+ "signature" : " azure_resource_name, # type: str" ,
38+ "description" : " The name of the Azure resource." ,
39+ "docstring_type" : " str" ,
40+ "required" : true
41+ },
42+ "private_endpoint_name" : {
43+ "signature" : " private_endpoint_name, # type: str" ,
44+ "description" : " The name of the private endpoint." ,
45+ "docstring_type" : " str" ,
46+ "required" : true
47+ },
48+ "operation_id" : {
49+ "signature" : " operation_id, # type: str" ,
50+ "description" : " The id of Azure async operation." ,
51+ "docstring_type" : " str" ,
52+ "required" : true
53+ }
54+ },
55+ "async" : {
56+ "credential" : {
57+ "signature" : " credential: \" AsyncTokenCredential\" ," ,
58+ "description" : " Credential needed for the client to connect to Azure." ,
59+ "docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
60+ "required" : true
61+ },
62+ "subscription_id" : {
63+ "signature" : " subscription_id: str," ,
64+ "description" : " The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." ,
65+ "docstring_type" : " str" ,
66+ "required" : true
67+ },
68+ "resource_group_name" : {
69+ "signature" : " resource_group_name: str," ,
70+ "description" : " The name of the resource group." ,
71+ "docstring_type" : " str" ,
72+ "required" : true
73+ },
74+ "azure_resource_name" : {
75+ "signature" : " azure_resource_name: str," ,
76+ "description" : " The name of the Azure resource." ,
77+ "docstring_type" : " str" ,
78+ "required" : true
79+ },
80+ "private_endpoint_name" : {
81+ "signature" : " private_endpoint_name: str," ,
82+ "description" : " The name of the private endpoint." ,
83+ "docstring_type" : " str" ,
84+ "required" : true
85+ },
86+ "operation_id" : {
87+ "signature" : " operation_id: str," ,
88+ "description" : " The id of Azure async operation." ,
89+ "docstring_type" : " str" ,
90+ "required" : true
91+ }
92+ },
93+ "constant" : {
94+ },
95+ "call" : " credential, subscription_id, resource_group_name, azure_resource_name, private_endpoint_name, operation_id" ,
96+ "service_client_specific" : {
97+ "sync" : {
98+ "api_version" : {
99+ "signature" : " api_version=None, # type: Optional[str]" ,
100+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
101+ "docstring_type" : " str" ,
102+ "required" : false
103+ },
104+ "base_url" : {
105+ "signature" : " base_url=None, # type: Optional[str]" ,
106+ "description" : " Service URL" ,
107+ "docstring_type" : " str" ,
108+ "required" : false
109+ },
110+ "profile" : {
111+ "signature" : " profile=KnownProfiles.default, # type: KnownProfiles" ,
112+ "description" : " A profile definition, from KnownProfiles to dict." ,
113+ "docstring_type" : " azure.profiles.KnownProfiles" ,
114+ "required" : false
115+ }
116+ },
117+ "async" : {
118+ "api_version" : {
119+ "signature" : " api_version: Optional[str] = None," ,
120+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
121+ "docstring_type" : " str" ,
122+ "required" : false
123+ },
124+ "base_url" : {
125+ "signature" : " base_url: Optional[str] = None," ,
126+ "description" : " Service URL" ,
127+ "docstring_type" : " str" ,
128+ "required" : false
129+ },
130+ "profile" : {
131+ "signature" : " profile: KnownProfiles = KnownProfiles.default," ,
132+ "description" : " A profile definition, from KnownProfiles to dict." ,
133+ "docstring_type" : " azure.profiles.KnownProfiles" ,
134+ "required" : false
135+ }
136+ }
137+ }
138+ },
139+ "config" : {
140+ "credential" : true ,
141+ "credential_scopes" : [" https://management.azure.com/.default" ],
142+ "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
143+ "credential_default_policy_type_has_async_version" : true ,
144+ "credential_key_header_name" : null ,
145+ "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" ._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}}" ,
146+ "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" .._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}}"
147+ },
148+ "operation_groups" : {
149+ "operations" : " Operations" ,
150+ "private_link_services_for_power_bi" : " PrivateLinkServicesForPowerBIOperations" ,
151+ "private_link_service_resource_operation_results" : " PrivateLinkServiceResourceOperationResultsOperations" ,
152+ "private_link_services" : " PrivateLinkServicesOperations" ,
153+ "power_bi_resources" : " PowerBIResourcesOperations" ,
154+ "private_link_resources" : " PrivateLinkResourcesOperations" ,
155+ "private_endpoint_connections" : " PrivateEndpointConnectionsOperations"
156+ }
157+ }
0 commit comments