Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-security] Change type name 'TrackedResourceLocation' to 'AzureTrackedResourceLocation' #1881

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
from .operations import IotSecuritySolutionAnalyticsOperations
from .operations import IotSecuritySolutionsAnalyticsAggregatedAlertOperations
from .operations import IotSecuritySolutionsAnalyticsRecommendationOperations
from .operations import IotAlertTypesOperations
from .operations import IotAlertsOperations
from .operations import IotRecommendationTypesOperations
from .operations import IotRecommendationsOperations
from .operations import LocationsOperations
from .operations import Operations
from .operations import TasksOperations
Expand All @@ -46,10 +50,15 @@
from .operations import TopologyOperations
from .operations import JitNetworkAccessPoliciesOperations
from .operations import DiscoveredSecuritySolutionsOperations
from .operations import SecuritySolutionsReferenceDataOperations
from .operations import ExternalSecuritySolutionsOperations
from .operations import SecureScoresOperations
from .operations import SecureScoreControlsOperations
from .operations import SecureScoreControlDefinitionsOperations
from .operations import SecuritySolutionsOperations
from .operations import ConnectorsOperations
from .operations import IotDefenderSettingsOperations
from .operations import IotSensorsOperations
from . import models


Expand Down Expand Up @@ -79,6 +88,14 @@ class SecurityCenter(SDKClient):
:vartype iot_security_solutions_analytics_aggregated_alert: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsAggregatedAlertOperations
:ivar iot_security_solutions_analytics_recommendation: IotSecuritySolutionsAnalyticsRecommendation operations
:vartype iot_security_solutions_analytics_recommendation: azure.mgmt.security.operations.IotSecuritySolutionsAnalyticsRecommendationOperations
:ivar iot_alert_types: IotAlertTypes operations
:vartype iot_alert_types: azure.mgmt.security.operations.IotAlertTypesOperations
:ivar iot_alerts: IotAlerts operations
:vartype iot_alerts: azure.mgmt.security.operations.IotAlertsOperations
:ivar iot_recommendation_types: IotRecommendationTypes operations
:vartype iot_recommendation_types: azure.mgmt.security.operations.IotRecommendationTypesOperations
:ivar iot_recommendations: IotRecommendations operations
:vartype iot_recommendations: azure.mgmt.security.operations.IotRecommendationsOperations
:ivar locations: Locations operations
:vartype locations: azure.mgmt.security.operations.LocationsOperations
:ivar operations: Operations operations
Expand Down Expand Up @@ -125,6 +142,8 @@ class SecurityCenter(SDKClient):
:vartype jit_network_access_policies: azure.mgmt.security.operations.JitNetworkAccessPoliciesOperations
:ivar discovered_security_solutions: DiscoveredSecuritySolutions operations
:vartype discovered_security_solutions: azure.mgmt.security.operations.DiscoveredSecuritySolutionsOperations
:ivar security_solutions_reference_data: SecuritySolutionsReferenceData operations
:vartype security_solutions_reference_data: azure.mgmt.security.operations.SecuritySolutionsReferenceDataOperations
:ivar external_security_solutions: ExternalSecuritySolutions operations
:vartype external_security_solutions: azure.mgmt.security.operations.ExternalSecuritySolutionsOperations
:ivar secure_scores: SecureScores operations
Expand All @@ -133,6 +152,14 @@ class SecurityCenter(SDKClient):
:vartype secure_score_controls: azure.mgmt.security.operations.SecureScoreControlsOperations
:ivar secure_score_control_definitions: SecureScoreControlDefinitions operations
:vartype secure_score_control_definitions: azure.mgmt.security.operations.SecureScoreControlDefinitionsOperations
:ivar security_solutions: SecuritySolutions operations
:vartype security_solutions: azure.mgmt.security.operations.SecuritySolutionsOperations
:ivar connectors: Connectors operations
:vartype connectors: azure.mgmt.security.operations.ConnectorsOperations
:ivar iot_defender_settings: IotDefenderSettings operations
:vartype iot_defender_settings: azure.mgmt.security.operations.IotDefenderSettingsOperations
:ivar iot_sensors: IotSensors operations
:vartype iot_sensors: azure.mgmt.security.operations.IotSensorsOperations

:param credentials: Credentials needed for the client to connect to Azure.
:type credentials: :mod:`A msrestazure Credentials
Expand Down Expand Up @@ -175,6 +202,14 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.iot_security_solutions_analytics_recommendation = IotSecuritySolutionsAnalyticsRecommendationOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_alert_types = IotAlertTypesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_alerts = IotAlertsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_recommendation_types = IotRecommendationTypesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_recommendations = IotRecommendationsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.locations = LocationsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.operations = Operations(
Expand Down Expand Up @@ -221,6 +256,8 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.discovered_security_solutions = DiscoveredSecuritySolutionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.security_solutions_reference_data = SecuritySolutionsReferenceDataOperations(
self._client, self.config, self._serialize, self._deserialize)
self.external_security_solutions = ExternalSecuritySolutionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.secure_scores = SecureScoresOperations(
Expand All @@ -229,3 +266,11 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.secure_score_control_definitions = SecureScoreControlDefinitionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.security_solutions = SecuritySolutionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.connectors = ConnectorsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_defender_settings = IotDefenderSettingsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.iot_sensors = IotSensorsOperations(
self._client, self.config, self._serialize, self._deserialize)
Loading