# Microsoft Azure SDK for Python
This is the Microsoft Azure Security Center Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
## Getting started
### Prerequisites
- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
```bash
pip install azure-mgmt-security
pip install azure-identity
```
### Authentication
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
With above configuration, client can be authenticated by following code:
```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.security import SecurityCenter
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = SecurityCenter(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Security Center Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
## Troubleshooting
## Next steps
## Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.
# Release History
## 7.0.0 (2024-05-20)
### Features Added
- Added operation HealthReportsOperations.get
- Added operation PricingsOperations.delete
- Added operation group AzureDevOpsOrgsOperations
- Added operation group AzureDevOpsProjectsOperations
- Added operation group AzureDevOpsReposOperations
- Added operation group DevOpsConfigurationsOperations
- Added operation group DevOpsOperationResultsOperations
- Added operation group GitHubOwnersOperations
- Added operation group GitHubReposOperations
- Added operation group GitLabGroupsOperations
- Added operation group GitLabProjectsOperations
- Added operation group GitLabSubgroupsOperations
- Added operation group SensitivitySettingsOperations
- Added operation group ServerVulnerabilityAssessmentsSettingsOperations
- Model AwsEnvironmentData has a new parameter scan_interval
- Model DefenderCspmAwsOffering has a new parameter ciem
- Model DefenderCspmAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s
- Model DefenderCspmAwsOffering has a new parameter mdc_containers_image_assessment
- Model DefenderCspmGcpOffering has a new parameter ciem_discovery
- Model DefenderCspmGcpOffering has a new parameter data_sensitivity_discovery
- Model DefenderCspmGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s
- Model DefenderCspmGcpOffering has a new parameter mdc_containers_image_assessment
- Model DefenderCspmGcpOffering has a new parameter vm_scanners
- Model DefenderForContainersAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s
- Model DefenderForContainersAwsOffering has a new parameter mdc_containers_image_assessment
- Model DefenderForContainersGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s
- Model DefenderForContainersGcpOffering has a new parameter mdc_containers_image_assessment
- Model GcpProjectEnvironmentData has a new parameter scan_interval
- Model HealthReport has a new parameter affected_defenders_sub_plans
- Model HealthReport has a new parameter report_additional_data
- Model Pricing has a new parameter enforce
- Model Pricing has a new parameter inherited
- Model Pricing has a new parameter inherited_from
- Model Pricing has a new parameter resources_coverage_status
- Model Status has a new parameter last_scanned_date
- Model Status has a new parameter reason
- Operation PricingsOperations.list has a new optional parameter filter
### Breaking Changes
- Operation PricingsOperations.get has a new required parameter scope_id
- Operation PricingsOperations.list has a new required parameter scope_id
- Operation PricingsOperations.update has a new required parameter scope_id
- Removed operation group IngestionSettingsOperations
## 6.0.0 (2024-01-19)
### Features Added
- Added operation group APICollectionsOperations
- Added operation group DefenderForStorageOperations
- Model SecurityContact has a new parameter emails
- Model SecurityContact has a new parameter notifications_by_role
### Breaking Changes
- Model SecurityContact no longer has parameter alerts_to_admins
- Model SecurityContact no longer has parameter email
- Removed operation SecurityContactsOperations.update
## 5.0.0 (2023-04-20)
### Features Added
- Added operation group APICollectionOffboardingOperations
- Added operation group APICollectionOnboardingOperations
- Added operation group APICollectionOperations
- Added operation group SecurityOperatorsOperations
- Model AwsEnvironmentData has a new parameter account_name
- Model AwsEnvironmentData has a new parameter regions
- Model DefenderCspmAwsOffering has a new parameter data_sensitivity_discovery
- Model DefenderCspmAwsOffering has a new parameter databases_dspm
- Model DefenderFoDatabasesAwsOffering has a new parameter databases_dspm
- Model DefenderFoDatabasesAwsOfferingArcAutoProvisioning has a new parameter configuration
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioning has a new parameter configuration
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration has a new parameter private_link_scope
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration has a new parameter proxy
- Model DefenderForServersAwsOfferingArcAutoProvisioning has a new parameter configuration
- Model DefenderForServersGcpOffering has a new parameter vm_scanners
- Model DefenderForServersGcpOfferingArcAutoProvisioning has a new parameter configuration
- Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration has a new parameter private_link_scope
- Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration has a new parameter proxy
- Model GcpOrganizationalDataOrganization has a new parameter organization_name
- Model GcpProjectDetails has a new parameter project_name
- Model Pricing has a new parameter enablement_time
- Model Pricing has a new parameter extensions
### Breaking Changes
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration no longer has parameter agent_onboarding_service_account_numeric_id
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration no longer has parameter client_id
- Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration no longer has parameter agent_onboarding_service_account_numeric_id
- Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration no longer has parameter client_id
## 4.0.0 (2023-03-20)
### Features Added
- Added operation GovernanceRulesOperations.begin_execute
- Added operation GovernanceRulesOperations.list
- Added operation GovernanceRulesOperations.operation_results
- Added operation group HealthReportOperations
- Added operation group HealthReportsOperations
- Model GovernanceRule has a new parameter excluded_scopes
- Model GovernanceRule has a new parameter include_member_scopes
- Model GovernanceRule has a new parameter metadata
- Model GovernanceRule has a new parameter tenant_id
- Model ResourceDetails has a new parameter connector_id
- Model ResourceDetails has a new parameter id
- Model ScanProperties has a new parameter last_scan_time
### Breaking Changes
- Operation GovernanceRulesOperations.create_or_update has a new required parameter scope
- Operation GovernanceRulesOperations.get has a new required parameter scope
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription
- Removed operation group GovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations
- Removed operation group SecurityConnectorGovernanceRulesOperations
- Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations
- Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete
## 4.0.0b2 (2023-03-06)
### Features Added
- Added operation GovernanceRulesOperations.begin_execute
- Added operation GovernanceRulesOperations.list
- Added operation GovernanceRulesOperations.operation_results
- Model GovernanceRule has a new parameter excluded_scopes
- Model GovernanceRule has a new parameter include_member_scopes
- Model GovernanceRule has a new parameter metadata
- Model GovernanceRule has a new parameter tenant_id
### Breaking Changes
- Operation GovernanceRulesOperations.create_or_update has a new required parameter scope
- Operation GovernanceRulesOperations.get has a new required parameter scope
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription
- Removed operation group GovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations
- Removed operation group SecurityConnectorGovernanceRulesOperations
- Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations
- Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete
## 4.0.0b1 (2023-02-16)
### Features Added
- Added operation GovernanceRulesOperations.begin_execute
- Added operation GovernanceRulesOperations.list
- Added operation GovernanceRulesOperations.operation_results
- Model GovernanceRule has a new parameter excluded_scopes
- Model GovernanceRule has a new parameter include_member_scopes
- Model GovernanceRule has a new parameter metadata
- Model GovernanceRule has a new parameter tenant_id
### Breaking Changes
- Operation GovernanceRulesOperations.create_or_update has a new required parameter scope
- Operation GovernanceRulesOperations.get has a new required parameter scope
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector
- Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription
- Removed operation group GovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRuleOperations
- Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations
- Removed operation group SecurityConnectorGovernanceRulesOperations
- Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations
- Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete
## 3.0.0 (2022-11-17)
### Features Added
- Model DefenderFoDatabasesAwsOffering has a new parameter rds
### Breaking Changes
- Model DefenderFoDatabasesAwsOfferingArcAutoProvisioning no longer has parameter service_principal_secret_metadata
- Model DefenderForDatabasesGcpOfferingArcAutoProvisioning no longer has parameter configuration
- Model DefenderForServersAwsOfferingArcAutoProvisioning no longer has parameter service_principal_secret_metadata
- Model DefenderForServersGcpOfferingArcAutoProvisioning no longer has parameter configuration
## 2.0.0 (2022-09-28)
### Features Added
- Added operation AlertsOperations.begin_simulate
- Added operation AlertsOperations.get_resource_group_level
- Added operation AlertsOperations.get_subscription_level
- Added operation AlertsOperations.list_resource_group_level_by_region
- Added operation AlertsOperations.list_subscription_level_by_region
- Added operation AlertsOperations.update_resource_group_level_state_to_activate
- Added operation AlertsOperations.update_resource_group_level_state_to_dismiss
- Added operation AlertsOperations.update_resource_group_level_state_to_in_progress
- Added operation AlertsOperations.update_subscription_level_state_to_activate
- Added operation AlertsOperations.update_subscription_level_state_to_dismiss
- Added operation AlertsOperations.update_subscription_level_state_to_in_progress
- Added operation group ApplicationOperations
- Added operation group ApplicationsOperations
- Added operation group CustomAssessmentAutomationsOperations
- Added operation group CustomEntityStoreAssignmentsOperations
- Added operation group GovernanceAssignmentsOperations
- Added operation group GovernanceRuleOperations
- Added operation group GovernanceRulesOperations
- Added operation group IngestionSettingsOperations
- Added operation group MdeOnboardingsOperations
- Added operation group SecurityConnectorApplicationOperations
- Added operation group SecurityConnectorApplicationsOperations
- Added operation group SecurityConnectorGovernanceRuleOperations
- Added operation group SecurityConnectorGovernanceRulesExecuteStatusOperations
- Added operation group SecurityConnectorGovernanceRulesOperations
- Added operation group SecurityConnectorsOperations
- Added operation group SoftwareInventoriesOperations
- Added operation group SubscriptionGovernanceRulesExecuteStatusOperations
- Model Alert has a new parameter sub_techniques
- Model Alert has a new parameter supporting_evidence
- Model Alert has a new parameter techniques
- Model Alert has a new parameter version
- Model IoTSecuritySolutionModel has a new parameter additional_workspaces
- Model IoTSecuritySolutionModel has a new parameter system_data
- Model Pricing has a new parameter deprecated
- Model Pricing has a new parameter replaced_by
- Model Pricing has a new parameter sub_plan
- Model SecurityAssessmentMetadata has a new parameter categories
- Model SecurityAssessmentMetadataProperties has a new parameter categories
### Breaking Changes
- Model SecurityAssessmentMetadata no longer has parameter category
- Model SecurityAssessmentMetadataProperties no longer has parameter category
- Operation AdaptiveApplicationControlsOperations.delete has a new parameter asc_location
- Operation AdaptiveApplicationControlsOperations.get has a new parameter asc_location
- Operation AdaptiveApplicationControlsOperations.put has a new parameter asc_location
- Operation AlertsOperations.update_resource_group_level_state_to_resolve has a new parameter asc_location
- Operation AlertsOperations.update_subscription_level_state_to_resolve has a new parameter asc_location
- Operation AllowedConnectionsOperations.get has a new parameter asc_location
- Operation AllowedConnectionsOperations.list_by_home_region has a new parameter asc_location
- Operation DiscoveredSecuritySolutionsOperations.get has a new parameter asc_location
- Operation DiscoveredSecuritySolutionsOperations.list_by_home_region has a new parameter asc_location
- Operation ExternalSecuritySolutionsOperations.get has a new parameter asc_location
- Operation ExternalSecuritySolutionsOperations.list_by_home_region has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.create_or_update has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.delete has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.get has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.initiate has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.list_by_region has a new parameter asc_location
- Operation JitNetworkAccessPoliciesOperations.list_by_resource_group_and_region has a new parameter asc_location
- Operation LocationsOperations.get has a new parameter asc_location
- Operation SecuritySolutionsOperations.get has a new parameter asc_location
- Operation SecuritySolutionsReferenceDataOperations.list_by_home_region has a new parameter asc_location
- Operation TasksOperations.get_resource_group_level_task has a new parameter asc_location
- Operation TasksOperations.get_subscription_level_task has a new parameter asc_location
- Operation TasksOperations.list_by_home_region has a new parameter asc_location
- Operation TasksOperations.list_by_resource_group has a new parameter asc_location
- Operation TasksOperations.update_resource_group_level_task_state has a new parameter asc_location
- Operation TasksOperations.update_subscription_level_task_state has a new parameter asc_location
- Operation TopologyOperations.get has a new parameter asc_location
- Operation TopologyOperations.list_by_home_region has a new parameter asc_location
- Removed operation AlertsOperations.get_resource_group_level_alerts
- Removed operation AlertsOperations.get_subscription_level_alert
- Removed operation AlertsOperations.list_resource_group_level_alerts_by_region
- Removed operation AlertsOperations.list_subscription_level_alerts_by_region
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate
- Removed operation group DeviceOperations
- Removed operation group DevicesForHubOperations
- Removed operation group DevicesForSubscriptionOperations
- Removed operation group IotAlertTypesOperations
- Removed operation group IotAlertsOperations
- Removed operation group IotDefenderSettingsOperations
- Removed operation group IotRecommendationTypesOperations
- Removed operation group IotRecommendationsOperations
- Removed operation group IotSensorsOperations
- Removed operation group IotSitesOperations
- Removed operation group OnPremiseIotSensorsOperations
- Renamed operation ServerVulnerabilityAssessmentOperations.delete to ServerVulnerabilityAssessmentOperations.begin_delete
## 2.0.0b1 (2021-08-10)
**Features**
- Model SecurityAssessmentMetadata has a new parameter categories
- Model SecurityAssessmentMetadataProperties has a new parameter categories
- Model IoTSecuritySolutionModel has a new parameter system_data
- Model IoTSecuritySolutionModel has a new parameter additional_workspaces
- Added operation ServerVulnerabilityAssessmentOperations.begin_delete
- Added operation AlertsOperations.list_resource_group_level_by_region
- Added operation AlertsOperations.get_resource_group_level
- Added operation AlertsOperations.update_subscription_level_state_to_dismiss
- Added operation AlertsOperations.update_resource_group_level_state_to_dismiss
- Added operation AlertsOperations.update_resource_group_level_state_to_activate
- Added operation AlertsOperations.get_subscription_level
- Added operation AlertsOperations.update_subscription_level_state_to_activate
- Added operation AlertsOperations.list_subscription_level_by_region
- Added operation AlertsOperations.begin_simulate
- Added operation group IngestionSettingsOperations
- Added operation group SoftwareInventoriesOperations
**Breaking changes**
- Model SecurityAssessmentMetadata no longer has parameter category
- Model SecurityAssessmentMetadataProperties no longer has parameter category
- Removed operation ServerVulnerabilityAssessmentOperations.delete
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate
- Removed operation AlertsOperations.get_resource_group_level_alerts
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss
- Removed operation AlertsOperations.get_subscription_level_alert
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss
- Removed operation AlertsOperations.list_subscription_level_alerts_by_region
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate
- Removed operation AlertsOperations.list_resource_group_level_alerts_by_region
- Removed operation group OnPremiseIotSensorsOperations
- Removed operation group IotRecommendationsOperations
- Removed operation group IotSensorsOperations
- Removed operation group DeviceOperations
- Removed operation group IotRecommendationTypesOperations
- Removed operation group DevicesForHubOperations
- Removed operation group IotDefenderSettingsOperations
- Removed operation group DevicesForSubscriptionOperations
- Removed operation group IotSitesOperations
- Removed operation group IotAlertTypesOperations
- Removed operation group IotAlertsOperations
## 1.0.0 (2020-12-15)
**Bugfixes**
- Fix unreasonable boolean enumeration type
## 1.0.0b1 (2020-11-02)
This is beta preview version.
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
**General breaking changes**
- Credential system has been completly revamped:
- `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
- `credentials` parameter has been renamed `credential`
- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
- You can't import a `version` module anymore, use `__version__` instead
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
- Most of the operation kwarg have changed. Some of the most noticeable:
- `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
- For a complete set of
supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
**General new features**
- Type annotations support using `typing`. SDKs are mypy ready.
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.
## 0.5.0 (2020-10-29)
**Features**
- Model SecureScoreControlDetails has a new parameter weight
- Model SecureScoreControlDetails has a new parameter percentage
- Model SecureScoreItem has a new parameter weight
- Model SecureScoreItem has a new parameter percentage
- Model SecureScoreControlScore has a new parameter percentage
- Added operation AlertsOperations.get_resource_group_level
- Added operation AlertsOperations.get_subscription_level
- Added operation AlertsOperations.update_resource_group_level_state_to_resolve
- Added operation AlertsOperations.list_subscription_level_by_region
- Added operation AlertsOperations.list_resource_group_level_by_region
- Added operation AlertsOperations.update_subscription_level_state_to_resolve
- Added operation AlertsOperations.update_subscription_level_state_to_dismiss
- Added operation AlertsOperations.update_resource_group_level_state_to_dismiss
- Added operation AlertsOperations.update_subscription_level_state_to_activate
- Added operation AlertsOperations.update_resource_group_level_state_to_activate
- Added operation group IotRecommendationTypesOperations
- Added operation group ConnectorsOperations
- Added operation group DeviceOperations
- Added operation group DevicesForSubscriptionOperations
- Added operation group IotDefenderSettingsOperations
- Added operation group IotAlertsOperations
- Added operation group DevicesForHubOperations
- Added operation group IotSensorsOperations
- Added operation group IotRecommendationsOperations
- Added operation group SecuritySolutionsOperations
- Added operation group SecuritySolutionsReferenceDataOperations
- Added operation group OnPremiseIotSensorsOperations
- Added operation group IotAlertTypesOperations
**Breaking changes**
- Model Alert has a new signature
- Removed operation AlertsOperations.list_subscription_level_alerts_by_region
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss
- Removed operation AlertsOperations.get_resource_group_level_alerts
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate
- Removed operation AlertsOperations.get_subscription_level_alert
- Removed operation AlertsOperations.list_resource_group_level_alerts_by_region
- Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate
- Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss
## 0.4.1 (2020-06-12)
**Bugfixes**
- skip url-encoding for resource id
## 0.4.0 (2020-06-05)
**Features**
- Model IoTSecuritySolutionModel has a new parameter unmasked_ip_logging_status
- Model InformationProtectionPolicy has a new parameter version
- Model JitNetworkAccessRequest has a new parameter justification
- Model SensitivityLabel has a new parameter description
- Model SensitivityLabel has a new parameter rank
- Model InformationType has a new parameter description
- Model AppWhitelistingGroup has a new parameter protection_mode
- Model JitNetworkAccessPolicyInitiateRequest has a new parameter justification
- Model VmRecommendation has a new parameter enforcement_support
- Model IoTSecurityAggregatedAlert has a new parameter top_devices_list
- Added operation AdaptiveApplicationControlsOperations.delete
- Added operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss
- Added operation AlertsOperations.update_subscription_level_alert_state_to_dismiss
- Added operation AlertsOperations.update_subscription_level_alert_state_to_reactivate
- Added operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate
- Added operation IotSecuritySolutionOperations.list_by_subscription
- Added operation IotSecuritySolutionOperations.list_by_resource_group
- Added operation IotSecuritySolutionOperations.create_or_update
- Added operation group SecureScoreControlDefinitionsOperations
- Added operation group AssessmentsMetadataOperations
- Added operation group SecureScoreControlsOperations
- Added operation group AlertsSuppressionRulesOperations
- Added operation group IotSecuritySolutionsAnalyticsAggregatedAlertOperations
- Added operation group SubAssessmentsOperations
- Added operation group AutomationsOperations
- Added operation group IotSecuritySolutionsAnalyticsRecommendationOperations
- Added operation group SecureScoresOperations
- Added operation group IotSecuritySolutionAnalyticsOperations
- Added operation group AdaptiveNetworkHardeningsOperations
- Added operation group AssessmentsOperations
- Added operation group DeviceSecurityGroupsOperations
**Breaking changes**
- Operation SettingsOperations.update has a new signature
- Operation AlertsOperations.list has a new signature
- Operation AlertsOperations.list_by_resource_group has a new signature
- Operation AlertsOperations.list_resource_group_level_alerts_by_region has a new signature
- Operation AlertsOperations.list_subscription_level_alerts_by_region has a new signature
- Operation JitNetworkAccessPoliciesOperations.initiate has a new signature
- Operation InformationProtectionPoliciesOperations.create_or_update has a new signature
- Removed operation AlertsOperations.update_resource_group_level_alert_state
- Removed operation AlertsOperations.update_subscription_level_alert_state
- Removed operation IotSecuritySolutionOperations.create
- Removed operation group IoTSecuritySolutionsResourceGroupOperations
- Removed operation group IoTSecuritySolutionsAnalyticsRecommendationsOperations
- Removed operation group IoTSecuritySolutionsAnalyticsRecommendationOperations
- Removed operation group IoTSecuritySolutionsOperations
- Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertsOperations
- Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertOperations
- Removed operation group IoTSecuritySolutionsAnalyticsOperations
## 0.3.0 (2019-08-01)
**Features**
- Model JitNetworkAccessPolicyVirtualMachine has a new parameter
public_ip_address
- Model JitNetworkAccessRequestPort has a new parameter mapped_port
- Added operation group RegulatoryComplianceControlsOperations
- Added operation group ComplianceResultsOperations
- Added operation group ServerVulnerabilityAssessmentOperations
- Added operation group IoTSecuritySolutionsResourceGroupOperations
- Added operation group AdaptiveApplicationControlsOperations
- Added operation group IoTSecuritySolutionsOperations
- Added operation group IotSecuritySolutionOperations
- Added operation group RegulatoryComplianceStandardsOperations
- Added operation group IoTSecuritySolutionsAnalyticsOperations
- Added operation group
IoTSecuritySolutionsAnalyticsAggregatedAlertOperations
- Added operation group
IoTSecuritySolutionsAnalyticsRecommendationsOperations
- Added operation group RegulatoryComplianceAssessmentsOperations
- Added operation group
IoTSecuritySolutionsAnalyticsRecommendationOperations
- Added operation group
IoTSecuritySolutionsAnalyticsAggregatedAlertsOperations
**General breaking changes**
This version uses a next-generation code generator that *might*
introduce breaking changes if from some import. In summary, some modules
were incorrectly visible/importable and have been renamed. This fixed
several issues caused by usage of classes that were not supposed to be
used in the first place.
- SecurityCenter cannot be imported from
`azure.mgmt.security.security_center` anymore (import from
`azure.mgmt.security` works like before)
- SecurityCenterConfiguration import has been moved from
`azure.mgmt.security.security_center` to `azure.mgmt.security`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.mgmt.security.models.my_class` (import from
`azure.mgmt.security.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.mgmt.security.operations.my_class_operations` (import
from `azure.mgmt.security.operations` works like before)
Last but not least, HTTP connection pooling is now enabled by default.
You should always use a client as a context manager, or call close(), or
use no more than one client per process.
## 0.2.0 (2019-04-16)
**Features**
- Model Pricing has a new parameter free_trial_remaining_time
- Model Alert has a new parameter is_incident
- Added operation PricingsOperations.get
- Added operation PricingsOperations.update
- Added operation group AllowedConnectionsOperations
**Breaking changes**
- Operation SettingsOperations.update has a new signature
- Removed operation PricingsOperations.update_subscription_pricing
- Removed operation PricingsOperations.list_by_resource_group
- Removed operation
PricingsOperations.create_or_update_resource_group_pricing
- Removed operation PricingsOperations.get_resource_group_pricing
- Removed operation PricingsOperations.get_subscription_pricing
## 0.1.0 (2018-10-29)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-security",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "azure, azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/3d/90/13186657355452bdce44f27db6b194b99f78f8c185301b47624fff6d9531/azure-mgmt-security-7.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Security Center Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-security\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.security import SecurityCenter\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = SecurityCenter(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Security Center Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 7.0.0 (2024-05-20)\n\n### Features Added\n\n - Added operation HealthReportsOperations.get\n - Added operation PricingsOperations.delete\n - Added operation group AzureDevOpsOrgsOperations\n - Added operation group AzureDevOpsProjectsOperations\n - Added operation group AzureDevOpsReposOperations\n - Added operation group DevOpsConfigurationsOperations\n - Added operation group DevOpsOperationResultsOperations\n - Added operation group GitHubOwnersOperations\n - Added operation group GitHubReposOperations\n - Added operation group GitLabGroupsOperations\n - Added operation group GitLabProjectsOperations\n - Added operation group GitLabSubgroupsOperations\n - Added operation group SensitivitySettingsOperations\n - Added operation group ServerVulnerabilityAssessmentsSettingsOperations\n - Model AwsEnvironmentData has a new parameter scan_interval\n - Model DefenderCspmAwsOffering has a new parameter ciem\n - Model DefenderCspmAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s\n - Model DefenderCspmAwsOffering has a new parameter mdc_containers_image_assessment\n - Model DefenderCspmGcpOffering has a new parameter ciem_discovery\n - Model DefenderCspmGcpOffering has a new parameter data_sensitivity_discovery\n - Model DefenderCspmGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s\n - Model DefenderCspmGcpOffering has a new parameter mdc_containers_image_assessment\n - Model DefenderCspmGcpOffering has a new parameter vm_scanners\n - Model DefenderForContainersAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s\n - Model DefenderForContainersAwsOffering has a new parameter mdc_containers_image_assessment\n - Model DefenderForContainersGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s\n - Model DefenderForContainersGcpOffering has a new parameter mdc_containers_image_assessment\n - Model GcpProjectEnvironmentData has a new parameter scan_interval\n - Model HealthReport has a new parameter affected_defenders_sub_plans\n - Model HealthReport has a new parameter report_additional_data\n - Model Pricing has a new parameter enforce\n - Model Pricing has a new parameter inherited\n - Model Pricing has a new parameter inherited_from\n - Model Pricing has a new parameter resources_coverage_status\n - Model Status has a new parameter last_scanned_date\n - Model Status has a new parameter reason\n - Operation PricingsOperations.list has a new optional parameter filter\n\n### Breaking Changes\n\n - Operation PricingsOperations.get has a new required parameter scope_id\n - Operation PricingsOperations.list has a new required parameter scope_id\n - Operation PricingsOperations.update has a new required parameter scope_id\n - Removed operation group IngestionSettingsOperations\n\n## 6.0.0 (2024-01-19)\n\n### Features Added\n\n - Added operation group APICollectionsOperations\n - Added operation group DefenderForStorageOperations\n - Model SecurityContact has a new parameter emails\n - Model SecurityContact has a new parameter notifications_by_role\n\n### Breaking Changes\n\n - Model SecurityContact no longer has parameter alerts_to_admins\n - Model SecurityContact no longer has parameter email\n - Removed operation SecurityContactsOperations.update\n\n## 5.0.0 (2023-04-20)\n\n### Features Added\n\n - Added operation group APICollectionOffboardingOperations\n - Added operation group APICollectionOnboardingOperations\n - Added operation group APICollectionOperations\n - Added operation group SecurityOperatorsOperations\n - Model AwsEnvironmentData has a new parameter account_name\n - Model AwsEnvironmentData has a new parameter regions\n - Model DefenderCspmAwsOffering has a new parameter data_sensitivity_discovery\n - Model DefenderCspmAwsOffering has a new parameter databases_dspm\n - Model DefenderFoDatabasesAwsOffering has a new parameter databases_dspm\n - Model DefenderFoDatabasesAwsOfferingArcAutoProvisioning has a new parameter configuration\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioning has a new parameter configuration\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration has a new parameter private_link_scope\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration has a new parameter proxy\n - Model DefenderForServersAwsOfferingArcAutoProvisioning has a new parameter configuration\n - Model DefenderForServersGcpOffering has a new parameter vm_scanners\n - Model DefenderForServersGcpOfferingArcAutoProvisioning has a new parameter configuration\n - Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration has a new parameter private_link_scope\n - Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration has a new parameter proxy\n - Model GcpOrganizationalDataOrganization has a new parameter organization_name\n - Model GcpProjectDetails has a new parameter project_name\n - Model Pricing has a new parameter enablement_time\n - Model Pricing has a new parameter extensions\n\n### Breaking Changes\n\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration no longer has parameter agent_onboarding_service_account_numeric_id\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration no longer has parameter client_id\n - Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration no longer has parameter agent_onboarding_service_account_numeric_id\n - Model DefenderForServersGcpOfferingArcAutoProvisioningConfiguration no longer has parameter client_id\n\n## 4.0.0 (2023-03-20)\n\n### Features Added\n\n - Added operation GovernanceRulesOperations.begin_execute\n - Added operation GovernanceRulesOperations.list\n - Added operation GovernanceRulesOperations.operation_results\n - Added operation group HealthReportOperations\n - Added operation group HealthReportsOperations\n - Model GovernanceRule has a new parameter excluded_scopes\n - Model GovernanceRule has a new parameter include_member_scopes\n - Model GovernanceRule has a new parameter metadata\n - Model GovernanceRule has a new parameter tenant_id\n - Model ResourceDetails has a new parameter connector_id\n - Model ResourceDetails has a new parameter id\n - Model ScanProperties has a new parameter last_scan_time\n\n### Breaking Changes\n\n - Operation GovernanceRulesOperations.create_or_update has a new required parameter scope\n - Operation GovernanceRulesOperations.get has a new required parameter scope\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription\n - Removed operation group GovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations\n - Removed operation group SecurityConnectorGovernanceRulesOperations\n - Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations\n - Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete\n\n## 4.0.0b2 (2023-03-06)\n\n### Features Added\n\n - Added operation GovernanceRulesOperations.begin_execute\n - Added operation GovernanceRulesOperations.list\n - Added operation GovernanceRulesOperations.operation_results\n - Model GovernanceRule has a new parameter excluded_scopes\n - Model GovernanceRule has a new parameter include_member_scopes\n - Model GovernanceRule has a new parameter metadata\n - Model GovernanceRule has a new parameter tenant_id\n\n### Breaking Changes\n\n - Operation GovernanceRulesOperations.create_or_update has a new required parameter scope\n - Operation GovernanceRulesOperations.get has a new required parameter scope\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription\n - Removed operation group GovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations\n - Removed operation group SecurityConnectorGovernanceRulesOperations\n - Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations\n - Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete\n\n## 4.0.0b1 (2023-02-16)\n\n### Features Added\n\n - Added operation GovernanceRulesOperations.begin_execute\n - Added operation GovernanceRulesOperations.list\n - Added operation GovernanceRulesOperations.operation_results\n - Model GovernanceRule has a new parameter excluded_scopes\n - Model GovernanceRule has a new parameter include_member_scopes\n - Model GovernanceRule has a new parameter metadata\n - Model GovernanceRule has a new parameter tenant_id\n\n### Breaking Changes\n\n - Operation GovernanceRulesOperations.create_or_update has a new required parameter scope\n - Operation GovernanceRulesOperations.get has a new required parameter scope\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_security_connector\n - Removed operation GovernanceRulesOperations.begin_rule_id_execute_single_subscription\n - Removed operation group GovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRuleOperations\n - Removed operation group SecurityConnectorGovernanceRulesExecuteStatusOperations\n - Removed operation group SecurityConnectorGovernanceRulesOperations\n - Removed operation group SubscriptionGovernanceRulesExecuteStatusOperations\n - Renamed operation GovernanceRulesOperations.delete to GovernanceRulesOperations.begin_delete\n\n## 3.0.0 (2022-11-17)\n\n### Features Added\n\n - Model DefenderFoDatabasesAwsOffering has a new parameter rds\n\n### Breaking Changes\n\n - Model DefenderFoDatabasesAwsOfferingArcAutoProvisioning no longer has parameter service_principal_secret_metadata\n - Model DefenderForDatabasesGcpOfferingArcAutoProvisioning no longer has parameter configuration\n - Model DefenderForServersAwsOfferingArcAutoProvisioning no longer has parameter service_principal_secret_metadata\n - Model DefenderForServersGcpOfferingArcAutoProvisioning no longer has parameter configuration\n\n## 2.0.0 (2022-09-28)\n\n### Features Added\n\n - Added operation AlertsOperations.begin_simulate\n - Added operation AlertsOperations.get_resource_group_level\n - Added operation AlertsOperations.get_subscription_level\n - Added operation AlertsOperations.list_resource_group_level_by_region\n - Added operation AlertsOperations.list_subscription_level_by_region\n - Added operation AlertsOperations.update_resource_group_level_state_to_activate\n - Added operation AlertsOperations.update_resource_group_level_state_to_dismiss\n - Added operation AlertsOperations.update_resource_group_level_state_to_in_progress\n - Added operation AlertsOperations.update_subscription_level_state_to_activate\n - Added operation AlertsOperations.update_subscription_level_state_to_dismiss\n - Added operation AlertsOperations.update_subscription_level_state_to_in_progress\n - Added operation group ApplicationOperations\n - Added operation group ApplicationsOperations\n - Added operation group CustomAssessmentAutomationsOperations\n - Added operation group CustomEntityStoreAssignmentsOperations\n - Added operation group GovernanceAssignmentsOperations\n - Added operation group GovernanceRuleOperations\n - Added operation group GovernanceRulesOperations\n - Added operation group IngestionSettingsOperations\n - Added operation group MdeOnboardingsOperations\n - Added operation group SecurityConnectorApplicationOperations\n - Added operation group SecurityConnectorApplicationsOperations\n - Added operation group SecurityConnectorGovernanceRuleOperations\n - Added operation group SecurityConnectorGovernanceRulesExecuteStatusOperations\n - Added operation group SecurityConnectorGovernanceRulesOperations\n - Added operation group SecurityConnectorsOperations\n - Added operation group SoftwareInventoriesOperations\n - Added operation group SubscriptionGovernanceRulesExecuteStatusOperations\n - Model Alert has a new parameter sub_techniques\n - Model Alert has a new parameter supporting_evidence\n - Model Alert has a new parameter techniques\n - Model Alert has a new parameter version\n - Model IoTSecuritySolutionModel has a new parameter additional_workspaces\n - Model IoTSecuritySolutionModel has a new parameter system_data\n - Model Pricing has a new parameter deprecated\n - Model Pricing has a new parameter replaced_by\n - Model Pricing has a new parameter sub_plan\n - Model SecurityAssessmentMetadata has a new parameter categories\n - Model SecurityAssessmentMetadataProperties has a new parameter categories\n\n### Breaking Changes\n\n - Model SecurityAssessmentMetadata no longer has parameter category\n - Model SecurityAssessmentMetadataProperties no longer has parameter category\n - Operation AdaptiveApplicationControlsOperations.delete has a new parameter asc_location\n - Operation AdaptiveApplicationControlsOperations.get has a new parameter asc_location\n - Operation AdaptiveApplicationControlsOperations.put has a new parameter asc_location\n - Operation AlertsOperations.update_resource_group_level_state_to_resolve has a new parameter asc_location\n - Operation AlertsOperations.update_subscription_level_state_to_resolve has a new parameter asc_location\n - Operation AllowedConnectionsOperations.get has a new parameter asc_location\n - Operation AllowedConnectionsOperations.list_by_home_region has a new parameter asc_location\n - Operation DiscoveredSecuritySolutionsOperations.get has a new parameter asc_location\n - Operation DiscoveredSecuritySolutionsOperations.list_by_home_region has a new parameter asc_location\n - Operation ExternalSecuritySolutionsOperations.get has a new parameter asc_location\n - Operation ExternalSecuritySolutionsOperations.list_by_home_region has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.create_or_update has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.delete has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.get has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.initiate has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.list_by_region has a new parameter asc_location\n - Operation JitNetworkAccessPoliciesOperations.list_by_resource_group_and_region has a new parameter asc_location\n - Operation LocationsOperations.get has a new parameter asc_location\n - Operation SecuritySolutionsOperations.get has a new parameter asc_location\n - Operation SecuritySolutionsReferenceDataOperations.list_by_home_region has a new parameter asc_location\n - Operation TasksOperations.get_resource_group_level_task has a new parameter asc_location\n - Operation TasksOperations.get_subscription_level_task has a new parameter asc_location\n - Operation TasksOperations.list_by_home_region has a new parameter asc_location\n - Operation TasksOperations.list_by_resource_group has a new parameter asc_location\n - Operation TasksOperations.update_resource_group_level_task_state has a new parameter asc_location\n - Operation TasksOperations.update_subscription_level_task_state has a new parameter asc_location\n - Operation TopologyOperations.get has a new parameter asc_location\n - Operation TopologyOperations.list_by_home_region has a new parameter asc_location\n - Removed operation AlertsOperations.get_resource_group_level_alerts\n - Removed operation AlertsOperations.get_subscription_level_alert\n - Removed operation AlertsOperations.list_resource_group_level_alerts_by_region\n - Removed operation AlertsOperations.list_subscription_level_alerts_by_region\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate\n - Removed operation group DeviceOperations\n - Removed operation group DevicesForHubOperations\n - Removed operation group DevicesForSubscriptionOperations\n - Removed operation group IotAlertTypesOperations\n - Removed operation group IotAlertsOperations\n - Removed operation group IotDefenderSettingsOperations\n - Removed operation group IotRecommendationTypesOperations\n - Removed operation group IotRecommendationsOperations\n - Removed operation group IotSensorsOperations\n - Removed operation group IotSitesOperations\n - Removed operation group OnPremiseIotSensorsOperations\n - Renamed operation ServerVulnerabilityAssessmentOperations.delete to ServerVulnerabilityAssessmentOperations.begin_delete\n\n## 2.0.0b1 (2021-08-10)\n\n**Features**\n\n - Model SecurityAssessmentMetadata has a new parameter categories\n - Model SecurityAssessmentMetadataProperties has a new parameter categories\n - Model IoTSecuritySolutionModel has a new parameter system_data\n - Model IoTSecuritySolutionModel has a new parameter additional_workspaces\n - Added operation ServerVulnerabilityAssessmentOperations.begin_delete\n - Added operation AlertsOperations.list_resource_group_level_by_region\n - Added operation AlertsOperations.get_resource_group_level\n - Added operation AlertsOperations.update_subscription_level_state_to_dismiss\n - Added operation AlertsOperations.update_resource_group_level_state_to_dismiss\n - Added operation AlertsOperations.update_resource_group_level_state_to_activate\n - Added operation AlertsOperations.get_subscription_level\n - Added operation AlertsOperations.update_subscription_level_state_to_activate\n - Added operation AlertsOperations.list_subscription_level_by_region\n - Added operation AlertsOperations.begin_simulate\n - Added operation group IngestionSettingsOperations\n - Added operation group SoftwareInventoriesOperations\n\n**Breaking changes**\n\n - Model SecurityAssessmentMetadata no longer has parameter category\n - Model SecurityAssessmentMetadataProperties no longer has parameter category\n - Removed operation ServerVulnerabilityAssessmentOperations.delete\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate\n - Removed operation AlertsOperations.get_resource_group_level_alerts\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss\n - Removed operation AlertsOperations.get_subscription_level_alert\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss\n - Removed operation AlertsOperations.list_subscription_level_alerts_by_region\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate\n - Removed operation AlertsOperations.list_resource_group_level_alerts_by_region\n - Removed operation group OnPremiseIotSensorsOperations\n - Removed operation group IotRecommendationsOperations\n - Removed operation group IotSensorsOperations\n - Removed operation group DeviceOperations\n - Removed operation group IotRecommendationTypesOperations\n - Removed operation group DevicesForHubOperations\n - Removed operation group IotDefenderSettingsOperations\n - Removed operation group DevicesForSubscriptionOperations\n - Removed operation group IotSitesOperations\n - Removed operation group IotAlertTypesOperations\n - Removed operation group IotAlertsOperations\n\n## 1.0.0 (2020-12-15)\n\n**Bugfixes**\n\n - Fix unreasonable boolean enumeration type\n\n## 1.0.0b1 (2020-11-02)\n\nThis is beta preview version.\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n - For a complete set of\n supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 0.5.0 (2020-10-29)\n\n**Features**\n\n - Model SecureScoreControlDetails has a new parameter weight\n - Model SecureScoreControlDetails has a new parameter percentage\n - Model SecureScoreItem has a new parameter weight\n - Model SecureScoreItem has a new parameter percentage\n - Model SecureScoreControlScore has a new parameter percentage\n - Added operation AlertsOperations.get_resource_group_level\n - Added operation AlertsOperations.get_subscription_level\n - Added operation AlertsOperations.update_resource_group_level_state_to_resolve\n - Added operation AlertsOperations.list_subscription_level_by_region\n - Added operation AlertsOperations.list_resource_group_level_by_region\n - Added operation AlertsOperations.update_subscription_level_state_to_resolve\n - Added operation AlertsOperations.update_subscription_level_state_to_dismiss\n - Added operation AlertsOperations.update_resource_group_level_state_to_dismiss\n - Added operation AlertsOperations.update_subscription_level_state_to_activate\n - Added operation AlertsOperations.update_resource_group_level_state_to_activate\n - Added operation group IotRecommendationTypesOperations\n - Added operation group ConnectorsOperations\n - Added operation group DeviceOperations\n - Added operation group DevicesForSubscriptionOperations\n - Added operation group IotDefenderSettingsOperations\n - Added operation group IotAlertsOperations\n - Added operation group DevicesForHubOperations\n - Added operation group IotSensorsOperations\n - Added operation group IotRecommendationsOperations\n - Added operation group SecuritySolutionsOperations\n - Added operation group SecuritySolutionsReferenceDataOperations\n - Added operation group OnPremiseIotSensorsOperations\n - Added operation group IotAlertTypesOperations\n\n**Breaking changes**\n\n - Model Alert has a new signature\n - Removed operation AlertsOperations.list_subscription_level_alerts_by_region\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss\n - Removed operation AlertsOperations.get_resource_group_level_alerts\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate\n - Removed operation AlertsOperations.get_subscription_level_alert\n - Removed operation AlertsOperations.list_resource_group_level_alerts_by_region\n - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate\n - Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss\n\n## 0.4.1 (2020-06-12)\n\n**Bugfixes**\n\n - skip url-encoding for resource id\n\n## 0.4.0 (2020-06-05)\n\n**Features**\n\n - Model IoTSecuritySolutionModel has a new parameter unmasked_ip_logging_status\n - Model InformationProtectionPolicy has a new parameter version\n - Model JitNetworkAccessRequest has a new parameter justification\n - Model SensitivityLabel has a new parameter description\n - Model SensitivityLabel has a new parameter rank\n - Model InformationType has a new parameter description\n - Model AppWhitelistingGroup has a new parameter protection_mode\n - Model JitNetworkAccessPolicyInitiateRequest has a new parameter justification\n - Model VmRecommendation has a new parameter enforcement_support\n - Model IoTSecurityAggregatedAlert has a new parameter top_devices_list\n - Added operation AdaptiveApplicationControlsOperations.delete\n - Added operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss\n - Added operation AlertsOperations.update_subscription_level_alert_state_to_dismiss\n - Added operation AlertsOperations.update_subscription_level_alert_state_to_reactivate\n - Added operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate\n - Added operation IotSecuritySolutionOperations.list_by_subscription\n - Added operation IotSecuritySolutionOperations.list_by_resource_group\n - Added operation IotSecuritySolutionOperations.create_or_update\n - Added operation group SecureScoreControlDefinitionsOperations\n - Added operation group AssessmentsMetadataOperations\n - Added operation group SecureScoreControlsOperations\n - Added operation group AlertsSuppressionRulesOperations\n - Added operation group IotSecuritySolutionsAnalyticsAggregatedAlertOperations\n - Added operation group SubAssessmentsOperations\n - Added operation group AutomationsOperations\n - Added operation group IotSecuritySolutionsAnalyticsRecommendationOperations\n - Added operation group SecureScoresOperations\n - Added operation group IotSecuritySolutionAnalyticsOperations\n - Added operation group AdaptiveNetworkHardeningsOperations\n - Added operation group AssessmentsOperations\n - Added operation group DeviceSecurityGroupsOperations\n\n**Breaking changes**\n\n - Operation SettingsOperations.update has a new signature\n - Operation AlertsOperations.list has a new signature\n - Operation AlertsOperations.list_by_resource_group has a new signature\n - Operation AlertsOperations.list_resource_group_level_alerts_by_region has a new signature\n - Operation AlertsOperations.list_subscription_level_alerts_by_region has a new signature\n - Operation JitNetworkAccessPoliciesOperations.initiate has a new signature\n - Operation InformationProtectionPoliciesOperations.create_or_update has a new signature\n - Removed operation AlertsOperations.update_resource_group_level_alert_state\n - Removed operation AlertsOperations.update_subscription_level_alert_state\n - Removed operation IotSecuritySolutionOperations.create\n - Removed operation group IoTSecuritySolutionsResourceGroupOperations\n - Removed operation group IoTSecuritySolutionsAnalyticsRecommendationsOperations\n - Removed operation group IoTSecuritySolutionsAnalyticsRecommendationOperations\n - Removed operation group IoTSecuritySolutionsOperations\n - Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertsOperations\n - Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertOperations\n - Removed operation group IoTSecuritySolutionsAnalyticsOperations\n\n## 0.3.0 (2019-08-01)\n\n**Features**\n\n - Model JitNetworkAccessPolicyVirtualMachine has a new parameter\n public_ip_address\n - Model JitNetworkAccessRequestPort has a new parameter mapped_port\n - Added operation group RegulatoryComplianceControlsOperations\n - Added operation group ComplianceResultsOperations\n - Added operation group ServerVulnerabilityAssessmentOperations\n - Added operation group IoTSecuritySolutionsResourceGroupOperations\n - Added operation group AdaptiveApplicationControlsOperations\n - Added operation group IoTSecuritySolutionsOperations\n - Added operation group IotSecuritySolutionOperations\n - Added operation group RegulatoryComplianceStandardsOperations\n - Added operation group IoTSecuritySolutionsAnalyticsOperations\n - Added operation group\n IoTSecuritySolutionsAnalyticsAggregatedAlertOperations\n - Added operation group\n IoTSecuritySolutionsAnalyticsRecommendationsOperations\n - Added operation group RegulatoryComplianceAssessmentsOperations\n - Added operation group\n IoTSecuritySolutionsAnalyticsRecommendationOperations\n - Added operation group\n IoTSecuritySolutionsAnalyticsAggregatedAlertsOperations\n\n**General breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes if from some import. In summary, some modules\nwere incorrectly visible/importable and have been renamed. This fixed\nseveral issues caused by usage of classes that were not supposed to be\nused in the first place.\n\n - SecurityCenter cannot be imported from\n `azure.mgmt.security.security_center` anymore (import from\n `azure.mgmt.security` works like before)\n - SecurityCenterConfiguration import has been moved from\n `azure.mgmt.security.security_center` to `azure.mgmt.security`\n - A model `MyClass` from a \"models\" sub-module cannot be imported\n anymore using `azure.mgmt.security.models.my_class` (import from\n `azure.mgmt.security.models` works like before)\n - An operation class `MyClassOperations` from an `operations`\n sub-module cannot be imported anymore using\n `azure.mgmt.security.operations.my_class_operations` (import\n from `azure.mgmt.security.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default.\nYou should always use a client as a context manager, or call close(), or\nuse no more than one client per process.\n\n## 0.2.0 (2019-04-16)\n\n**Features**\n\n - Model Pricing has a new parameter free_trial_remaining_time\n - Model Alert has a new parameter is_incident\n - Added operation PricingsOperations.get\n - Added operation PricingsOperations.update\n - Added operation group AllowedConnectionsOperations\n\n**Breaking changes**\n\n - Operation SettingsOperations.update has a new signature\n - Removed operation PricingsOperations.update_subscription_pricing\n - Removed operation PricingsOperations.list_by_resource_group\n - Removed operation\n PricingsOperations.create_or_update_resource_group_pricing\n - Removed operation PricingsOperations.get_resource_group_pricing\n - Removed operation PricingsOperations.get_subscription_pricing\n\n## 0.1.0 (2018-10-29)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Security Center Management Client Library for Python",
"version": "7.0.0",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f5d39541d871294dbc7c1eba3ffc9d4eb54cb651005ddbb1513a17f2a795bdfe",
"md5": "ec94711b33e8b9367ae91358b32c1d0c",
"sha256": "85a6d8b7a5cd74884a548ed53fed034449f54a9989edd64e9020c5837db96933"
},
"downloads": -1,
"filename": "azure_mgmt_security-7.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec94711b33e8b9367ae91358b32c1d0c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1397437,
"upload_time": "2024-05-20T05:23:19",
"upload_time_iso_8601": "2024-05-20T05:23:19.991535Z",
"url": "https://files.pythonhosted.org/packages/f5/d3/9541d871294dbc7c1eba3ffc9d4eb54cb651005ddbb1513a17f2a795bdfe/azure_mgmt_security-7.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d9013186657355452bdce44f27db6b194b99f78f8c185301b47624fff6d9531",
"md5": "8b3854afe5c8b7a9b37186704721ebb5",
"sha256": "5912eed7e9d3758fdca8d26e1dc26b41943dc4703208a1184266e2c252e1ad66"
},
"downloads": -1,
"filename": "azure-mgmt-security-7.0.0.tar.gz",
"has_sig": false,
"md5_digest": "8b3854afe5c8b7a9b37186704721ebb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 684730,
"upload_time": "2024-05-20T05:23:17",
"upload_time_iso_8601": "2024-05-20T05:23:17.392417Z",
"url": "https://files.pythonhosted.org/packages/3d/90/13186657355452bdce44f27db6b194b99f78f8c185301b47624fff6d9531/azure-mgmt-security-7.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-20 05:23:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "azure-sdk-for-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "azure-mgmt-security"
}