99 "custom_base_url" : null ,
1010 "azure_arm" : true ,
1111 "has_lro_operations" : true ,
12- "client_side_validation" : 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\" : [\" DeviceUpdateConfiguration\" ], \" ._operations_mixin\" : [\" DeviceUpdateOperationsMixin\" ]}}, \" 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\" : [\" DeviceUpdateConfiguration\" ], \" ._operations_mixin\" : [\" DeviceUpdateOperationsMixin\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" AsyncHttpResponse\" , \" HttpRequest\" ]}}}"
1315 },
1416 "global_parameters" : {
1517 "sync" : {
2830 },
2931 "async" : {
3032 "credential" : {
31- "signature" : " credential, # type : \" AsyncTokenCredential\" " ,
33+ "signature" : " credential: \" AsyncTokenCredential\" , " ,
3234 "description" : " Credential needed for the client to connect to Azure." ,
3335 "docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
3436 "required" : true
3537 },
3638 "subscription_id" : {
37- "signature" : " subscription_id, # type : str" ,
39+ "signature" : " subscription_id: str, " ,
3840 "description" : " The Azure subscription ID." ,
3941 "docstring_type" : " str" ,
4042 "required" : true
4143 }
4244 },
4345 "constant" : {
4446 },
45- "call" : " credential, subscription_id"
47+ "call" : " credential, subscription_id" ,
48+ "service_client_specific" : {
49+ "sync" : {
50+ "api_version" : {
51+ "signature" : " api_version=None, # type: Optional[str]" ,
52+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
53+ "docstring_type" : " str" ,
54+ "required" : false
55+ },
56+ "base_url" : {
57+ "signature" : " base_url=None, # type: Optional[str]" ,
58+ "description" : " Service URL" ,
59+ "docstring_type" : " str" ,
60+ "required" : false
61+ },
62+ "profile" : {
63+ "signature" : " profile=KnownProfiles.default, # type: KnownProfiles" ,
64+ "description" : " A profile definition, from KnownProfiles to dict." ,
65+ "docstring_type" : " azure.profiles.KnownProfiles" ,
66+ "required" : false
67+ }
68+ },
69+ "async" : {
70+ "api_version" : {
71+ "signature" : " api_version: Optional[str] = None," ,
72+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
73+ "docstring_type" : " str" ,
74+ "required" : false
75+ },
76+ "base_url" : {
77+ "signature" : " base_url: Optional[str] = None," ,
78+ "description" : " Service URL" ,
79+ "docstring_type" : " str" ,
80+ "required" : false
81+ },
82+ "profile" : {
83+ "signature" : " profile: KnownProfiles = KnownProfiles.default," ,
84+ "description" : " A profile definition, from KnownProfiles to dict." ,
85+ "docstring_type" : " azure.profiles.KnownProfiles" ,
86+ "required" : false
87+ }
88+ }
89+ }
4690 },
4791 "config" : {
4892 "credential" : true ,
4993 "credential_scopes" : [" https://management.azure.com/.default" ],
5094 "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
5195 "credential_default_policy_type_has_async_version" : true ,
52- "credential_key_header_name" : null
96+ "credential_key_header_name" : null ,
97+ "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\" ]}}}" ,
98+ "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\" ]}}}"
5399 },
54100 "operation_groups" : {
55101 "accounts" : " AccountsOperations" ,
56102 "instances" : " InstancesOperations" ,
103+ "private_endpoint_connections" : " PrivateEndpointConnectionsOperations" ,
104+ "private_link_resources" : " PrivateLinkResourcesOperations" ,
57105 "operations" : " Operations"
58106 },
59107 "operation_mixins" : {
60- },
61- "sync_imports" : " None" ,
62- "async_imports" : " None"
108+ "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.exceptions\" : [\" ClientAuthenticationError\" , \" HttpResponseError\" , \" ResourceExistsError\" , \" ResourceNotFoundError\" , \" map_error\" ], \" azure.mgmt.core.exceptions\" : [\" ARMErrorFormat\" ], \" azure.core.pipeline\" : [\" PipelineResponse\" ], \" azure.core.pipeline.transport\" : [\" HttpRequest\" , \" HttpResponse\" ]}, \" stdlib\" : {\" warnings\" : [null]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Callable\" , \" Dict\" , \" Generic\" , \" Optional\" , \" TypeVar\" ]}}}" ,
109+ "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.exceptions\" : [\" ClientAuthenticationError\" , \" HttpResponseError\" , \" ResourceExistsError\" , \" ResourceNotFoundError\" , \" map_error\" ], \" azure.mgmt.core.exceptions\" : [\" ARMErrorFormat\" ], \" azure.core.pipeline\" : [\" PipelineResponse\" ], \" azure.core.pipeline.transport\" : [\" AsyncHttpResponse\" , \" HttpRequest\" ]}, \" stdlib\" : {\" warnings\" : [null]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Callable\" , \" Dict\" , \" Generic\" , \" Optional\" , \" TypeVar\" ]}}}" ,
110+ "operations" : {
111+ "check_name_availability" : {
112+ "sync" : {
113+ "signature" : " def check_name_availability(\n self,\n request, # type: \" _models.CheckNameAvailabilityRequest\"\n **kwargs # type: Any\n ):\n " ,
114+ "doc" : " \"\"\" Checks ADU resource name availability.\n\n :param request: Check Name Availability Request.\n :type request: ~device_update.models.CheckNameAvailabilityRequest\n :keyword callable cls: A custom type or function that will be passed the direct response\n :return: CheckNameAvailabilityResponse, or the result of cls(response)\n :rtype: ~device_update.models.CheckNameAvailabilityResponse\n :raises: ~azure.core.exceptions.HttpResponseError\n\"\"\" "
115+ },
116+ "async" : {
117+ "coroutine" : true ,
118+ "signature" : " async def check_name_availability(\n self,\n request: \" _models.CheckNameAvailabilityRequest\" ,\n **kwargs: Any\n ) -\u003e \" _models.CheckNameAvailabilityResponse\" :\n " ,
119+ "doc" : " \"\"\" Checks ADU resource name availability.\n\n :param request: Check Name Availability Request.\n :type request: ~device_update.models.CheckNameAvailabilityRequest\n :keyword callable cls: A custom type or function that will be passed the direct response\n :return: CheckNameAvailabilityResponse, or the result of cls(response)\n :rtype: ~device_update.models.CheckNameAvailabilityResponse\n :raises: ~azure.core.exceptions.HttpResponseError\n\"\"\" "
120+ },
121+ "call" : " request"
122+ }
123+ }
124+ }
63125}
0 commit comments