Skip to content

Commit cf512a3

Browse files
author
SDKAuto
committed
CodeGen from PR 15196 in Azure/azure-rest-api-specs
Merge d45b7b7d7b2251751cd727c9bb6264019621679d into 83453ca
1 parent a1f5c68 commit cf512a3

24 files changed

+4377
-1745
lines changed

sdk/security/azure-mgmt-security/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include _meta.json
12
recursive-include tests *.py *.yaml
23
include *.md
34
include azure/__init__.py
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"autorest": "V2",
3+
"use": "@microsoft.azure/autorest.python@~4.0.71",
4+
"commit": "4503642bb09b0f2c6cd181cf16b1bbdcbe1619ec",
5+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
6+
"autorest_command": "autorest specification/security/resource-manager/readme.md --keep-version-file --multiapi --no-async --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk [email protected]/autorest.python@~4.0.71 --version=V2",
7+
"readme": "specification/security/resource-manager/readme.md"
8+
}

sdk/security/azure-mgmt-security/azure/mgmt/security/_security_center.py

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@
1515
from ._configuration import SecurityCenterConfiguration
1616
from .operations import ComplianceResultsOperations
1717
from .operations import PricingsOperations
18-
from .operations import SettingsOperations
1918
from .operations import AdvancedThreatProtectionOperations
2019
from .operations import DeviceSecurityGroupsOperations
2120
from .operations import IotSecuritySolutionOperations
2221
from .operations import IotSecuritySolutionAnalyticsOperations
2322
from .operations import IotSecuritySolutionsAnalyticsAggregatedAlertOperations
2423
from .operations import IotSecuritySolutionsAnalyticsRecommendationOperations
25-
from .operations import IotAlertTypesOperations
26-
from .operations import IotAlertsOperations
27-
from .operations import IotRecommendationTypesOperations
28-
from .operations import IotRecommendationsOperations
2924
from .operations import LocationsOperations
3025
from .operations import Operations
3126
from .operations import TasksOperations
@@ -47,7 +42,6 @@
4742
from .operations import AdaptiveNetworkHardeningsOperations
4843
from .operations import AllowedConnectionsOperations
4944
from .operations import TopologyOperations
50-
from .operations import AlertsOperations
5145
from .operations import JitNetworkAccessPoliciesOperations
5246
from .operations import DiscoveredSecuritySolutionsOperations
5347
from .operations import SecuritySolutionsReferenceDataOperations
@@ -66,6 +60,15 @@
6660
from .operations import DevicesForHubOperations
6761
from .operations import DeviceOperations
6862
from .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
6972
from . 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

Comments
 (0)