8
8
"base_url" : " \u0027 https://management.azure.com\u0027 " ,
9
9
"custom_base_url" : null ,
10
10
"azure_arm" : true ,
11
- "has_lro_operations" : false
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\" : [\" SecurityInsightsConfiguration\" ]}}, \" 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\" : [\" SecurityInsightsConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" AsyncHttpResponse\" , \" HttpRequest\" ]}}}"
12
15
},
13
16
"global_parameters" : {
14
- "sync_method " : {
17
+ "sync " : {
15
18
"credential" : {
16
- "method_signature " : " credential, # type: \" TokenCredential\" " ,
19
+ "signature " : " credential, # type: \" TokenCredential\" " ,
17
20
"description" : " Credential needed for the client to connect to Azure." ,
18
21
"docstring_type" : " ~azure.core.credentials.TokenCredential" ,
19
22
"required" : true
20
23
},
21
24
"subscription_id" : {
22
- "method_signature " : " subscription_id, # type: str" ,
25
+ "signature " : " subscription_id, # type: str" ,
23
26
"description" : " Azure subscription ID." ,
24
27
"docstring_type" : " str" ,
25
28
"required" : true
26
29
}
27
30
},
28
- "async_method " : {
31
+ "async " : {
29
32
"credential" : {
30
- "method_signature " : " credential, # type : \" AsyncTokenCredential\" " ,
33
+ "signature " : " credential: \" AsyncTokenCredential\" , " ,
31
34
"description" : " Credential needed for the client to connect to Azure." ,
32
35
"docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
33
36
"required" : true
34
37
},
35
38
"subscription_id" : {
36
- "method_signature " : " subscription_id, # type : str" ,
39
+ "signature " : " subscription_id: str, " ,
37
40
"description" : " Azure subscription ID." ,
38
41
"docstring_type" : " str" ,
39
42
"required" : true
40
43
}
41
44
},
42
45
"constant" : {
43
46
},
44
- "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
+ }
45
90
},
46
91
"config" : {
47
92
"credential" : true ,
48
93
"credential_scopes" : [" https://management.azure.com/.default" ],
49
94
"credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
50
95
"credential_default_policy_type_has_async_version" : true ,
51
- "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\" ]}}}"
52
99
},
53
100
"operation_groups" : {
54
- "operations" : " Operations" ,
55
101
"alert_rules" : " AlertRulesOperations" ,
56
102
"actions" : " ActionsOperations" ,
57
103
"alert_rule_templates" : " AlertRuleTemplatesOperations" ,
58
104
"bookmarks" : " BookmarksOperations" ,
59
105
"data_connectors" : " DataConnectorsOperations" ,
106
+ "operations" : " Operations" ,
60
107
"incidents" : " IncidentsOperations" ,
61
108
"incident_comments" : " IncidentCommentsOperations"
62
- },
63
- "operation_mixins" : {
64
- },
65
- "sync_imports" : " None" ,
66
- "async_imports" : " None"
109
+ }
67
110
}
0 commit comments