Skip to content

Commit b57bc01

Browse files
msyycSDK Automation
andauthored
[T1] security 2020 10 29 (Azure#14718)
* Generated from 5d7233fc731533a4a05d837a8504386cc272a1c5 * version,CHANGELOG * trigger pipeline * Update CHANGELOG.md Co-authored-by: SDK Automation <[email protected]>
1 parent 3f10acd commit b57bc01

27 files changed

+9418
-2410
lines changed

sdk/security/azure-mgmt-security/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Release History
22

3+
## 0.5.0 (2020-10-29)
4+
5+
**Features**
6+
7+
- Model SecureScoreControlDetails has a new parameter weight
8+
- Model SecureScoreControlDetails has a new parameter percentage
9+
- Model SecureScoreItem has a new parameter weight
10+
- Model SecureScoreItem has a new parameter percentage
11+
- Model SecureScoreControlScore has a new parameter percentage
12+
- Added operation AlertsOperations.get_resource_group_level
13+
- Added operation AlertsOperations.get_subscription_level
14+
- Added operation AlertsOperations.update_resource_group_level_state_to_resolve
15+
- Added operation AlertsOperations.list_subscription_level_by_region
16+
- Added operation AlertsOperations.list_resource_group_level_by_region
17+
- Added operation AlertsOperations.update_subscription_level_state_to_resolve
18+
- Added operation AlertsOperations.update_subscription_level_state_to_dismiss
19+
- Added operation AlertsOperations.update_resource_group_level_state_to_dismiss
20+
- Added operation AlertsOperations.update_subscription_level_state_to_activate
21+
- Added operation AlertsOperations.update_resource_group_level_state_to_activate
22+
- Added operation group IotRecommendationTypesOperations
23+
- Added operation group ConnectorsOperations
24+
- Added operation group DeviceOperations
25+
- Added operation group DevicesForSubscriptionOperations
26+
- Added operation group IotDefenderSettingsOperations
27+
- Added operation group IotAlertsOperations
28+
- Added operation group DevicesForHubOperations
29+
- Added operation group IotSensorsOperations
30+
- Added operation group IotRecommendationsOperations
31+
- Added operation group SecuritySolutionsOperations
32+
- Added operation group SecuritySolutionsReferenceDataOperations
33+
- Added operation group OnPremiseIotSensorsOperations
34+
- Added operation group IotAlertTypesOperations
35+
36+
**Breaking changes**
37+
38+
- Model Alert has a new signature
39+
- Removed operation AlertsOperations.list_subscription_level_alerts_by_region
40+
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss
41+
- Removed operation AlertsOperations.get_resource_group_level_alerts
42+
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate
43+
- Removed operation AlertsOperations.get_subscription_level_alert
44+
- Removed operation AlertsOperations.list_resource_group_level_alerts_by_region
45+
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate
46+
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss
47+
348
## 0.4.1 (2020-06-12)
449

550
**Bugfixes**

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

Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515
from ._configuration import SecurityCenterConfiguration
1616
from .operations import ComplianceResultsOperations
1717
from .operations import PricingsOperations
18-
from .operations import AlertsOperations
1918
from .operations import SettingsOperations
2019
from .operations import AdvancedThreatProtectionOperations
2120
from .operations import DeviceSecurityGroupsOperations
2221
from .operations import IotSecuritySolutionOperations
2322
from .operations import IotSecuritySolutionAnalyticsOperations
2423
from .operations import IotSecuritySolutionsAnalyticsAggregatedAlertOperations
2524
from .operations import IotSecuritySolutionsAnalyticsRecommendationOperations
25+
from .operations import IotAlertTypesOperations
26+
from .operations import IotAlertsOperations
27+
from .operations import IotRecommendationTypesOperations
28+
from .operations import IotRecommendationsOperations
2629
from .operations import LocationsOperations
2730
from .operations import Operations
2831
from .operations import TasksOperations
@@ -44,12 +47,22 @@
4447
from .operations import AdaptiveNetworkHardeningsOperations
4548
from .operations import AllowedConnectionsOperations
4649
from .operations import TopologyOperations
50+
from .operations import AlertsOperations
4751
from .operations import JitNetworkAccessPoliciesOperations
4852
from .operations import DiscoveredSecuritySolutionsOperations
53+
from .operations import SecuritySolutionsReferenceDataOperations
4954
from .operations import ExternalSecuritySolutionsOperations
5055
from .operations import SecureScoresOperations
5156
from .operations import SecureScoreControlsOperations
5257
from .operations import SecureScoreControlDefinitionsOperations
58+
from .operations import SecuritySolutionsOperations
59+
from .operations import ConnectorsOperations
60+
from .operations import IotDefenderSettingsOperations
61+
from .operations import IotSensorsOperations
62+
from .operations import DevicesForSubscriptionOperations
63+
from .operations import DevicesForHubOperations
64+
from .operations import DeviceOperations
65+
from .operations import OnPremiseIotSensorsOperations
5366
from . import models
5467

5568

@@ -63,8 +76,6 @@ class SecurityCenter(SDKClient):
6376
:vartype compliance_results: azure.mgmt.security.operations.ComplianceResultsOperations
6477
:ivar pricings: Pricings operations
6578
:vartype pricings: azure.mgmt.security.operations.PricingsOperations
66-
:ivar alerts: Alerts operations
67-
:vartype alerts: azure.mgmt.security.operations.AlertsOperations
6879
:ivar settings: Settings operations
6980
:vartype settings: azure.mgmt.security.operations.SettingsOperations
7081
:ivar advanced_threat_protection: AdvancedThreatProtection operations
@@ -79,6 +90,14 @@ class SecurityCenter(SDKClient):
7990
:vartype iot_security_solutions_analytics_aggregated_alert: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsAggregatedAlertOperations
8091
:ivar iot_security_solutions_analytics_recommendation: IotSecuritySolutionsAnalyticsRecommendation operations
8192
:vartype iot_security_solutions_analytics_recommendation: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsRecommendationOperations
93+
:ivar iot_alert_types: IotAlertTypes operations
94+
:vartype iot_alert_types: azure.mgmt.security.operations.IotAlertTypesOperations
95+
:ivar iot_alerts: IotAlerts operations
96+
:vartype iot_alerts: azure.mgmt.security.operations.IotAlertsOperations
97+
:ivar iot_recommendation_types: IotRecommendationTypes operations
98+
:vartype iot_recommendation_types: azure.mgmt.security.operations.IotRecommendationTypesOperations
99+
:ivar iot_recommendations: IotRecommendations operations
100+
:vartype iot_recommendations: azure.mgmt.security.operations.IotRecommendationsOperations
82101
:ivar locations: Locations operations
83102
:vartype locations: azure.mgmt.security.operations.LocationsOperations
84103
:ivar operations: Operations operations
@@ -121,10 +140,14 @@ class SecurityCenter(SDKClient):
121140
:vartype allowed_connections: azure.mgmt.security.operations.AllowedConnectionsOperations
122141
:ivar topology: Topology operations
123142
:vartype topology: azure.mgmt.security.operations.TopologyOperations
143+
:ivar alerts: Alerts operations
144+
:vartype alerts: azure.mgmt.security.operations.AlertsOperations
124145
:ivar jit_network_access_policies: JitNetworkAccessPolicies operations
125146
:vartype jit_network_access_policies: azure.mgmt.security.operations.JitNetworkAccessPoliciesOperations
126147
:ivar discovered_security_solutions: DiscoveredSecuritySolutions operations
127148
:vartype discovered_security_solutions: azure.mgmt.security.operations.DiscoveredSecuritySolutionsOperations
149+
:ivar security_solutions_reference_data: SecuritySolutionsReferenceData operations
150+
:vartype security_solutions_reference_data: azure.mgmt.security.operations.SecuritySolutionsReferenceDataOperations
128151
:ivar external_security_solutions: ExternalSecuritySolutions operations
129152
:vartype external_security_solutions: azure.mgmt.security.operations.ExternalSecuritySolutionsOperations
130153
:ivar secure_scores: SecureScores operations
@@ -133,6 +156,22 @@ class SecurityCenter(SDKClient):
133156
:vartype secure_score_controls: azure.mgmt.security.operations.SecureScoreControlsOperations
134157
:ivar secure_score_control_definitions: SecureScoreControlDefinitions operations
135158
:vartype secure_score_control_definitions: azure.mgmt.security.operations.SecureScoreControlDefinitionsOperations
159+
:ivar security_solutions: SecuritySolutions operations
160+
:vartype security_solutions: azure.mgmt.security.operations.SecuritySolutionsOperations
161+
:ivar connectors: Connectors operations
162+
:vartype connectors: azure.mgmt.security.operations.ConnectorsOperations
163+
:ivar iot_defender_settings: IotDefenderSettings operations
164+
:vartype iot_defender_settings: azure.mgmt.security.operations.IotDefenderSettingsOperations
165+
:ivar iot_sensors: IotSensors operations
166+
:vartype iot_sensors: azure.mgmt.security.operations.IotSensorsOperations
167+
:ivar devices_for_subscription: DevicesForSubscription operations
168+
:vartype devices_for_subscription: azure.mgmt.security.operations.DevicesForSubscriptionOperations
169+
:ivar devices_for_hub: DevicesForHub operations
170+
:vartype devices_for_hub: azure.mgmt.security.operations.DevicesForHubOperations
171+
:ivar device: Device operations
172+
:vartype device: azure.mgmt.security.operations.DeviceOperations
173+
:ivar on_premise_iot_sensors: OnPremiseIotSensors operations
174+
:vartype on_premise_iot_sensors: azure.mgmt.security.operations.OnPremiseIotSensorsOperations
136175
137176
:param credentials: Credentials needed for the client to connect to Azure.
138177
:type credentials: :mod:`A msrestazure Credentials
@@ -159,8 +198,6 @@ def __init__(
159198
self._client, self.config, self._serialize, self._deserialize)
160199
self.pricings = PricingsOperations(
161200
self._client, self.config, self._serialize, self._deserialize)
162-
self.alerts = AlertsOperations(
163-
self._client, self.config, self._serialize, self._deserialize)
164201
self.settings = SettingsOperations(
165202
self._client, self.config, self._serialize, self._deserialize)
166203
self.advanced_threat_protection = AdvancedThreatProtectionOperations(
@@ -175,6 +212,14 @@ def __init__(
175212
self._client, self.config, self._serialize, self._deserialize)
176213
self.iot_security_solutions_analytics_recommendation = IotSecuritySolutionsAnalyticsRecommendationOperations(
177214
self._client, self.config, self._serialize, self._deserialize)
215+
self.iot_alert_types = IotAlertTypesOperations(
216+
self._client, self.config, self._serialize, self._deserialize)
217+
self.iot_alerts = IotAlertsOperations(
218+
self._client, self.config, self._serialize, self._deserialize)
219+
self.iot_recommendation_types = IotRecommendationTypesOperations(
220+
self._client, self.config, self._serialize, self._deserialize)
221+
self.iot_recommendations = IotRecommendationsOperations(
222+
self._client, self.config, self._serialize, self._deserialize)
178223
self.locations = LocationsOperations(
179224
self._client, self.config, self._serialize, self._deserialize)
180225
self.operations = Operations(
@@ -217,10 +262,14 @@ def __init__(
217262
self._client, self.config, self._serialize, self._deserialize)
218263
self.topology = TopologyOperations(
219264
self._client, self.config, self._serialize, self._deserialize)
265+
self.alerts = AlertsOperations(
266+
self._client, self.config, self._serialize, self._deserialize)
220267
self.jit_network_access_policies = JitNetworkAccessPoliciesOperations(
221268
self._client, self.config, self._serialize, self._deserialize)
222269
self.discovered_security_solutions = DiscoveredSecuritySolutionsOperations(
223270
self._client, self.config, self._serialize, self._deserialize)
271+
self.security_solutions_reference_data = SecuritySolutionsReferenceDataOperations(
272+
self._client, self.config, self._serialize, self._deserialize)
224273
self.external_security_solutions = ExternalSecuritySolutionsOperations(
225274
self._client, self.config, self._serialize, self._deserialize)
226275
self.secure_scores = SecureScoresOperations(
@@ -229,3 +278,19 @@ def __init__(
229278
self._client, self.config, self._serialize, self._deserialize)
230279
self.secure_score_control_definitions = SecureScoreControlDefinitionsOperations(
231280
self._client, self.config, self._serialize, self._deserialize)
281+
self.security_solutions = SecuritySolutionsOperations(
282+
self._client, self.config, self._serialize, self._deserialize)
283+
self.connectors = ConnectorsOperations(
284+
self._client, self.config, self._serialize, self._deserialize)
285+
self.iot_defender_settings = IotDefenderSettingsOperations(
286+
self._client, self.config, self._serialize, self._deserialize)
287+
self.iot_sensors = IotSensorsOperations(
288+
self._client, self.config, self._serialize, self._deserialize)
289+
self.devices_for_subscription = DevicesForSubscriptionOperations(
290+
self._client, self.config, self._serialize, self._deserialize)
291+
self.devices_for_hub = DevicesForHubOperations(
292+
self._client, self.config, self._serialize, self._deserialize)
293+
self.device = DeviceOperations(
294+
self._client, self.config, self._serialize, self._deserialize)
295+
self.on_premise_iot_sensors = OnPremiseIotSensorsOperations(
296+
self._client, self.config, self._serialize, self._deserialize)

0 commit comments

Comments
 (0)