11{
22 "chosen_version" : " " ,
3- "total_api_version_list" : [" 2015-06-01-preview" , " 2017-08-01" , " 2017-08-01-preview" , " 2018-06-01 " , " 2019-01-01" , " 2019-01-01-preview" , " 2019-08-01" , " 2020-01-01" , " 2020-01-01-preview" , " 2020-07-01-preview" , " 2021-01-01 " , " 2021-01-15- preview" , " 2021-05 -01-preview" , " 2021-07 -01" ],
3+ "total_api_version_list" : [" 2015-06-01-preview" , " 2017-08-01" , " 2017-08-01-preview" , " 2019-01-01" , " 2019-01-01-preview" , " 2019-08-01" , " 2020-01-01" , " 2020-01-01-preview" , " 2020-07-01-preview" , " 2021-01-15-preview " , " 2021-05-01-preview " , " 2021-06-01 " , " 2021-07-01- preview" , " 2021-10 -01-preview" , " 2021-11-01 " , " 2022-03-01 " , " 2022-05 -01" ],
44 "client" : {
55 "name" : " SecurityCenter" ,
66 "filename" : " _security_center" ,
77 "description" : " API spec for Microsoft.Security (Azure Security Center) 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 ,
1111 "has_lro_operations" : true ,
1212 "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\" : [\" SecurityCenterConfiguration\" ]}} , \" 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\" : [\" SecurityCenterConfiguration\" ]}} , \" conditional \" : {\" stdlib \" : { \" typing \" : [ \" Any \" , \" Optional \" ]}, \" azurecore \" : {\" azure.core.pipeline.transport \" : [\" AsyncHttpResponse \" , \" HttpRequest \" ]}}}"
13+ "sync_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" azure.mgmt.core\" : [\" ARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" SecurityCenterConfiguration\" ]}, \" thirdparty \" : {\" msrest \" : [ \" Deserializer \" , \" Serializer \" ]}} , \" 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\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" SecurityCenterConfiguration\" ]}, \" thirdparty \" : {\" msrest \" : [ \" Deserializer \" , \" Serializer \" ]}} , \" conditional \" : { \" stdlib \" : {\" typing \" : [\" Any \" , \" Optional \" ]}}}"
1515 },
1616 "global_parameters" : {
1717 "sync" : {
2626 "description" : " Azure subscription ID." ,
2727 "docstring_type" : " str" ,
2828 "required" : true
29- },
30- "asc_location" : {
31- "signature" : " asc_location, # type: str" ,
32- "description" : " The location where ASC stores the data of the subscription. can be retrieved from Get locations." ,
33- "docstring_type" : " str" ,
34- "required" : true
3529 }
3630 },
3731 "async" : {
4640 "description" : " Azure subscription ID." ,
4741 "docstring_type" : " str" ,
4842 "required" : true
49- },
50- "asc_location" : {
51- "signature" : " asc_location: str," ,
52- "description" : " The location where ASC stores the data of the subscription. can be retrieved from Get locations." ,
53- "docstring_type" : " str" ,
54- "required" : true
5543 }
5644 },
5745 "constant" : {
5846 },
59- "call" : " credential, subscription_id, asc_location " ,
47+ "call" : " credential, subscription_id" ,
6048 "service_client_specific" : {
6149 "sync" : {
6250 "api_version" : {
6654 "required" : false
6755 },
6856 "base_url" : {
69- "signature" : " base_url=None , # type: Optional[ str] " ,
57+ "signature" : " base_url=\" https://management.azure.com \" , # type: str" ,
7058 "description" : " Service URL" ,
7159 "docstring_type" : " str" ,
7260 "required" : false
8674 "required" : false
8775 },
8876 "base_url" : {
89- "signature" : " base_url: Optional[ str] = None ," ,
77+ "signature" : " base_url: str = \" https://management.azure.com \" ," ,
9078 "description" : " Service URL" ,
9179 "docstring_type" : " str" ,
9280 "required" : false
10391 "config" : {
10492 "credential" : true ,
10593 "credential_scopes" : [" https://management.azure.com/.default" ],
106- "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
107- "credential_default_policy_type_has_async_version" : true ,
108- "credential_key_header_name" : null ,
109- "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\" ]}}}" ,
110- "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\" ]}}}"
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\" ]}}}"
11198 },
11299 "operation_groups" : {
100+ "mde_onboardings" : " MdeOnboardingsOperations" ,
101+ "custom_assessment_automations" : " CustomAssessmentAutomationsOperations" ,
102+ "custom_entity_store_assignments" : " CustomEntityStoreAssignmentsOperations" ,
113103 "compliance_results" : " ComplianceResultsOperations" ,
114104 "pricings" : " PricingsOperations" ,
115105 "advanced_threat_protection" : " AdvancedThreatProtectionOperations" ,
154144 "alerts" : " AlertsOperations" ,
155145 "settings" : " SettingsOperations" ,
156146 "ingestion_settings" : " IngestionSettingsOperations" ,
157- "software_inventories" : " SoftwareInventoriesOperations"
147+ "software_inventories" : " SoftwareInventoriesOperations" ,
148+ "security_connectors" : " SecurityConnectorsOperations"
158149 }
159150}
0 commit comments