1+ {
2+ "chosen_version" : " 2021-03-01-preview" ,
3+ "total_api_version_list" : [" 2021-03-01-preview" ],
4+ "client" : {
5+ "name" : " MixedRealityClient" ,
6+ "filename" : " _mixed_reality_client" ,
7+ "description" : " Mixed Reality Client." ,
8+ "base_url" : " \u0027 https://management.azure.com\u0027 " ,
9+ "custom_base_url" : null ,
10+ "azure_arm" : true ,
11+ "has_lro_operations" : false ,
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\" : [\" MixedRealityClientConfiguration\" ], \" ._operations_mixin\" : [\" MixedRealityClientOperationsMixin\" ]}}, \" 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\" : [\" MixedRealityClientConfiguration\" ], \" ._operations_mixin\" : [\" MixedRealityClientOperationsMixin\" ]}}, \" 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+ },
31+ "async" : {
32+ "credential" : {
33+ "signature" : " credential: \" AsyncTokenCredential\" ," ,
34+ "description" : " Credential needed for the client to connect to Azure." ,
35+ "docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
36+ "required" : true
37+ },
38+ "subscription_id" : {
39+ "signature" : " subscription_id: str," ,
40+ "description" : " The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." ,
41+ "docstring_type" : " str" ,
42+ "required" : true
43+ }
44+ },
45+ "constant" : {
46+ },
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+ }
90+ },
91+ "config" : {
92+ "credential" : true ,
93+ "credential_scopes" : [" https://management.azure.com/.default" ],
94+ "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
95+ "credential_default_policy_type_has_async_version" : true ,
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\" ]}}}"
99+ },
100+ "operation_groups" : {
101+ "operations" : " Operations" ,
102+ "spatial_anchors_accounts" : " SpatialAnchorsAccountsOperations" ,
103+ "remote_rendering_accounts" : " RemoteRenderingAccountsOperations" ,
104+ "object_anchors_accounts" : " ObjectAnchorsAccountsOperations"
105+ },
106+ "operation_mixins" : {
107+ "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\" ]}}}" ,
108+ "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\" ]}}}" ,
109+ "operations" : {
110+ "check_name_availability_local" : {
111+ "sync" : {
112+ "signature" : " def check_name_availability_local(\n self,\n location, # type: str\n check_name_availability, # type: \" _models.CheckNameAvailabilityRequest\"\n **kwargs # type: Any\n ):\n " ,
113+ "doc" : " \"\"\" Check Name Availability for local uniqueness.\n\n :param location: The location in which uniqueness will be verified.\n :type location: str\n :param check_name_availability: Check Name Availability Request.\n :type check_name_availability: ~azure.mgmt.mixedreality.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: ~azure.mgmt.mixedreality.models.CheckNameAvailabilityResponse\n :raises: ~azure.core.exceptions.HttpResponseError\n\"\"\" "
114+ },
115+ "async" : {
116+ "coroutine" : true ,
117+ "signature" : " async def check_name_availability_local(\n self,\n location: str,\n check_name_availability: \" _models.CheckNameAvailabilityRequest\" ,\n **kwargs\n ) -\u003e \" _models.CheckNameAvailabilityResponse\" :\n " ,
118+ "doc" : " \"\"\" Check Name Availability for local uniqueness.\n\n :param location: The location in which uniqueness will be verified.\n :type location: str\n :param check_name_availability: Check Name Availability Request.\n :type check_name_availability: ~azure.mgmt.mixedreality.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: ~azure.mgmt.mixedreality.models.CheckNameAvailabilityResponse\n :raises: ~azure.core.exceptions.HttpResponseError\n\"\"\" "
119+ },
120+ "call" : " location, check_name_availability"
121+ }
122+ }
123+ }
124+ }
0 commit comments