1
+ {
2
+ "chosen_version" : " 2019-05-01" ,
3
+ "total_api_version_list" : [" 2019-05-01" ],
4
+ "client" : {
5
+ "name" : " LogicManagementClient" ,
6
+ "filename" : " _logic_management_client" ,
7
+ "description" : " REST API for Azure Logic Apps." ,
8
+ "host_value" : " \" https://management.azure.com\" " ,
9
+ "parameterized_host_template" : 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\" : [\" LogicManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}}}" ,
14
+ "async_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ], \" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" LogicManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}}}"
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 subscription id." ,
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 subscription id." ,
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=\" https://management.azure.com\" , # type: 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: str = \" https://management.azure.com\" ," ,
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_call_sync" : " ARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)" ,
95
+ "credential_call_async" : " AsyncARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)" ,
96
+ "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMChallengeAuthenticationPolicy\" , \" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" ._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}}" ,
97
+ "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" , \" AsyncARMChallengeAuthenticationPolicy\" ]}, \" local\" : {\" .._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}}"
98
+ },
99
+ "operation_groups" : {
100
+ "workflows" : " WorkflowsOperations" ,
101
+ "workflow_versions" : " WorkflowVersionsOperations" ,
102
+ "workflow_triggers" : " WorkflowTriggersOperations" ,
103
+ "workflow_version_triggers" : " WorkflowVersionTriggersOperations" ,
104
+ "workflow_trigger_histories" : " WorkflowTriggerHistoriesOperations" ,
105
+ "workflow_runs" : " WorkflowRunsOperations" ,
106
+ "workflow_run_actions" : " WorkflowRunActionsOperations" ,
107
+ "workflow_run_action_repetitions" : " WorkflowRunActionRepetitionsOperations" ,
108
+ "workflow_run_action_repetitions_request_histories" : " WorkflowRunActionRepetitionsRequestHistoriesOperations" ,
109
+ "workflow_run_action_request_histories" : " WorkflowRunActionRequestHistoriesOperations" ,
110
+ "workflow_run_action_scope_repetitions" : " WorkflowRunActionScopeRepetitionsOperations" ,
111
+ "workflow_run_operations" : " WorkflowRunOperationsOperations" ,
112
+ "integration_accounts" : " IntegrationAccountsOperations" ,
113
+ "integration_account_assemblies" : " IntegrationAccountAssembliesOperations" ,
114
+ "integration_account_batch_configurations" : " IntegrationAccountBatchConfigurationsOperations" ,
115
+ "integration_account_schemas" : " IntegrationAccountSchemasOperations" ,
116
+ "integration_account_maps" : " IntegrationAccountMapsOperations" ,
117
+ "integration_account_partners" : " IntegrationAccountPartnersOperations" ,
118
+ "integration_account_agreements" : " IntegrationAccountAgreementsOperations" ,
119
+ "integration_account_certificates" : " IntegrationAccountCertificatesOperations" ,
120
+ "integration_account_sessions" : " IntegrationAccountSessionsOperations" ,
121
+ "integration_service_environments" : " IntegrationServiceEnvironmentsOperations" ,
122
+ "integration_service_environment_skus" : " IntegrationServiceEnvironmentSkusOperations" ,
123
+ "integration_service_environment_network_health" : " IntegrationServiceEnvironmentNetworkHealthOperations" ,
124
+ "integration_service_environment_managed_apis" : " IntegrationServiceEnvironmentManagedApisOperations" ,
125
+ "integration_service_environment_managed_api_operations" : " IntegrationServiceEnvironmentManagedApiOperationsOperations" ,
126
+ "operations" : " Operations"
127
+ }
128
+ }
0 commit comments