11{
2- "chosen_version" : " 2020 -01-01" ,
3- "total_api_version_list" : [" 2020 -01-01" ],
2+ "chosen_version" : " 2022 -01-01-preview " ,
3+ "total_api_version_list" : [" 2022 -01-01-preview " ],
44 "client" : {
55 "name" : " SecurityInsights" ,
66 "filename" : " _security_insights" ,
77 "description" : " API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider." ,
8- "base_url " : " \u0027 https ://management.azure.com\u0027 " ,
9- "custom_base_url " : null ,
8+ "host_value " : " \" https ://management.azure.com\" " ,
9+ "parameterized_host_template " : null ,
1010 "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\" ]}}}" ,
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\" : [\" SecurityInsightsConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}}}"
1215 },
1316 "global_parameters" : {
14- "sync_method " : {
17+ "sync " : {
1518 "credential" : {
16- "method_signature " : " credential, # type: \" TokenCredential\" " ,
19+ "signature " : " credential, # type: \" TokenCredential\" " ,
1720 "description" : " Credential needed for the client to connect to Azure." ,
1821 "docstring_type" : " ~azure.core.credentials.TokenCredential" ,
1922 "required" : true
2023 },
2124 "subscription_id" : {
22- "method_signature " : " subscription_id, # type: str" ,
23- "description" : " Azure subscription ID ." ,
25+ "signature " : " subscription_id, # type: str" ,
26+ "description" : " The ID of the target subscription ." ,
2427 "docstring_type" : " str" ,
2528 "required" : true
2629 }
2730 },
28- "async_method " : {
31+ "async " : {
2932 "credential" : {
30- "method_signature " : " credential, # type : \" AsyncTokenCredential\" " ,
33+ "signature " : " credential: \" AsyncTokenCredential\" , " ,
3134 "description" : " Credential needed for the client to connect to Azure." ,
3235 "docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
3336 "required" : true
3437 },
3538 "subscription_id" : {
36- "method_signature " : " subscription_id, # type : str" ,
37- "description" : " Azure subscription ID ." ,
39+ "signature " : " subscription_id: str, " ,
40+ "description" : " The ID of the target subscription ." ,
3841 "docstring_type" : " str" ,
3942 "required" : true
4043 }
4144 },
4245 "constant" : {
4346 },
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=\" 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+ }
4590 },
4691 "config" : {
4792 "credential" : true ,
4893 "credential_scopes" : [" https://management.azure.com/.default" ],
49- "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
50- "credential_default_policy_type_has_async_version" : true ,
51- "credential_key_header_name" : null
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\" ]}}}"
5298 },
5399 "operation_groups" : {
54- "operations" : " Operations" ,
55100 "alert_rules" : " AlertRulesOperations" ,
56101 "actions" : " ActionsOperations" ,
57102 "alert_rule_templates" : " AlertRuleTemplatesOperations" ,
103+ "automation_rules" : " AutomationRulesOperations" ,
104+ "incidents" : " IncidentsOperations" ,
58105 "bookmarks" : " BookmarksOperations" ,
106+ "bookmark_relations" : " BookmarkRelationsOperations" ,
107+ "bookmark" : " BookmarkOperations" ,
108+ "ip_geodata" : " IPGeodataOperations" ,
109+ "domain_whois" : " DomainWhoisOperations" ,
110+ "entities" : " EntitiesOperations" ,
111+ "entities_get_timeline" : " EntitiesGetTimelineOperations" ,
112+ "entities_relations" : " EntitiesRelationsOperations" ,
113+ "entity_relations" : " EntityRelationsOperations" ,
114+ "entity_queries" : " EntityQueriesOperations" ,
115+ "entity_query_templates" : " EntityQueryTemplatesOperations" ,
116+ "incident_comments" : " IncidentCommentsOperations" ,
117+ "incident_relations" : " IncidentRelationsOperations" ,
118+ "metadata" : " MetadataOperations" ,
119+ "office_consents" : " OfficeConsentsOperations" ,
120+ "sentinel_onboarding_states" : " SentinelOnboardingStatesOperations" ,
121+ "product_settings" : " ProductSettingsOperations" ,
122+ "source_control" : " SourceControlOperations" ,
123+ "source_controls" : " SourceControlsOperations" ,
124+ "threat_intelligence_indicator" : " ThreatIntelligenceIndicatorOperations" ,
125+ "threat_intelligence_indicators" : " ThreatIntelligenceIndicatorsOperations" ,
126+ "threat_intelligence_indicator_metrics" : " ThreatIntelligenceIndicatorMetricsOperations" ,
127+ "watchlists" : " WatchlistsOperations" ,
128+ "watchlist_items" : " WatchlistItemsOperations" ,
59129 "data_connectors" : " DataConnectorsOperations" ,
60- "incidents" : " IncidentsOperations" ,
61- "incident_comments" : " IncidentCommentsOperations"
62- },
63- "operation_mixins" : {
64- },
65- "sync_imports" : " None" ,
66- "async_imports" : " None"
130+ "data_connectors_check_requirements" : " DataConnectorsCheckRequirementsOperations" ,
131+ "operations" : " Operations"
132+ }
67133}
0 commit comments