1515from  ._configuration  import  SecurityCenterConfiguration 
1616from  .operations  import  ComplianceResultsOperations 
1717from  .operations  import  PricingsOperations 
18- from  .operations  import  SettingsOperations 
1918from  .operations  import  AdvancedThreatProtectionOperations 
2019from  .operations  import  DeviceSecurityGroupsOperations 
2120from  .operations  import  IotSecuritySolutionOperations 
2221from  .operations  import  IotSecuritySolutionAnalyticsOperations 
2322from  .operations  import  IotSecuritySolutionsAnalyticsAggregatedAlertOperations 
2423from  .operations  import  IotSecuritySolutionsAnalyticsRecommendationOperations 
25- from  .operations  import  IotAlertTypesOperations 
26- from  .operations  import  IotAlertsOperations 
27- from  .operations  import  IotRecommendationTypesOperations 
28- from  .operations  import  IotRecommendationsOperations 
2924from  .operations  import  LocationsOperations 
3025from  .operations  import  Operations 
3126from  .operations  import  TasksOperations 
4742from  .operations  import  AdaptiveNetworkHardeningsOperations 
4843from  .operations  import  AllowedConnectionsOperations 
4944from  .operations  import  TopologyOperations 
50- from  .operations  import  AlertsOperations 
5145from  .operations  import  JitNetworkAccessPoliciesOperations 
5246from  .operations  import  DiscoveredSecuritySolutionsOperations 
5347from  .operations  import  SecuritySolutionsReferenceDataOperations 
6660from  .operations  import  DevicesForHubOperations 
6761from  .operations  import  DeviceOperations 
6862from  .operations  import  OnPremiseIotSensorsOperations 
63+ from  .operations  import  IotSitesOperations 
64+ from  .operations  import  IotAlertsOperations 
65+ from  .operations  import  IotAlertTypesOperations 
66+ from  .operations  import  IotRecommendationsOperations 
67+ from  .operations  import  IotRecommendationTypesOperations 
68+ from  .operations  import  AlertsOperations 
69+ from  .operations  import  SettingsOperations 
70+ from  .operations  import  IngestionSettingsOperations 
71+ from  .operations  import  SoftwareInventoriesOperations 
6972from  . import  models 
7073
7174
@@ -79,8 +82,6 @@ class SecurityCenter(SDKClient):
7982    :vartype compliance_results: azure.mgmt.security.operations.ComplianceResultsOperations 
8083    :ivar pricings: Pricings operations 
8184    :vartype pricings: azure.mgmt.security.operations.PricingsOperations 
82-     :ivar settings: Settings operations 
83-     :vartype settings: azure.mgmt.security.operations.SettingsOperations 
8485    :ivar advanced_threat_protection: AdvancedThreatProtection operations 
8586    :vartype advanced_threat_protection: azure.mgmt.security.operations.AdvancedThreatProtectionOperations 
8687    :ivar device_security_groups: DeviceSecurityGroups operations 
@@ -93,14 +94,6 @@ class SecurityCenter(SDKClient):
9394    :vartype iot_security_solutions_analytics_aggregated_alert: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsAggregatedAlertOperations 
9495    :ivar iot_security_solutions_analytics_recommendation: IotSecuritySolutionsAnalyticsRecommendation operations 
9596    :vartype iot_security_solutions_analytics_recommendation: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsRecommendationOperations 
96-     :ivar iot_alert_types: IotAlertTypes operations 
97-     :vartype iot_alert_types: azure.mgmt.security.operations.IotAlertTypesOperations 
98-     :ivar iot_alerts: IotAlerts operations 
99-     :vartype iot_alerts: azure.mgmt.security.operations.IotAlertsOperations 
100-     :ivar iot_recommendation_types: IotRecommendationTypes operations 
101-     :vartype iot_recommendation_types: azure.mgmt.security.operations.IotRecommendationTypesOperations 
102-     :ivar iot_recommendations: IotRecommendations operations 
103-     :vartype iot_recommendations: azure.mgmt.security.operations.IotRecommendationsOperations 
10497    :ivar locations: Locations operations 
10598    :vartype locations: azure.mgmt.security.operations.LocationsOperations 
10699    :ivar operations: Operations operations 
@@ -143,8 +136,6 @@ class SecurityCenter(SDKClient):
143136    :vartype allowed_connections: azure.mgmt.security.operations.AllowedConnectionsOperations 
144137    :ivar topology: Topology operations 
145138    :vartype topology: azure.mgmt.security.operations.TopologyOperations 
146-     :ivar alerts: Alerts operations 
147-     :vartype alerts: azure.mgmt.security.operations.AlertsOperations 
148139    :ivar jit_network_access_policies: JitNetworkAccessPolicies operations 
149140    :vartype jit_network_access_policies: azure.mgmt.security.operations.JitNetworkAccessPoliciesOperations 
150141    :ivar discovered_security_solutions: DiscoveredSecuritySolutions operations 
@@ -181,6 +172,24 @@ class SecurityCenter(SDKClient):
181172    :vartype device: azure.mgmt.security.operations.DeviceOperations 
182173    :ivar on_premise_iot_sensors: OnPremiseIotSensors operations 
183174    :vartype on_premise_iot_sensors: azure.mgmt.security.operations.OnPremiseIotSensorsOperations 
175+     :ivar iot_sites: IotSites operations 
176+     :vartype iot_sites: azure.mgmt.security.operations.IotSitesOperations 
177+     :ivar iot_alerts: IotAlerts operations 
178+     :vartype iot_alerts: azure.mgmt.security.operations.IotAlertsOperations 
179+     :ivar iot_alert_types: IotAlertTypes operations 
180+     :vartype iot_alert_types: azure.mgmt.security.operations.IotAlertTypesOperations 
181+     :ivar iot_recommendations: IotRecommendations operations 
182+     :vartype iot_recommendations: azure.mgmt.security.operations.IotRecommendationsOperations 
183+     :ivar iot_recommendation_types: IotRecommendationTypes operations 
184+     :vartype iot_recommendation_types: azure.mgmt.security.operations.IotRecommendationTypesOperations 
185+     :ivar alerts: Alerts operations 
186+     :vartype alerts: azure.mgmt.security.operations.AlertsOperations 
187+     :ivar settings: Settings operations 
188+     :vartype settings: azure.mgmt.security.operations.SettingsOperations 
189+     :ivar ingestion_settings: IngestionSettings operations 
190+     :vartype ingestion_settings: azure.mgmt.security.operations.IngestionSettingsOperations 
191+     :ivar software_inventories: SoftwareInventories operations 
192+     :vartype software_inventories: azure.mgmt.security.operations.SoftwareInventoriesOperations 
184193
185194    :param credentials: Credentials needed for the client to connect to Azure. 
186195    :type credentials: :mod:`A msrestazure Credentials 
@@ -207,8 +216,6 @@ def __init__(
207216            self ._client , self .config , self ._serialize , self ._deserialize )
208217        self .pricings  =  PricingsOperations (
209218            self ._client , self .config , self ._serialize , self ._deserialize )
210-         self .settings  =  SettingsOperations (
211-             self ._client , self .config , self ._serialize , self ._deserialize )
212219        self .advanced_threat_protection  =  AdvancedThreatProtectionOperations (
213220            self ._client , self .config , self ._serialize , self ._deserialize )
214221        self .device_security_groups  =  DeviceSecurityGroupsOperations (
@@ -221,14 +228,6 @@ def __init__(
221228            self ._client , self .config , self ._serialize , self ._deserialize )
222229        self .iot_security_solutions_analytics_recommendation  =  IotSecuritySolutionsAnalyticsRecommendationOperations (
223230            self ._client , self .config , self ._serialize , self ._deserialize )
224-         self .iot_alert_types  =  IotAlertTypesOperations (
225-             self ._client , self .config , self ._serialize , self ._deserialize )
226-         self .iot_alerts  =  IotAlertsOperations (
227-             self ._client , self .config , self ._serialize , self ._deserialize )
228-         self .iot_recommendation_types  =  IotRecommendationTypesOperations (
229-             self ._client , self .config , self ._serialize , self ._deserialize )
230-         self .iot_recommendations  =  IotRecommendationsOperations (
231-             self ._client , self .config , self ._serialize , self ._deserialize )
232231        self .locations  =  LocationsOperations (
233232            self ._client , self .config , self ._serialize , self ._deserialize )
234233        self .operations  =  Operations (
@@ -271,8 +270,6 @@ def __init__(
271270            self ._client , self .config , self ._serialize , self ._deserialize )
272271        self .topology  =  TopologyOperations (
273272            self ._client , self .config , self ._serialize , self ._deserialize )
274-         self .alerts  =  AlertsOperations (
275-             self ._client , self .config , self ._serialize , self ._deserialize )
276273        self .jit_network_access_policies  =  JitNetworkAccessPoliciesOperations (
277274            self ._client , self .config , self ._serialize , self ._deserialize )
278275        self .discovered_security_solutions  =  DiscoveredSecuritySolutionsOperations (
@@ -309,3 +306,21 @@ def __init__(
309306            self ._client , self .config , self ._serialize , self ._deserialize )
310307        self .on_premise_iot_sensors  =  OnPremiseIotSensorsOperations (
311308            self ._client , self .config , self ._serialize , self ._deserialize )
309+         self .iot_sites  =  IotSitesOperations (
310+             self ._client , self .config , self ._serialize , self ._deserialize )
311+         self .iot_alerts  =  IotAlertsOperations (
312+             self ._client , self .config , self ._serialize , self ._deserialize )
313+         self .iot_alert_types  =  IotAlertTypesOperations (
314+             self ._client , self .config , self ._serialize , self ._deserialize )
315+         self .iot_recommendations  =  IotRecommendationsOperations (
316+             self ._client , self .config , self ._serialize , self ._deserialize )
317+         self .iot_recommendation_types  =  IotRecommendationTypesOperations (
318+             self ._client , self .config , self ._serialize , self ._deserialize )
319+         self .alerts  =  AlertsOperations (
320+             self ._client , self .config , self ._serialize , self ._deserialize )
321+         self .settings  =  SettingsOperations (
322+             self ._client , self .config , self ._serialize , self ._deserialize )
323+         self .ingestion_settings  =  IngestionSettingsOperations (
324+             self ._client , self .config , self ._serialize , self ._deserialize )
325+         self .software_inventories  =  SoftwareInventoriesOperations (
326+             self ._client , self .config , self ._serialize , self ._deserialize )
0 commit comments