# Microsoft Azure SDK for Python
This is the Microsoft Azure Monitor Client Library.
This package has been tested with Python 3.9+.
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.9+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
```bash
pip install azure-mgmt-monitor
pip install azure-identity
```
### Authentication
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the 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.monitor import MonitorManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = MonitorManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Monitor](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 (2025-07-28)
### Features Added
- Client `MonitorManagementClient` added operation group `action_groups`
- Client `MonitorManagementClient` added operation group `activity_log_alerts`
- Client `MonitorManagementClient` added operation group `activity_logs`
- Client `MonitorManagementClient` added operation group `alert_rule_incidents`
- Client `MonitorManagementClient` added operation group `autoscale_settings`
- Client `MonitorManagementClient` added operation group `predictive_metric`
- Client `MonitorManagementClient` added operation group `data_collection_endpoints`
- Client `MonitorManagementClient` added operation group `data_collection_rule_associations`
- Client `MonitorManagementClient` added operation group `data_collection_rules`
- Client `MonitorManagementClient` added operation group `event_categories`
- Client `MonitorManagementClient` added operation group `log_profiles`
- Client `MonitorManagementClient` added operation group `metric_alerts`
- Client `MonitorManagementClient` added operation group `metric_alerts_status`
- Client `MonitorManagementClient` added operation group `baselines`
- Client `MonitorManagementClient` added operation group `metric_definitions`
- Client `MonitorManagementClient` added operation group `metric_namespaces`
- Client `MonitorManagementClient` added operation group `metrics`
- Client `MonitorManagementClient` added operation group `operations`
- Client `MonitorManagementClient` added operation group `scheduled_query_rules`
- Client `MonitorManagementClient` added operation group `tenant_activity_logs`
- Client `MonitorManagementClient` added operation group `azure_monitor_workspaces`
- Client `MonitorManagementClient` added operation group `monitor_operations`
- Added model `ActionDetail`
- Added model `ActionGroup`
- Added model `ActionGroupList`
- Added model `ActionGroupResource`
- Added model `ActionList`
- Added enum `ActionType`
- Added model `Actions`
- Added model `ActivityLogAlertResource`
- Added model `AdxDestination`
- Added model `AgentSetting`
- Added model `AgentSettingsSpec`
- Added enum `AggregationType`
- Added enum `AggregationTypeEnum`
- Added model `AlertRuleAllOfCondition`
- Added model `AlertRuleAnyOfOrLeafCondition`
- Added model `AlertRuleLeafCondition`
- Added model `AlertRuleList`
- Added model `AlertRulePatchObject`
- Added enum `AlertSeverity`
- Added model `ArmRoleReceiver`
- Added model `AutomationRunbookReceiver`
- Added model `AutoscaleErrorResponse`
- Added model `AutoscaleErrorResponseError`
- Added model `AutoscaleNotification`
- Added model `AutoscaleProfile`
- Added model `AutoscaleSettingResource`
- Added model `AutoscaleSettingResourceCollection`
- Added model `AutoscaleSettingResourcePatch`
- Added model `AzureFunctionReceiver`
- Added model `AzureMonitorMetricsDestination`
- Added model `AzureMonitorWorkspace`
- Added model `AzureMonitorWorkspaceDefaultIngestionSettings`
- Added model `AzureMonitorWorkspaceMetrics`
- Added model `AzureMonitorWorkspaceResource`
- Added model `AzureMonitorWorkspaceResourceForUpdate`
- Added model `AzureMonitorWorkspaceResourceListResult`
- Added model `AzureMonitorWorkspaceResourceProperties`
- Added model `AzureResourceAutoGenerated`
- Added model `BaselineMetadata`
- Added enum `BaselineSensitivity`
- Added model `ColumnDefinition`
- Added enum `ComparisonOperationType`
- Added model `Condition`
- Added model `ConditionFailingPeriods`
- Added enum `ConditionOperator`
- Added model `ConfigurationAccessEndpointSpec`
- Added model `Context`
- Added enum `CreatedByType`
- Added enum `CriterionType`
- Added model `DataCollectionEndpoint`
- Added model `DataCollectionEndpointConfigurationAccess`
- Added model `DataCollectionEndpointFailoverConfiguration`
- Added model `DataCollectionEndpointLogsIngestion`
- Added model `DataCollectionEndpointMetadata`
- Added model `DataCollectionEndpointMetricsIngestion`
- Added model `DataCollectionEndpointNetworkAcls`
- Added model `DataCollectionEndpointResource`
- Added model `DataCollectionEndpointResourceIdentity`
- Added model `DataCollectionEndpointResourceListResult`
- Added model `DataCollectionEndpointResourceProperties`
- Added model `DataCollectionEndpointResourceSystemData`
- Added model `DataCollectionRule`
- Added model `DataCollectionRuleAgentSettings`
- Added model `DataCollectionRuleAssociation`
- Added model `DataCollectionRuleAssociationMetadata`
- Added model `DataCollectionRuleAssociationProxyOnlyResource`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceListResult`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceProperties`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceSystemData`
- Added model `DataCollectionRuleDataSources`
- Added model `DataCollectionRuleDestinations`
- Added model `DataCollectionRuleEndpoints`
- Added model `DataCollectionRuleMetadata`
- Added model `DataCollectionRuleReferences`
- Added model `DataCollectionRuleResource`
- Added model `DataCollectionRuleResourceIdentity`
- Added model `DataCollectionRuleResourceListResult`
- Added model `DataCollectionRuleResourceProperties`
- Added model `DataCollectionRuleResourceSystemData`
- Added model `DataFlow`
- Added model `DataImportSources`
- Added model `DataImportSourcesEventHub`
- Added model `DataSourcesSpec`
- Added model `DataSourcesSpecDataImports`
- Added model `DestinationsSpec`
- Added model `DestinationsSpecAzureMonitorMetrics`
- Added model `Dimension`
- Added enum `DimensionOperator`
- Added model `DynamicMetricCriteria`
- Added model `DynamicThresholdFailingPeriods`
- Added enum `DynamicThresholdOperator`
- Added enum `DynamicThresholdSensitivity`
- Added model `EmailNotification`
- Added model `EnableRequest`
- Added model `EndpointsSpec`
- Added model `EnrichmentData`
- Added model `ErrorAdditionalInfo`
- Added model `ErrorContract`
- Added model `ErrorDetail`
- Added model `ErrorDetailAdditionalInfoItem`
- Added model `ErrorDetailAutoGenerated`
- Added model `ErrorDetailAutoGenerated2`
- Added model `ErrorResponseAutoGenerated`
- Added model `ErrorResponseAutoGenerated2`
- Added model `ErrorResponseAutoGenerated3`
- Added model `ErrorResponseAutoGenerated4`
- Added model `ErrorResponseAutoGenerated5`
- Added model `ErrorResponseCommonV2`
- Added model `ErrorResponseError`
- Added model `ErrorResponseErrorAdditionalInfoItem`
- Added model `EventCategoryCollection`
- Added model `EventData`
- Added model `EventDataCollection`
- Added model `EventHubDataSource`
- Added model `EventHubDestination`
- Added model `EventHubDirectDestination`
- Added model `EventHubReceiver`
- Added enum `EventLevel`
- Added model `ExtensionDataSource`
- Added model `FailoverConfigurationSpec`
- Added model `HttpRequestInfo`
- Added model `Identity`
- Added enum `IdentityType`
- Added model `IisLogsDataSource`
- Added model `Incident`
- Added model `IncidentListResult`
- Added model `IngestionSettings`
- Added model `ItsmReceiver`
- Added enum `Kind`
- Added enum `KnownAgentSettingName`
- Added enum `KnownColumnDefinitionType`
- Added enum `KnownDataCollectionEndpointProvisioningState`
- Added enum `KnownDataCollectionEndpointResourceKind`
- Added enum `KnownDataCollectionRuleAssociationProvisioningState`
- Added enum `KnownDataCollectionRuleProvisioningState`
- Added enum `KnownDataCollectionRuleResourceKind`
- Added enum `KnownDataFlowStreams`
- Added enum `KnownExtensionDataSourceStreams`
- Added enum `KnownLocationSpecProvisioningStatus`
- Added enum `KnownLogFileTextSettingsRecordStartTimestampFormat`
- Added enum `KnownLogFilesDataSourceFormat`
- Added enum `KnownPerfCounterDataSourceStreams`
- Added enum `KnownPrometheusForwarderDataSourceStreams`
- Added enum `KnownPublicNetworkAccessOptions`
- Added enum `KnownStorageBlobLookupType`
- Added enum `KnownSyslogDataSourceFacilityNames`
- Added enum `KnownSyslogDataSourceLogLevels`
- Added enum `KnownSyslogDataSourceStreams`
- Added enum `KnownWindowsEventLogDataSourceStreams`
- Added enum `KnownWindowsFirewallLogsDataSourceProfileFilter`
- Added model `LocalizableString`
- Added model `LocalizableStringAutoGenerated`
- Added model `LocationSpec`
- Added model `LogAnalyticsDestination`
- Added model `LogFileSettings`
- Added model `LogFileSettingsText`
- Added model `LogFileTextSettings`
- Added model `LogFilesDataSource`
- Added model `LogFilesDataSourceSettings`
- Added model `LogProfileCollection`
- Added model `LogProfileResource`
- Added model `LogProfileResourcePatch`
- Added model `LogicAppReceiver`
- Added model `LogsIngestionEndpointSpec`
- Added model `ManagedServiceIdentity`
- Added enum `ManagedServiceIdentityType`
- Added model `Metadata`
- Added model `MetadataValue`
- Added model `Metric`
- Added enum `MetricAggregationType`
- Added model `MetricAlertAction`
- Added model `MetricAlertCriteria`
- Added model `MetricAlertMultipleResourceMultipleMetricCriteria`
- Added model `MetricAlertResource`
- Added model `MetricAlertResourceCollection`
- Added model `MetricAlertResourcePatch`
- Added model `MetricAlertSingleResourceMultipleMetricCriteria`
- Added model `MetricAlertStatus`
- Added model `MetricAlertStatusCollection`
- Added model `MetricAlertStatusProperties`
- Added model `MetricAvailability`
- Added model `MetricBaselinesResponse`
- Added enum `MetricClass`
- Added model `MetricCriteria`
- Added model `MetricDefinition`
- Added model `MetricDefinitionCollection`
- Added model `MetricDimension`
- Added model `MetricNamespace`
- Added model `MetricNamespaceCollection`
- Added model `MetricNamespaceName`
- Added enum `MetricResultType`
- Added model `MetricSingleDimension`
- Added enum `MetricStatisticType`
- Added model `MetricTrigger`
- Added enum `MetricUnit`
- Added model `MetricValue`
- Added model `Metrics`
- Added model `MetricsIngestionEndpointSpec`
- Added model `MicrosoftFabricDestination`
- Added model `MonitoringAccountDestination`
- Added model `MultiMetricCriteria`
- Added enum `NamespaceClassification`
- Added model `NetworkRuleSet`
- Added model `NotificationRequestBody`
- Added enum `Odatatype`
- Added model `Operation`
- Added model `OperationAutoGenerated`
- Added model `OperationDisplay`
- Added model `OperationDisplayAutoGenerated`
- Added model `OperationListResult`
- Added model `OperationListResultAutoGenerated`
- Added enum `Operator`
- Added enum `Origin`
- Added model `PerfCounterDataSource`
- Added model `PlatformTelemetryDataSource`
- Added model `PredictiveAutoscalePolicy`
- Added enum `PredictiveAutoscalePolicyScaleMode`
- Added model `PredictiveResponse`
- Added model `PredictiveValue`
- Added model `PrivateEndpoint`
- Added model `PrivateEndpointConnection`
- Added enum `PrivateEndpointConnectionProvisioningState`
- Added enum `PrivateEndpointServiceConnectionStatus`
- Added model `PrivateLinkScopedResource`
- Added model `PrivateLinkServiceConnectionState`
- Added model `PrometheusForwarderDataSource`
- Added enum `ProvisioningState`
- Added enum `PublicNetworkAccess`
- Added model `Recurrence`
- Added enum `RecurrenceFrequency`
- Added model `RecurrentSchedule`
- Added model `ReferencesSpec`
- Added model `ReferencesSpecEnrichmentData`
- Added model `Resource`
- Added model `ResourceAutoGenerated`
- Added model `ResourceAutoGenerated2`
- Added model `ResourceAutoGenerated3`
- Added model `ResourceAutoGenerated4`
- Added model `ResourceForUpdate`
- Added model `ResourceForUpdateIdentity`
- Added model `Response`
- Added enum `ResultType`
- Added model `RetentionPolicy`
- Added model `RuleResolveConfiguration`
- Added model `ScaleAction`
- Added model `ScaleCapacity`
- Added enum `ScaleDirection`
- Added model `ScaleRule`
- Added model `ScaleRuleMetricDimension`
- Added enum `ScaleRuleMetricDimensionOperationType`
- Added enum `ScaleType`
- Added model `ScheduledQueryRuleCriteria`
- Added model `ScheduledQueryRuleResource`
- Added model `ScheduledQueryRuleResourceCollection`
- Added model `ScheduledQueryRuleResourcePatch`
- Added model `SenderAuthorization`
- Added model `SingleBaseline`
- Added model `SingleMetricBaseline`
- Added model `StorageBlob`
- Added model `StorageBlobDestination`
- Added model `StorageTableDestination`
- Added model `StreamDeclaration`
- Added model `SubscriptionScopeMetricDefinition`
- Added model `SubscriptionScopeMetricDefinitionCollection`
- Added model `SubscriptionScopeMetricsRequestBodyParameters`
- Added model `SyslogDataSource`
- Added model `SystemData`
- Added model `TestNotificationDetailsResponse`
- Added enum `TimeAggregation`
- Added enum `TimeAggregationType`
- Added model `TimeSeriesBaseline`
- Added model `TimeSeriesElement`
- Added model `TimeWindow`
- Added model `TrackedResource`
- Added model `UserAssignedIdentity`
- Added model `UserIdentityProperties`
- Added model `WebhookNotification`
- Added model `WebtestLocationAvailabilityCriteria`
- Added model `WindowsEventLogDataSource`
- Added model `WindowsFirewallLogsDataSource`
### Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
- Deleted or renamed client operation group `MonitorManagementClient.tenant_action_groups`
- Parameter `subscription_id` of client `MonitorManagementClient` is now required
- Deleted or renamed model `TenantActionGroupList`
- Deleted or renamed model `TenantActionGroupResource`
- Deleted or renamed operation group `TenantActionGroupsOperations`
## 7.0.0b3 (2025-07-21)
### Features Added
- Client `MonitorManagementClient` added operation group `data_collection_endpoints`
- Client `MonitorManagementClient` added operation group `data_collection_rule_associations`
- Client `MonitorManagementClient` added operation group `data_collection_rules`
- Added model `AdxDestination`
- Added model `AgentSetting`
- Added model `AgentSettingsSpec`
- Added model `AzureMonitorMetricsDestination`
- Added model `ColumnDefinition`
- Added model `ConfigurationAccessEndpointSpec`
- Added model `DataCollectionEndpoint`
- Added model `DataCollectionEndpointConfigurationAccess`
- Added model `DataCollectionEndpointFailoverConfiguration`
- Added model `DataCollectionEndpointLogsIngestion`
- Added model `DataCollectionEndpointMetadata`
- Added model `DataCollectionEndpointMetricsIngestion`
- Added model `DataCollectionEndpointNetworkAcls`
- Added model `DataCollectionEndpointResource`
- Added model `DataCollectionEndpointResourceIdentity`
- Added model `DataCollectionEndpointResourceListResult`
- Added model `DataCollectionEndpointResourceProperties`
- Added model `DataCollectionEndpointResourceSystemData`
- Added model `DataCollectionRule`
- Added model `DataCollectionRuleAgentSettings`
- Added model `DataCollectionRuleAssociation`
- Added model `DataCollectionRuleAssociationMetadata`
- Added model `DataCollectionRuleAssociationProxyOnlyResource`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceListResult`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceProperties`
- Added model `DataCollectionRuleAssociationProxyOnlyResourceSystemData`
- Added model `DataCollectionRuleDataSources`
- Added model `DataCollectionRuleDestinations`
- Added model `DataCollectionRuleEndpoints`
- Added model `DataCollectionRuleMetadata`
- Added model `DataCollectionRuleReferences`
- Added model `DataCollectionRuleResource`
- Added model `DataCollectionRuleResourceIdentity`
- Added model `DataCollectionRuleResourceListResult`
- Added model `DataCollectionRuleResourceProperties`
- Added model `DataCollectionRuleResourceSystemData`
- Added model `DataFlow`
- Added model `DataImportSources`
- Added model `DataImportSourcesEventHub`
- Added model `DataSourcesSpec`
- Added model `DataSourcesSpecDataImports`
- Added model `DestinationsSpec`
- Added model `DestinationsSpecAzureMonitorMetrics`
- Added model `EndpointsSpec`
- Added model `EnrichmentData`
- Added model `ErrorDetailAutoGenerated2`
- Added model `ErrorResponseCommonV2`
- Added model `EventHubDataSource`
- Added model `EventHubDestination`
- Added model `EventHubDirectDestination`
- Added model `ExtensionDataSource`
- Added model `FailoverConfigurationSpec`
- Added model `IisLogsDataSource`
- Added enum `KnownAgentSettingName`
- Added enum `KnownColumnDefinitionType`
- Added enum `KnownDataCollectionEndpointProvisioningState`
- Added enum `KnownDataCollectionEndpointResourceKind`
- Added enum `KnownDataCollectionRuleAssociationProvisioningState`
- Added enum `KnownDataCollectionRuleProvisioningState`
- Added enum `KnownDataCollectionRuleResourceKind`
- Added enum `KnownDataFlowStreams`
- Added enum `KnownExtensionDataSourceStreams`
- Added enum `KnownLocationSpecProvisioningStatus`
- Added enum `KnownLogFileTextSettingsRecordStartTimestampFormat`
- Added enum `KnownLogFilesDataSourceFormat`
- Added enum `KnownPerfCounterDataSourceStreams`
- Added enum `KnownPrometheusForwarderDataSourceStreams`
- Added enum `KnownPublicNetworkAccessOptions`
- Added enum `KnownStorageBlobLookupType`
- Added enum `KnownSyslogDataSourceFacilityNames`
- Added enum `KnownSyslogDataSourceLogLevels`
- Added enum `KnownSyslogDataSourceStreams`
- Added enum `KnownWindowsEventLogDataSourceStreams`
- Added enum `KnownWindowsFirewallLogsDataSourceProfileFilter`
- Added model `LocationSpec`
- Added model `LogAnalyticsDestination`
- Added model `LogFileSettings`
- Added model `LogFileSettingsText`
- Added model `LogFileTextSettings`
- Added model `LogFilesDataSource`
- Added model `LogFilesDataSourceSettings`
- Added model `LogsIngestionEndpointSpec`
- Added model `ManagedServiceIdentity`
- Added enum `ManagedServiceIdentityType`
- Added model `Metadata`
- Added model `MetricsIngestionEndpointSpec`
- Added model `MicrosoftFabricDestination`
- Added model `MonitoringAccountDestination`
- Added model `NetworkRuleSet`
- Added model `PerfCounterDataSource`
- Added model `PlatformTelemetryDataSource`
- Added model `PrivateLinkScopedResource`
- Added model `PrometheusForwarderDataSource`
- Added model `ReferencesSpec`
- Added model `ReferencesSpecEnrichmentData`
- Added model `ResourceForUpdate`
- Added model `ResourceForUpdateIdentity`
- Added model `StorageBlob`
- Added model `StorageBlobDestination`
- Added model `StorageTableDestination`
- Added model `StreamDeclaration`
- Added model `SyslogDataSource`
- Added model `UserAssignedIdentity`
- Added model `WindowsEventLogDataSource`
- Added model `WindowsFirewallLogsDataSource`
- Added operation group `DataCollectionEndpointsOperations`
- Added operation group `DataCollectionRuleAssociationsOperations`
- Added operation group `DataCollectionRulesOperations`
## 7.0.0b2 (2025-06-16)
### Features Added
- Client `MonitorManagementClient` added operation group `azure_monitor_workspaces`
- Client `MonitorManagementClient` added operation group `monitor_operations`
- Enum `ProvisioningState` added member `CREATING`
- Enum `ProvisioningState` added member `DELETING`
- Added enum `ActionType`
- Added model `AzureMonitorWorkspace`
- Added model `AzureMonitorWorkspaceDefaultIngestionSettings`
- Added model `AzureMonitorWorkspaceMetrics`
- Added model `AzureMonitorWorkspaceResource`
- Added model `AzureMonitorWorkspaceResourceForUpdate`
- Added model `AzureMonitorWorkspaceResourceListResult`
- Added model `AzureMonitorWorkspaceResourceProperties`
- Added model `ErrorDetailAutoGenerated`
- Added model `ErrorResponseAutoGenerated3`
- Added model `IngestionSettings`
- Added model `Metrics`
- Added model `OperationAutoGenerated`
- Added model `OperationDisplayAutoGenerated`
- Added model `OperationListResultAutoGenerated`
- Added enum `Origin`
- Added model `PrivateEndpoint`
- Added model `PrivateEndpointConnectionAutoGenerated`
- Added enum `PrivateEndpointConnectionProvisioningState`
- Added enum `PrivateEndpointServiceConnectionStatus`
- Added model `PrivateLinkServiceConnectionState`
- Added enum `PublicNetworkAccess`
- Added model `ResourceAutoGenerated4`
- Added model `ResourceAutoGenerated5`
- Added model `TrackedResource`
- Added operation group `AzureMonitorWorkspacesOperations`
- Added operation group `MonitorOperationsOperations`
## 7.0.0b1 (2025-02-08)
### Features Added
- Client `MonitorManagementClient` added operation group `action_groups`
- Client `MonitorManagementClient` added operation group `activity_log_alerts`
- Client `MonitorManagementClient` added operation group `activity_logs`
- Client `MonitorManagementClient` added operation group `tenant_activity_logs`
- Client `MonitorManagementClient` added operation group `alert_rule_incidents`
- Client `MonitorManagementClient` added operation group `autoscale_settings`
- Client `MonitorManagementClient` added operation group `predictive_metric`
- Client `MonitorManagementClient` added operation group `baselines`
- Client `MonitorManagementClient` added operation group `diagnostic_settings`
- Client `MonitorManagementClient` added operation group `diagnostic_settings_category`
- Client `MonitorManagementClient` added operation group `event_categories`
- Client `MonitorManagementClient` added operation group `guest_diagnostics_settings`
- Client `MonitorManagementClient` added operation group `guest_diagnostics_settings_association`
- Client `MonitorManagementClient` added operation group `log_profiles`
- Client `MonitorManagementClient` added operation group `metric_alerts`
- Client `MonitorManagementClient` added operation group `metric_alerts_status`
- Client `MonitorManagementClient` added operation group `metric_definitions`
- Client `MonitorManagementClient` added operation group `metric_namespaces`
- Client `MonitorManagementClient` added operation group `metrics`
- Client `MonitorManagementClient` added operation group `operations`
- Client `MonitorManagementClient` added operation group `scheduled_query_rules`
- Client `MonitorManagementClient` added operation group `service_diagnostic_settings`
- Client `MonitorManagementClient` added operation group `vm_insights`
- Client `MonitorManagementClient` added operation group `private_link_scopes`
- Client `MonitorManagementClient` added operation group `private_link_scope_operation_status`
- Client `MonitorManagementClient` added operation group `private_link_resources`
- Client `MonitorManagementClient` added operation group `private_endpoint_connections`
- Client `MonitorManagementClient` added operation group `private_link_scoped_resources`
- Client `MonitorManagementClient` added operation group `subscription_diagnostic_settings`
- Added model `Action`
- Added model `ActionDetail`
- Added model `ActionGroupList`
- Added model `ActionGroupResource`
- Added model `ActivityLogAlertActionGroup`
- Added model `ActivityLogAlertActionList`
- Added model `ActivityLogAlertAllOfCondition`
- Added model `ActivityLogAlertLeafCondition`
- Added model `ActivityLogAlertList`
- Added model `ActivityLogAlertPatchBody`
- Added model `ActivityLogAlertResource`
- Added enum `AggregationType`
- Added enum `AggregationTypeEnum`
- Added enum `AlertSeverity`
- Added model `AlertingAction`
- Added model `ArmRoleReceiver`
- Added model `AutomationRunbookReceiver`
- Added model `AutoscaleErrorResponse`
- Added model `AutoscaleErrorResponseError`
- Added model `AutoscaleNotification`
- Added model `AutoscaleProfile`
- Added model `AutoscaleSettingResource`
- Added model `AutoscaleSettingResourceCollection`
- Added model `AutoscaleSettingResourcePatch`
- Added model `AzNsActionGroup`
- Added model `AzureFunctionReceiver`
- Added model `AzureMonitorPrivateLinkScope`
- Added model `AzureMonitorPrivateLinkScopeListResult`
- Added model `BaselineMetadata`
- Added enum `BaselineSensitivity`
- Added enum `CategoryType`
- Added enum `ComparisonOperationType`
- Added enum `ConditionalOperator`
- Added model `Context`
- Added enum `CreatedByType`
- Added model `Criteria`
- Added enum `CriterionType`
- Added model `DataContainer`
- Added model `DataSource`
- Added model `DataSourceConfiguration`
- Added enum `DataSourceKind`
- Added enum `DataStatus`
- Added model `DiagnosticSettingsCategoryResource`
- Added model `DiagnosticSettingsCategoryResourceCollection`
- Added model `DiagnosticSettingsResource`
- Added model `DiagnosticSettingsResourceCollection`
- Added model `Dimension`
- Added model `DynamicMetricCriteria`
- Added model `DynamicThresholdFailingPeriods`
- Added enum `DynamicThresholdOperator`
- Added enum `DynamicThresholdSensitivity`
- Added model `EmailNotification`
- Added model `EnableRequest`
- Added enum `Enabled`
- Added model `Error`
- Added model `ErrorAdditionalInfo`
- Added model `ErrorContract`
- Added model `ErrorDetail`
- Added model `ErrorDetailAdditionalInfoItem`
- Added model `ErrorResponseAutoGenerated`
- Added model `ErrorResponseAutoGenerated2`
- Added model `ErrorResponseCommon`
- Added model `ErrorResponseError`
- Added model `ErrorResponseErrorAdditionalInfoItem`
- Added model `EtwEventConfiguration`
- Added model `EtwProviderConfiguration`
- Added model `EventCategoryCollection`
- Added model `EventData`
- Added model `EventDataCollection`
- Added model `EventHubReceiver`
- Added enum `EventLevel`
- Added model `EventLogConfiguration`
- Added model `GuestDiagnosticSettingsAssociationList`
- Added model `GuestDiagnosticSettingsAssociationResource`
- Added model `GuestDiagnosticSettingsAssociationResourcePatch`
- Added model `GuestDiagnosticSettingsList`
- Added enum `GuestDiagnosticSettingsOsType`
- Added model `GuestDiagnosticSettingsPatchResource`
- Added model `GuestDiagnosticSettingsResource`
- Added model `HttpRequestInfo`
- Added model `Incident`
- Added model `IncidentListResult`
- Added model `ItsmReceiver`
- Added model `LocalizableString`
- Added model `LocalizableStringAutoGenerated`
- Added model `LogMetricTrigger`
- Added model `LogProfileCollection`
- Added model `LogProfileResource`
- Added model `LogProfileResourcePatch`
- Added model `LogSearchRuleResource`
- Added model `LogSearchRuleResourceCollection`
- Added model `LogSearchRuleResourcePatch`
- Added model `LogSettings`
- Added model `LogSettingsAutoGenerated`
- Added model `LogToMetricAction`
- Added model `LogicAppReceiver`
- Added model `MetadataValue`
- Added model `Metric`
- Added model `MetricAlertAction`
- Added model `MetricAlertCriteria`
- Added model `MetricAlertMultipleResourceMultipleMetricCriteria`
- Added model `MetricAlertResource`
- Added model `MetricAlertResourceCollection`
- Added model `MetricAlertResourcePatch`
- Added model `MetricAlertSingleResourceMultipleMetricCriteria`
- Added model `MetricAlertStatus`
- Added model `MetricAlertStatusCollection`
- Added model `MetricAlertStatusProperties`
- Added model `MetricAvailability`
- Added model `MetricBaselinesResponse`
- Added enum `MetricClass`
- Added model `MetricCriteria`
- Added model `MetricDefinition`
- Added model `MetricDefinitionCollection`
- Added model `MetricDimension`
- Added model `MetricNamespace`
- Added model `MetricNamespaceCollection`
- Added model `MetricNamespaceName`
- Added model `MetricSettings`
- Added model `MetricSettingsAutoGenerated`
- Added model `MetricSingleDimension`
- Added enum `MetricStatisticType`
- Added model `MetricTrigger`
- Added enum `MetricTriggerType`
- Added enum `MetricUnit`
- Added model `MetricValue`
- Added model `MultiMetricCriteria`
- Added enum `NamespaceClassification`
- Added model `NotificationRequestBody`
- Added enum `Odatatype`
- Added enum `OnboardingStatus`
- Added model `Operation`
- Added model `OperationDisplay`
- Added model `OperationListResult`
- Added model `OperationStatus`
- Added enum `Operator`
- Added model `PerformanceCounterConfiguration`
- Added model `PredictiveAutoscalePolicy`
- Added enum `PredictiveAutoscalePolicyScaleMode`
- Added model `PredictiveResponse`
- Added model `PredictiveValue`
- Added model `PrivateEndpointConnection`
- Added model `PrivateEndpointConnectionListResult`
- Added model `PrivateEndpointProperty`
- Added model `PrivateLinkResource`
- Added model `PrivateLinkResourceListResult`
- Added model `PrivateLinkScopesResource`
- Added model `PrivateLinkServiceConnectionStateProperty`
- Added enum `ProvisioningState`
- Added model `ProxyOnlyResource`
- Added model `ProxyResource`
- Added enum `QueryType`
- Added model `Recurrence`
- Added enum `RecurrenceFrequency`
- Added model `RecurrentSchedule`
- Added model `Resource`
- Added model `ResourceAutoGenerated`
- Added model `ResourceAutoGenerated2`
- Added model `ResourceAutoGenerated3`
- Added model `Response`
- Added model `ResponseWithError`
- Added enum `ResultType`
- Added model `RetentionPolicy`
- Added model `ScaleAction`
- Added model `ScaleCapacity`
- Added enum `ScaleDirection`
- Added model `ScaleRule`
- Added model `ScaleRuleMetricDimension`
- Added enum `ScaleRuleMetricDimensionOperationType`
- Added enum `ScaleType`
- Added model `Schedule`
- Added model `ScopedResource`
- Added model `ScopedResourceListResult`
- Added model `SenderAuthorization`
- Added model `ServiceDiagnosticSettingsResource`
- Added model `ServiceDiagnosticSettingsResourcePatch`
- Added model `SingleBaseline`
- Added model `SingleMetricBaseline`
- Added model `SinkConfiguration`
- Added enum `SinkConfigurationKind`
- Added model `Source`
- Added model `SubscriptionDiagnosticSettingsResource`
- Added model `SubscriptionDiagnosticSettingsResourceCollection`
- Added model `SubscriptionLogSettings`
- Added model `SubscriptionProxyOnlyResource`
- Added model `SystemData`
- Added model `TagsResource`
- Added model `TestNotificationDetailsResponse`
- Added enum `TimeAggregationType`
- Added model `TimeSeriesBaseline`
- Added model `TimeSeriesElement`
- Added model `TimeWindow`
- Added model `TriggerCondition`
- Added model `VMInsightsOnboardingStatus`
- Added model `WebhookNotification`
- Added model `WebtestLocationAvailabilityCriteria`
- Added model `WorkspaceInfo`
### Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
- Deleted or renamed client operation group `MonitorManagementClient.tenant_action_groups`
- Parameter `subscription_id` of client `MonitorManagementClient` is now required
- Deleted or renamed model `TenantActionGroupList`
- Deleted or renamed model `TenantActionGroupResource`
- Deleted or renamed model `TenantActionGroupsOperations`
## 6.0.2 (2023-08-22)
### Bugs Fixed
- Encode `{}` even if skip_quoto is True #31346
## 6.0.1 (2023-05-04)
### Other Changes
- Fixed annotation about namespace
## 6.0.0 (2023-03-20)
### Features Added
- Added operation MetricDefinitionsOperations.list_at_subscription_scope
- Added operation MetricsOperations.list_at_subscription_scope
- Added operation MetricsOperations.list_at_subscription_scope_post
- Added operation group AzureMonitorWorkspacesOperations
- Added operation group MonitorOperationsOperations
- Added operation group TenantActionGroupsOperations
- Model AzureMonitorPrivateLinkScope has a new parameter system_data
- Model Condition has a new parameter metric_name
- Model DataCollectionEndpoint has a new parameter failover_configuration
- Model DataCollectionEndpoint has a new parameter metadata
- Model DataCollectionEndpoint has a new parameter metrics_ingestion
- Model DataCollectionEndpoint has a new parameter private_link_scoped_resources
- Model DataCollectionEndpointResource has a new parameter failover_configuration
- Model DataCollectionEndpointResource has a new parameter identity
- Model DataCollectionEndpointResource has a new parameter metadata
- Model DataCollectionEndpointResource has a new parameter metrics_ingestion
- Model DataCollectionEndpointResource has a new parameter private_link_scoped_resources
- Model DataCollectionEndpointResourceProperties has a new parameter failover_configuration
- Model DataCollectionEndpointResourceProperties has a new parameter metadata
- Model DataCollectionEndpointResourceProperties has a new parameter metrics_ingestion
- Model DataCollectionEndpointResourceProperties has a new parameter private_link_scoped_resources
- Model DataCollectionRuleAssociationMetadata has a new parameter provisioned_by_resource_id
- Model DataCollectionRuleDataSources has a new parameter data_imports
- Model DataCollectionRuleDataSources has a new parameter platform_telemetry
- Model DataCollectionRuleDataSources has a new parameter prometheus_forwarder
- Model DataCollectionRuleDataSources has a new parameter windows_firewall_logs
- Model DataCollectionRuleDestinations has a new parameter event_hubs
- Model DataCollectionRuleDestinations has a new parameter event_hubs_direct
- Model DataCollectionRuleDestinations has a new parameter monitoring_accounts
- Model DataCollectionRuleDestinations has a new parameter storage_accounts
- Model DataCollectionRuleDestinations has a new parameter storage_blobs_direct
- Model DataCollectionRuleDestinations has a new parameter storage_tables_direct
- Model DataCollectionRuleMetadata has a new parameter provisioned_by_resource_id
- Model DataCollectionRuleResource has a new parameter identity
- Model DataFlow has a new parameter built_in_transform
- Model DataSourcesSpec has a new parameter data_imports
- Model DataSourcesSpec has a new parameter platform_telemetry
- Model DataSourcesSpec has a new parameter prometheus_forwarder
- Model DataSourcesSpec has a new parameter windows_firewall_logs
- Model DestinationsSpec has a new parameter event_hubs
- Model DestinationsSpec has a new parameter event_hubs_direct
- Model DestinationsSpec has a new parameter monitoring_accounts
- Model DestinationsSpec has a new parameter storage_accounts
- Model DestinationsSpec has a new parameter storage_blobs_direct
- Model DestinationsSpec has a new parameter storage_tables_direct
- Model Metadata has a new parameter provisioned_by_resource_id
- Model Operation has a new parameter action_type
- Model Operation has a new parameter origin
- Model PrivateLinkResource has a new parameter required_zone_names
- Model ResourceForUpdate has a new parameter identity
- Model ScheduledQueryRuleResource has a new parameter auto_mitigate
- Model ScheduledQueryRuleResource has a new parameter check_workspace_alerts_storage_configured
- Model ScheduledQueryRuleResource has a new parameter identity
- Model ScheduledQueryRuleResource has a new parameter is_workspace_alerts_storage_configured
- Model ScheduledQueryRuleResource has a new parameter public_network_access
- Model ScheduledQueryRuleResource has a new parameter rule_resolve_configuration
- Model ScheduledQueryRuleResource has a new parameter skip_query_validation
- Model ScheduledQueryRuleResource has a new parameter system_data
- Model ScheduledQueryRuleResourceCollection has a new parameter next_link
- Model ScheduledQueryRuleResourcePatch has a new parameter auto_mitigate
- Model ScheduledQueryRuleResourcePatch has a new parameter check_workspace_alerts_storage_configured
- Model ScheduledQueryRuleResourcePatch has a new parameter identity
- Model ScheduledQueryRuleResourcePatch has a new parameter is_workspace_alerts_storage_configured
- Model ScheduledQueryRuleResourcePatch has a new parameter public_network_access
- Model ScheduledQueryRuleResourcePatch has a new parameter rule_resolve_configuration
- Model ScheduledQueryRuleResourcePatch has a new parameter skip_query_validation
- Model ScopedResource has a new parameter system_data
- Operation MetricsOperations.list has a new optional parameter auto_adjust_timegrain
- Operation MetricsOperations.list has a new optional parameter validate_dimensions
### Breaking Changes
- Model AzureMonitorPrivateLinkScope has a new required parameter access_mode_settings
- Model Operation no longer has parameter service_specification
- Model OperationDisplay no longer has parameter publisher
- Model PrivateEndpointConnectionListResult no longer has parameter next_link
- Model PrivateLinkResourceListResult no longer has parameter next_link
- Removed operation ActionGroupsOperations.begin_create_notifications_at_resource_group_level
- Removed operation ActionGroupsOperations.begin_post_test_notifications
- Removed operation ActionGroupsOperations.get_test_notifications
- Removed operation ActionGroupsOperations.get_test_notifications_at_resource_group_level
## 5.0.1 (2022-09-30)
### Bugs Fixed
- Fix paging problem about `api_version`
## 5.0.0 (2022-09-19)
### Features Added
- Model Resource has a new parameter system_data
- Model Resource has a new parameter tags
### Breaking Changes
- Model Resource has a new required parameter location
## 4.0.1 (2022-08-02)
**Other Change**
- Fix package structure
## 4.0.0 (2022-08-02)
**Features**
- Added operation ActionGroupsOperations.begin_create_notifications_at_action_group_resource_level
- Added operation ActionGroupsOperations.begin_create_notifications_at_resource_group_level
- Added operation ActionGroupsOperations.get_test_notifications_at_action_group_resource_level
- Added operation ActionGroupsOperations.get_test_notifications_at_resource_group_level
**Breaking changes**
- Model ActionGroupResource no longer has parameter identity
- Model ActionGroupResource no longer has parameter kind
- Model AzureResource no longer has parameter identity
- Model AzureResource no longer has parameter kind
- Removed operation group BaselineOperations
- Removed operation group MetricBaselineOperations
## 3.1.0 (2022-03-16)
**Features**
- Added operation DataCollectionRuleAssociationsOperations.list_by_data_collection_endpoint
- Model DataCollectionRule has a new parameter data_collection_endpoint_id
- Model DataCollectionRule has a new parameter metadata
- Model DataCollectionRule has a new parameter stream_declarations
- Model DataCollectionRuleAssociation has a new parameter metadata
- Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter metadata
- Model DataCollectionRuleAssociationProxyOnlyResourceProperties has a new parameter metadata
- Model DataCollectionRuleDataSources has a new parameter iis_logs
- Model DataCollectionRuleDataSources has a new parameter log_files
- Model DataCollectionRuleResource has a new parameter data_collection_endpoint_id
- Model DataCollectionRuleResource has a new parameter metadata
- Model DataCollectionRuleResource has a new parameter stream_declarations
- Model DataCollectionRuleResourceProperties has a new parameter data_collection_endpoint_id
- Model DataCollectionRuleResourceProperties has a new parameter metadata
- Model DataCollectionRuleResourceProperties has a new parameter stream_declarations
- Model DataFlow has a new parameter output_stream
- Model DataFlow has a new parameter transform_kql
- Model DataSourcesSpec has a new parameter iis_logs
- Model DataSourcesSpec has a new parameter log_files
## 3.0.0 (2021-11-05)
**Features**
- Model LogAnalyticsDestination has a new parameter workspace_id
- Model LogSettings has a new parameter category_group
- Model Baseline has a new parameter timestamps
- Model Baseline has a new parameter error_type
- Model Baseline has a new parameter prediction_result_type
- Model Metric has a new parameter error_message
- Model Metric has a new parameter error_code
- Model Metric has a new parameter display_description
- Model ManagementGroupDiagnosticSettingsResource has a new parameter system_data
- Model ManagementGroupDiagnosticSettingsResource has a new parameter marketplace_partner_id
- Model DataCollectionRuleAssociationProxyOnlyResourceProperties has a new parameter data_collection_endpoint_id
- Model SubscriptionDiagnosticSettingsResource has a new parameter system_data
- Model SubscriptionDiagnosticSettingsResource has a new parameter marketplace_partner_id
- Model TimeSeriesBaseline has a new parameter metadata_values
- Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter system_data
- Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter data_collection_endpoint_id
- Model CalculateBaselineResponse has a new parameter internal_operation_id
- Model CalculateBaselineResponse has a new parameter statistics
- Model CalculateBaselineResponse has a new parameter error_type
- Model DataCollectionRule has a new parameter immutable_id
- Model AlertRuleResourcePatch has a new parameter provisioning_state
- Model AlertRuleResourcePatch has a new parameter action
- Model OperationDisplay has a new parameter description
- Model OperationDisplay has a new parameter publisher
- Model ManagementGroupLogSettings has a new parameter category_group
- Model SubscriptionLogSettings has a new parameter category_group
- Model DiagnosticSettingsCategoryResource has a new parameter system_data
- Model DiagnosticSettingsCategoryResource has a new parameter category_groups
- Model BaselineResponse has a new parameter internal_operation_id
- Model BaselineResponse has a new parameter metdata
- Model BaselineResponse has a new parameter error_type
- Model BaselineResponse has a new parameter prediction_result_type
- Model ActionGroupResource has a new parameter event_hub_receivers
- Model ActionGroupResource has a new parameter kind
- Model ActionGroupResource has a new parameter identity
- Model AutoscaleSettingResource has a new parameter system_data
- Model AutoscaleSettingResource has a new parameter predictive_autoscale_policy
- Model AutoscaleSettingResource has a new parameter target_resource_location
- Model ScheduledQueryRuleResourcePatch has a new parameter is_legacy_log_analytics_rule
- Model ScheduledQueryRuleResourcePatch has a new parameter override_query_time_range
- Model ScheduledQueryRuleResourcePatch has a new parameter display_name
- Model ScheduledQueryRuleResourcePatch has a new parameter created_with_api_version
- Model ExtensionDataSource has a new parameter input_data_sources
- Model LogSearchRuleResource has a new parameter created_with_api_version
- Model LogSearchRuleResource has a new parameter kind
- Model LogSearchRuleResource has a new parameter auto_mitigate
- Model LogSearchRuleResource has a new parameter display_name
- Model LogSearchRuleResource has a new parameter etag
- Model LogSearchRuleResource has a new parameter is_legacy_log_analytics_rule
- Model AutoscaleSettingResourcePatch has a new parameter predictive_autoscale_policy
- Model AutoscaleSettingResourcePatch has a new parameter target_resource_location
- Model RuleDataSource has a new parameter resource_location
- Model RuleDataSource has a new parameter metric_namespace
- Model RuleDataSource has a new parameter legacy_resource_id
- Model AlertRuleResource has a new parameter provisioning_state
- Model AlertRuleResource has a new parameter action
- Model Operation has a new parameter service_specification
- Model Operation has a new parameter is_data_action
- Model MetricDefinition has a new parameter metric_class
- Model MetricDefinition has a new parameter category
- Model MetricDefinition has a new parameter display_description
- Model DataCollectionRuleAssociation has a new parameter data_collection_endpoint_id
- Model MetricTrigger has a new parameter metric_resource_location
- Model MetricTrigger has a new parameter divide_per_instance
- Model MetricAlertResource has a new parameter is_migrated
- Model RuleManagementEventDataSource has a new parameter resource_location
- Model RuleManagementEventDataSource has a new parameter metric_namespace
- Model RuleManagementEventDataSource has a new parameter legacy_resource_id
- Model MetricAlertResourcePatch has a new parameter is_migrated
- Model ScheduledQueryRuleResource has a new parameter created_with_api_version
- Model ScheduledQueryRuleResource has a new parameter kind
- Model ScheduledQueryRuleResource has a new parameter etag
- Model ScheduledQueryRuleResource has a new parameter display_name
- Model ScheduledQueryRuleResource has a new parameter is_legacy_log_analytics_rule
- Model ScheduledQueryRuleResource has a new parameter override_query_time_range
- Model RuleMetricDataSource has a new parameter resource_location
- Model RuleMetricDataSource has a new parameter metric_namespace
- Model RuleMetricDataSource has a new parameter legacy_resource_id
- Model DiagnosticSettingsResource has a new parameter system_data
- Model DiagnosticSettingsResource has a new parameter marketplace_partner_id
- Model MetricNamespace has a new parameter classification
- Model DataCollectionRuleResource has a new parameter system_data
- Model DataCollectionRuleResource has a new parameter immutable_id
- Model DataCollectionRuleResource has a new parameter kind
- Model DataCollectionRuleResourceProperties has a new parameter immutable_id
- Added operation ActionGroupsOperations.begin_post_test_notifications
- Added operation ActionGroupsOperations.get_test_notifications
- Added operation group PredictiveMetricOperations
- Added operation group DataCollectionEndpointsOperations
**Breaking changes**
- Parameter scopes of model MetricAlertResource is now required
- Operation ActivityLogAlertsOperations.update has a new signature
- Operation ActivityLogAlertsOperations.create_or_update has a new signature
- Operation SubscriptionDiagnosticSettingsOperations.list has a new signature
- Operation SubscriptionDiagnosticSettingsOperations.get has a new signature
- Operation SubscriptionDiagnosticSettingsOperations.delete has a new signature
- Operation SubscriptionDiagnosticSettingsOperations.create_or_update has a new signature
- Model PerfCounterDataSource no longer has parameter scheduled_transfer_period
- Model ManagementGroupDiagnosticSettingsResource no longer has parameter location
- Model SubscriptionDiagnosticSettingsResource no longer has parameter location
- Model TimeSeriesBaseline no longer has parameter metadata
- Model ErrorResponse no longer has parameter target
- Model ErrorResponse no longer has parameter details
- Model ErrorResponse no longer has parameter additional_info
- Model WindowsEventLogDataSource no longer has parameter scheduled_transfer_period
- Model BaselineResponse no longer has parameter metadata
## 2.0.0 (2020-12-25)
**Breaking changes**
- Client name changed from MonitorClient to MonitorManagementClient
## 1.0.1 (2020-09-18)
**Bug fix**
- Require azure-mgmt-core>=1.2.0 in setup.py
## 1.0.0 (2020-09-16)
**Features**
- Model MultiMetricCriteria has a new parameter skip_metric_validation
- Model DynamicMetricCriteria has a new parameter skip_metric_validation
- Model MetricTrigger has a new parameter dimensions
- Model MetricTrigger has a new parameter metric_namespace
- Model MetricCriteria has a new parameter skip_metric_validation
- Added operation group SubscriptionDiagnosticSettingsOperations
- Added operation group ManagementGroupDiagnosticSettingsOperations
## 1.0.0b1 (2020-06-17)
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.10.0 (2020-06-08)
**Features**
- Model WebtestLocationAvailabilityCriteria has a new parameter additional_properties
- Added operation group SubscriptionDiagnosticSettingsOperations
**Breaking changes**
- Model WebtestLocationAvailabilityCriteria has a new required parameter odatatype
## 0.9.0 (2020-04-09)
**Features**
- Model AzureMonitorPrivateLinkScope has a new parameter private_endpoint_connections
**Breaking changes**
- Operation PrivateLinkScopedResourcesOperations.create_or_update has a new signature
- Model PrivateEndpointConnection no longer has parameter tags
- Model PrivateLinkResource no longer has parameter tags
- Model ScopedResource no longer has parameter tags
- Model ProxyResource no longer has parameter tags
- Operation PrivateEndpointConnectionsOperations.create_or_update has a new signature
- Model ErrorResponse has a new signature
## 0.8.0 (2020-03-14)
**Features**
- Model DiagnosticSettingsResource has a new parameter log_analytics_destination_type
- Model ProxyResource has a new parameter tags
- Model MetricAlertAction has a new parameter web_hook_properties
- Added operation group PrivateEndpointConnectionsOperations
- Added operation group PrivateLinkScopedResourcesOperations
- Added operation group PrivateLinkScopeOperationStatusOperations
- Added operation group PrivateLinkResourcesOperations
- Added operation group PrivateLinkScopesOperations
**Breaking changes**
- Model MetricAlertAction no longer has parameter webhook_properties
- Model ErrorResponse has a new signature
## 0.7.0 (2019-06-24)
This package now support profiles as parameter for sovereign cloud
support
**Features**
- Model MultiMetricCriteria has a new parameter metric_namespace
- Model MultiMetricCriteria has a new parameter dimensions
- Added operation group ServiceDiagnosticSettingsOperations
- Added operation group GuestDiagnosticsSettingsOperations
- Added operation group BaselinesOperations
- Added operation group GuestDiagnosticsSettingsAssociationOperations
- Added operation group BaselineOperations
**Breaking changes**
- Operation MetricBaselineOperations.get has a new signature
- Model MultiMetricCriteria has a new required parameter name
- Model MultiMetricCriteria has a new required parameter
time_aggregation
- Model MultiMetricCriteria has a new required parameter metric_name
- Model ArmRoleReceiver has a new required parameter
use_common_alert_schema
- Model LogicAppReceiver has a new required parameter
use_common_alert_schema
- Model AzureFunctionReceiver has a new required parameter
use_common_alert_schema
- Model EmailReceiver has a new required parameter
use_common_alert_schema
- Model AutomationRunbookReceiver has a new required parameter
use_common_alert_schema
- Model WebhookReceiver has a new signature
**General Breaking changes**
This version uses a next-generation code generator that *might*
introduce breaking changes for some imports. 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.
- MonitorManagementClient cannot be imported from
`azure.mgmt.monitor.monitor_management_client` anymore (import
from `azure.mgmt.monitor` works like before)
- MonitorManagementClientConfiguration import has been moved from
`azure.mgmt.monitor.monitor_management_client` to
`azure.mgmt.monitor`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.mgmt.monitor.models.my_class` (import from
`azure.mgmt.monitor.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.mgmt.monitor.operations.my_class_operations` (import from
`azure.mgmt.monitor.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.6.0 (2018-03-06)
**Features**
- Model MetricCriteria has a new parameter additional_properties
- Model MetricAlertResource has a new parameter
target_resource_region
- Model MetricAlertResource has a new parameter target_resource_type
- Model MetricAlertResourcePatch has a new parameter
target_resource_region
- Model MetricAlertResourcePatch has a new parameter
target_resource_type
- Model ActionGroupResource has a new parameter arm_role_receivers
- Model DiagnosticSettingsResource has a new parameter
service_bus_rule_id
- Added operation AutoscaleSettingsOperations.list_by_subscription
- Added operation AlertRulesOperations.list_by_subscription
- Added operation group MetricNamespacesOperations
- Added operation group VMInsightsOperations
**Breaking changes**
- Model MetricCriteria has a new required parameter criterion_type
## 0.5.2 (2018-06-06)
**Features**
- Model ActionGroupResource has a new parameter voice_receivers
- Model ActionGroupResource has a new parameter
azure_function_receivers
- Model ActionGroupResource has a new parameter logic_app_receivers
- Added operation group MetricAlertsOperations
- Added operation group ScheduledQueryRulesOperations
- Added operation group MetricAlertsStatusOperations
## 0.5.1 (2018-04-16)
**Bugfixes**
- Fix some invalid models in Python 3
- Compatibility of the sdist with wheel 0.31.0
## 0.5.0 (2017-03-19)
**General Breaking changes**
This version uses a next-generation code generator that *might*
introduce breaking changes.
- Model signatures now use only keyword-argument syntax. All
positional arguments must be re-written as keyword-arguments. To
keep auto-completion in most cases, models are now generated for
Python 2 and Python 3. Python 3 uses the "*" syntax for
keyword-only arguments.
- Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
improve the behavior when unrecognized enum values are encountered.
While this is not a breaking change, the distinctions are important,
and are documented here:
<https://docs.python.org/3/library/enum.html#others> At a glance:
- "is" should not be used at all.
- "format" will return the string value, where "%s" string
formatting will return `NameOfEnum.stringvalue`. Format syntax
should be prefered.
- New Long Running Operation:
- Return type changes from
`msrestazure.azure_operation.AzureOperationPoller` to
`msrest.polling.LROPoller`. External API is the same.
- Return type is now **always** a `msrest.polling.LROPoller`,
regardless of the optional parameters used.
- The behavior has changed when using `raw=True`. Instead of
returning the initial call result as `ClientRawResponse`,
without polling, now this returns an LROPoller. After polling,
the final resource will be returned as a `ClientRawResponse`.
- New `polling` parameter. The default behavior is
`Polling=True` which will poll using ARM algorithm. When
`Polling=False`, the response of the initial call will be
returned without polling.
- `polling` parameter accepts instances of subclasses of
`msrest.polling.PollingMethod`.
- `add_done_callback` will no longer raise if called after
polling is finished, but will instead execute the callback right
away.
**Bugfixes**
- Fix invalid type of "top" in metrics.list operation
**Features**
- New operation group metric_baseline
- Add attribute action_group_resource itsm_receivers
- Add operation action_groups.update
- Add new parameter "metricnames" to metrics.list
- Add new parameter "metricnamespace" to metrics.list
- All operations group have now a "models" attribute
New ApiVersion version of metrics to 2018-01-01
## 0.4.0 (2017-10-25)
**Features**
- Merge into this package the "azure-monitor" package including
following operations groups
- event categories
- activity log
- tenant activity log
- metrics definitions
- metrics
- Adding new multi-dimensional metrics API
**Breaking changes**
- Some exceptions have moved from CloudError to ErrorResponseException
- "service_diagnostic_settings" renamed to "diagnostic_settings"
- Update API version of "metrics". Migrating from "azure-monitor" to
"metrics" here needs to be rewritten.
**Bug fixes**
- Improving HTTP status code check for better exception
## 0.3.0 (2017-06-30)
**Features**
- Add action_groups operation group
- Add alert_rules.update method
- Add autoscale_settings.update method
- Add log_profiles.update method
**Breaking changes**
- activity_log_alerts.update has now flatten parameters
"tags/enabled"
## 0.2.1 (2017-04-26)
- Removal of a REST endpoint not ready to release.
## 0.2.0 (2017-04-19)
- Add ActivityLogAlerts and DiagnosticSettings
- Minor improvements, might be breaking
- This wheel package is now built with the azure wheel extension
## 0.1.0 (2017-02-16)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-monitor",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "azure, azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/0e/12/25874f6b894e972646244f570a23298969b58f57cfb7a188e2740017b43a/azure_mgmt_monitor-7.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Monitor Client Library.\nThis package has been tested with Python 3.9+.\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.9+ 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-monitor\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the 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.monitor import MonitorManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = MonitorManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Monitor](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 (2025-07-28)\n\n### Features Added\n\n - Client `MonitorManagementClient` added operation group `action_groups`\n - Client `MonitorManagementClient` added operation group `activity_log_alerts`\n - Client `MonitorManagementClient` added operation group `activity_logs`\n - Client `MonitorManagementClient` added operation group `alert_rule_incidents`\n - Client `MonitorManagementClient` added operation group `autoscale_settings`\n - Client `MonitorManagementClient` added operation group `predictive_metric`\n - Client `MonitorManagementClient` added operation group `data_collection_endpoints`\n - Client `MonitorManagementClient` added operation group `data_collection_rule_associations`\n - Client `MonitorManagementClient` added operation group `data_collection_rules`\n - Client `MonitorManagementClient` added operation group `event_categories`\n - Client `MonitorManagementClient` added operation group `log_profiles`\n - Client `MonitorManagementClient` added operation group `metric_alerts`\n - Client `MonitorManagementClient` added operation group `metric_alerts_status`\n - Client `MonitorManagementClient` added operation group `baselines`\n - Client `MonitorManagementClient` added operation group `metric_definitions`\n - Client `MonitorManagementClient` added operation group `metric_namespaces`\n - Client `MonitorManagementClient` added operation group `metrics`\n - Client `MonitorManagementClient` added operation group `operations`\n - Client `MonitorManagementClient` added operation group `scheduled_query_rules`\n - Client `MonitorManagementClient` added operation group `tenant_activity_logs`\n - Client `MonitorManagementClient` added operation group `azure_monitor_workspaces`\n - Client `MonitorManagementClient` added operation group `monitor_operations`\n - Added model `ActionDetail`\n - Added model `ActionGroup`\n - Added model `ActionGroupList`\n - Added model `ActionGroupResource`\n - Added model `ActionList`\n - Added enum `ActionType`\n - Added model `Actions`\n - Added model `ActivityLogAlertResource`\n - Added model `AdxDestination`\n - Added model `AgentSetting`\n - Added model `AgentSettingsSpec`\n - Added enum `AggregationType`\n - Added enum `AggregationTypeEnum`\n - Added model `AlertRuleAllOfCondition`\n - Added model `AlertRuleAnyOfOrLeafCondition`\n - Added model `AlertRuleLeafCondition`\n - Added model `AlertRuleList`\n - Added model `AlertRulePatchObject`\n - Added enum `AlertSeverity`\n - Added model `ArmRoleReceiver`\n - Added model `AutomationRunbookReceiver`\n - Added model `AutoscaleErrorResponse`\n - Added model `AutoscaleErrorResponseError`\n - Added model `AutoscaleNotification`\n - Added model `AutoscaleProfile`\n - Added model `AutoscaleSettingResource`\n - Added model `AutoscaleSettingResourceCollection`\n - Added model `AutoscaleSettingResourcePatch`\n - Added model `AzureFunctionReceiver`\n - Added model `AzureMonitorMetricsDestination`\n - Added model `AzureMonitorWorkspace`\n - Added model `AzureMonitorWorkspaceDefaultIngestionSettings`\n - Added model `AzureMonitorWorkspaceMetrics`\n - Added model `AzureMonitorWorkspaceResource`\n - Added model `AzureMonitorWorkspaceResourceForUpdate`\n - Added model `AzureMonitorWorkspaceResourceListResult`\n - Added model `AzureMonitorWorkspaceResourceProperties`\n - Added model `AzureResourceAutoGenerated`\n - Added model `BaselineMetadata`\n - Added enum `BaselineSensitivity`\n - Added model `ColumnDefinition`\n - Added enum `ComparisonOperationType`\n - Added model `Condition`\n - Added model `ConditionFailingPeriods`\n - Added enum `ConditionOperator`\n - Added model `ConfigurationAccessEndpointSpec`\n - Added model `Context`\n - Added enum `CreatedByType`\n - Added enum `CriterionType`\n - Added model `DataCollectionEndpoint`\n - Added model `DataCollectionEndpointConfigurationAccess`\n - Added model `DataCollectionEndpointFailoverConfiguration`\n - Added model `DataCollectionEndpointLogsIngestion`\n - Added model `DataCollectionEndpointMetadata`\n - Added model `DataCollectionEndpointMetricsIngestion`\n - Added model `DataCollectionEndpointNetworkAcls`\n - Added model `DataCollectionEndpointResource`\n - Added model `DataCollectionEndpointResourceIdentity`\n - Added model `DataCollectionEndpointResourceListResult`\n - Added model `DataCollectionEndpointResourceProperties`\n - Added model `DataCollectionEndpointResourceSystemData`\n - Added model `DataCollectionRule`\n - Added model `DataCollectionRuleAgentSettings`\n - Added model `DataCollectionRuleAssociation`\n - Added model `DataCollectionRuleAssociationMetadata`\n - Added model `DataCollectionRuleAssociationProxyOnlyResource`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceListResult`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceProperties`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceSystemData`\n - Added model `DataCollectionRuleDataSources`\n - Added model `DataCollectionRuleDestinations`\n - Added model `DataCollectionRuleEndpoints`\n - Added model `DataCollectionRuleMetadata`\n - Added model `DataCollectionRuleReferences`\n - Added model `DataCollectionRuleResource`\n - Added model `DataCollectionRuleResourceIdentity`\n - Added model `DataCollectionRuleResourceListResult`\n - Added model `DataCollectionRuleResourceProperties`\n - Added model `DataCollectionRuleResourceSystemData`\n - Added model `DataFlow`\n - Added model `DataImportSources`\n - Added model `DataImportSourcesEventHub`\n - Added model `DataSourcesSpec`\n - Added model `DataSourcesSpecDataImports`\n - Added model `DestinationsSpec`\n - Added model `DestinationsSpecAzureMonitorMetrics`\n - Added model `Dimension`\n - Added enum `DimensionOperator`\n - Added model `DynamicMetricCriteria`\n - Added model `DynamicThresholdFailingPeriods`\n - Added enum `DynamicThresholdOperator`\n - Added enum `DynamicThresholdSensitivity`\n - Added model `EmailNotification`\n - Added model `EnableRequest`\n - Added model `EndpointsSpec`\n - Added model `EnrichmentData`\n - Added model `ErrorAdditionalInfo`\n - Added model `ErrorContract`\n - Added model `ErrorDetail`\n - Added model `ErrorDetailAdditionalInfoItem`\n - Added model `ErrorDetailAutoGenerated`\n - Added model `ErrorDetailAutoGenerated2`\n - Added model `ErrorResponseAutoGenerated`\n - Added model `ErrorResponseAutoGenerated2`\n - Added model `ErrorResponseAutoGenerated3`\n - Added model `ErrorResponseAutoGenerated4`\n - Added model `ErrorResponseAutoGenerated5`\n - Added model `ErrorResponseCommonV2`\n - Added model `ErrorResponseError`\n - Added model `ErrorResponseErrorAdditionalInfoItem`\n - Added model `EventCategoryCollection`\n - Added model `EventData`\n - Added model `EventDataCollection`\n - Added model `EventHubDataSource`\n - Added model `EventHubDestination`\n - Added model `EventHubDirectDestination`\n - Added model `EventHubReceiver`\n - Added enum `EventLevel`\n - Added model `ExtensionDataSource`\n - Added model `FailoverConfigurationSpec`\n - Added model `HttpRequestInfo`\n - Added model `Identity`\n - Added enum `IdentityType`\n - Added model `IisLogsDataSource`\n - Added model `Incident`\n - Added model `IncidentListResult`\n - Added model `IngestionSettings`\n - Added model `ItsmReceiver`\n - Added enum `Kind`\n - Added enum `KnownAgentSettingName`\n - Added enum `KnownColumnDefinitionType`\n - Added enum `KnownDataCollectionEndpointProvisioningState`\n - Added enum `KnownDataCollectionEndpointResourceKind`\n - Added enum `KnownDataCollectionRuleAssociationProvisioningState`\n - Added enum `KnownDataCollectionRuleProvisioningState`\n - Added enum `KnownDataCollectionRuleResourceKind`\n - Added enum `KnownDataFlowStreams`\n - Added enum `KnownExtensionDataSourceStreams`\n - Added enum `KnownLocationSpecProvisioningStatus`\n - Added enum `KnownLogFileTextSettingsRecordStartTimestampFormat`\n - Added enum `KnownLogFilesDataSourceFormat`\n - Added enum `KnownPerfCounterDataSourceStreams`\n - Added enum `KnownPrometheusForwarderDataSourceStreams`\n - Added enum `KnownPublicNetworkAccessOptions`\n - Added enum `KnownStorageBlobLookupType`\n - Added enum `KnownSyslogDataSourceFacilityNames`\n - Added enum `KnownSyslogDataSourceLogLevels`\n - Added enum `KnownSyslogDataSourceStreams`\n - Added enum `KnownWindowsEventLogDataSourceStreams`\n - Added enum `KnownWindowsFirewallLogsDataSourceProfileFilter`\n - Added model `LocalizableString`\n - Added model `LocalizableStringAutoGenerated`\n - Added model `LocationSpec`\n - Added model `LogAnalyticsDestination`\n - Added model `LogFileSettings`\n - Added model `LogFileSettingsText`\n - Added model `LogFileTextSettings`\n - Added model `LogFilesDataSource`\n - Added model `LogFilesDataSourceSettings`\n - Added model `LogProfileCollection`\n - Added model `LogProfileResource`\n - Added model `LogProfileResourcePatch`\n - Added model `LogicAppReceiver`\n - Added model `LogsIngestionEndpointSpec`\n - Added model `ManagedServiceIdentity`\n - Added enum `ManagedServiceIdentityType`\n - Added model `Metadata`\n - Added model `MetadataValue`\n - Added model `Metric`\n - Added enum `MetricAggregationType`\n - Added model `MetricAlertAction`\n - Added model `MetricAlertCriteria`\n - Added model `MetricAlertMultipleResourceMultipleMetricCriteria`\n - Added model `MetricAlertResource`\n - Added model `MetricAlertResourceCollection`\n - Added model `MetricAlertResourcePatch`\n - Added model `MetricAlertSingleResourceMultipleMetricCriteria`\n - Added model `MetricAlertStatus`\n - Added model `MetricAlertStatusCollection`\n - Added model `MetricAlertStatusProperties`\n - Added model `MetricAvailability`\n - Added model `MetricBaselinesResponse`\n - Added enum `MetricClass`\n - Added model `MetricCriteria`\n - Added model `MetricDefinition`\n - Added model `MetricDefinitionCollection`\n - Added model `MetricDimension`\n - Added model `MetricNamespace`\n - Added model `MetricNamespaceCollection`\n - Added model `MetricNamespaceName`\n - Added enum `MetricResultType`\n - Added model `MetricSingleDimension`\n - Added enum `MetricStatisticType`\n - Added model `MetricTrigger`\n - Added enum `MetricUnit`\n - Added model `MetricValue`\n - Added model `Metrics`\n - Added model `MetricsIngestionEndpointSpec`\n - Added model `MicrosoftFabricDestination`\n - Added model `MonitoringAccountDestination`\n - Added model `MultiMetricCriteria`\n - Added enum `NamespaceClassification`\n - Added model `NetworkRuleSet`\n - Added model `NotificationRequestBody`\n - Added enum `Odatatype`\n - Added model `Operation`\n - Added model `OperationAutoGenerated`\n - Added model `OperationDisplay`\n - Added model `OperationDisplayAutoGenerated`\n - Added model `OperationListResult`\n - Added model `OperationListResultAutoGenerated`\n - Added enum `Operator`\n - Added enum `Origin`\n - Added model `PerfCounterDataSource`\n - Added model `PlatformTelemetryDataSource`\n - Added model `PredictiveAutoscalePolicy`\n - Added enum `PredictiveAutoscalePolicyScaleMode`\n - Added model `PredictiveResponse`\n - Added model `PredictiveValue`\n - Added model `PrivateEndpoint`\n - Added model `PrivateEndpointConnection`\n - Added enum `PrivateEndpointConnectionProvisioningState`\n - Added enum `PrivateEndpointServiceConnectionStatus`\n - Added model `PrivateLinkScopedResource`\n - Added model `PrivateLinkServiceConnectionState`\n - Added model `PrometheusForwarderDataSource`\n - Added enum `ProvisioningState`\n - Added enum `PublicNetworkAccess`\n - Added model `Recurrence`\n - Added enum `RecurrenceFrequency`\n - Added model `RecurrentSchedule`\n - Added model `ReferencesSpec`\n - Added model `ReferencesSpecEnrichmentData`\n - Added model `Resource`\n - Added model `ResourceAutoGenerated`\n - Added model `ResourceAutoGenerated2`\n - Added model `ResourceAutoGenerated3`\n - Added model `ResourceAutoGenerated4`\n - Added model `ResourceForUpdate`\n - Added model `ResourceForUpdateIdentity`\n - Added model `Response`\n - Added enum `ResultType`\n - Added model `RetentionPolicy`\n - Added model `RuleResolveConfiguration`\n - Added model `ScaleAction`\n - Added model `ScaleCapacity`\n - Added enum `ScaleDirection`\n - Added model `ScaleRule`\n - Added model `ScaleRuleMetricDimension`\n - Added enum `ScaleRuleMetricDimensionOperationType`\n - Added enum `ScaleType`\n - Added model `ScheduledQueryRuleCriteria`\n - Added model `ScheduledQueryRuleResource`\n - Added model `ScheduledQueryRuleResourceCollection`\n - Added model `ScheduledQueryRuleResourcePatch`\n - Added model `SenderAuthorization`\n - Added model `SingleBaseline`\n - Added model `SingleMetricBaseline`\n - Added model `StorageBlob`\n - Added model `StorageBlobDestination`\n - Added model `StorageTableDestination`\n - Added model `StreamDeclaration`\n - Added model `SubscriptionScopeMetricDefinition`\n - Added model `SubscriptionScopeMetricDefinitionCollection`\n - Added model `SubscriptionScopeMetricsRequestBodyParameters`\n - Added model `SyslogDataSource`\n - Added model `SystemData`\n - Added model `TestNotificationDetailsResponse`\n - Added enum `TimeAggregation`\n - Added enum `TimeAggregationType`\n - Added model `TimeSeriesBaseline`\n - Added model `TimeSeriesElement`\n - Added model `TimeWindow`\n - Added model `TrackedResource`\n - Added model `UserAssignedIdentity`\n - Added model `UserIdentityProperties`\n - Added model `WebhookNotification`\n - Added model `WebtestLocationAvailabilityCriteria`\n - Added model `WindowsEventLogDataSource`\n - Added model `WindowsFirewallLogsDataSource`\n\n### Breaking Changes\n\n - This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.\n - Deleted or renamed client operation group `MonitorManagementClient.tenant_action_groups`\n - Parameter `subscription_id` of client `MonitorManagementClient` is now required\n - Deleted or renamed model `TenantActionGroupList`\n - Deleted or renamed model `TenantActionGroupResource`\n - Deleted or renamed operation group `TenantActionGroupsOperations`\n\n## 7.0.0b3 (2025-07-21)\n\n### Features Added\n\n - Client `MonitorManagementClient` added operation group `data_collection_endpoints`\n - Client `MonitorManagementClient` added operation group `data_collection_rule_associations`\n - Client `MonitorManagementClient` added operation group `data_collection_rules`\n - Added model `AdxDestination`\n - Added model `AgentSetting`\n - Added model `AgentSettingsSpec`\n - Added model `AzureMonitorMetricsDestination`\n - Added model `ColumnDefinition`\n - Added model `ConfigurationAccessEndpointSpec`\n - Added model `DataCollectionEndpoint`\n - Added model `DataCollectionEndpointConfigurationAccess`\n - Added model `DataCollectionEndpointFailoverConfiguration`\n - Added model `DataCollectionEndpointLogsIngestion`\n - Added model `DataCollectionEndpointMetadata`\n - Added model `DataCollectionEndpointMetricsIngestion`\n - Added model `DataCollectionEndpointNetworkAcls`\n - Added model `DataCollectionEndpointResource`\n - Added model `DataCollectionEndpointResourceIdentity`\n - Added model `DataCollectionEndpointResourceListResult`\n - Added model `DataCollectionEndpointResourceProperties`\n - Added model `DataCollectionEndpointResourceSystemData`\n - Added model `DataCollectionRule`\n - Added model `DataCollectionRuleAgentSettings`\n - Added model `DataCollectionRuleAssociation`\n - Added model `DataCollectionRuleAssociationMetadata`\n - Added model `DataCollectionRuleAssociationProxyOnlyResource`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceListResult`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceProperties`\n - Added model `DataCollectionRuleAssociationProxyOnlyResourceSystemData`\n - Added model `DataCollectionRuleDataSources`\n - Added model `DataCollectionRuleDestinations`\n - Added model `DataCollectionRuleEndpoints`\n - Added model `DataCollectionRuleMetadata`\n - Added model `DataCollectionRuleReferences`\n - Added model `DataCollectionRuleResource`\n - Added model `DataCollectionRuleResourceIdentity`\n - Added model `DataCollectionRuleResourceListResult`\n - Added model `DataCollectionRuleResourceProperties`\n - Added model `DataCollectionRuleResourceSystemData`\n - Added model `DataFlow`\n - Added model `DataImportSources`\n - Added model `DataImportSourcesEventHub`\n - Added model `DataSourcesSpec`\n - Added model `DataSourcesSpecDataImports`\n - Added model `DestinationsSpec`\n - Added model `DestinationsSpecAzureMonitorMetrics`\n - Added model `EndpointsSpec`\n - Added model `EnrichmentData`\n - Added model `ErrorDetailAutoGenerated2`\n - Added model `ErrorResponseCommonV2`\n - Added model `EventHubDataSource`\n - Added model `EventHubDestination`\n - Added model `EventHubDirectDestination`\n - Added model `ExtensionDataSource`\n - Added model `FailoverConfigurationSpec`\n - Added model `IisLogsDataSource`\n - Added enum `KnownAgentSettingName`\n - Added enum `KnownColumnDefinitionType`\n - Added enum `KnownDataCollectionEndpointProvisioningState`\n - Added enum `KnownDataCollectionEndpointResourceKind`\n - Added enum `KnownDataCollectionRuleAssociationProvisioningState`\n - Added enum `KnownDataCollectionRuleProvisioningState`\n - Added enum `KnownDataCollectionRuleResourceKind`\n - Added enum `KnownDataFlowStreams`\n - Added enum `KnownExtensionDataSourceStreams`\n - Added enum `KnownLocationSpecProvisioningStatus`\n - Added enum `KnownLogFileTextSettingsRecordStartTimestampFormat`\n - Added enum `KnownLogFilesDataSourceFormat`\n - Added enum `KnownPerfCounterDataSourceStreams`\n - Added enum `KnownPrometheusForwarderDataSourceStreams`\n - Added enum `KnownPublicNetworkAccessOptions`\n - Added enum `KnownStorageBlobLookupType`\n - Added enum `KnownSyslogDataSourceFacilityNames`\n - Added enum `KnownSyslogDataSourceLogLevels`\n - Added enum `KnownSyslogDataSourceStreams`\n - Added enum `KnownWindowsEventLogDataSourceStreams`\n - Added enum `KnownWindowsFirewallLogsDataSourceProfileFilter`\n - Added model `LocationSpec`\n - Added model `LogAnalyticsDestination`\n - Added model `LogFileSettings`\n - Added model `LogFileSettingsText`\n - Added model `LogFileTextSettings`\n - Added model `LogFilesDataSource`\n - Added model `LogFilesDataSourceSettings`\n - Added model `LogsIngestionEndpointSpec`\n - Added model `ManagedServiceIdentity`\n - Added enum `ManagedServiceIdentityType`\n - Added model `Metadata`\n - Added model `MetricsIngestionEndpointSpec`\n - Added model `MicrosoftFabricDestination`\n - Added model `MonitoringAccountDestination`\n - Added model `NetworkRuleSet`\n - Added model `PerfCounterDataSource`\n - Added model `PlatformTelemetryDataSource`\n - Added model `PrivateLinkScopedResource`\n - Added model `PrometheusForwarderDataSource`\n - Added model `ReferencesSpec`\n - Added model `ReferencesSpecEnrichmentData`\n - Added model `ResourceForUpdate`\n - Added model `ResourceForUpdateIdentity`\n - Added model `StorageBlob`\n - Added model `StorageBlobDestination`\n - Added model `StorageTableDestination`\n - Added model `StreamDeclaration`\n - Added model `SyslogDataSource`\n - Added model `UserAssignedIdentity`\n - Added model `WindowsEventLogDataSource`\n - Added model `WindowsFirewallLogsDataSource`\n - Added operation group `DataCollectionEndpointsOperations`\n - Added operation group `DataCollectionRuleAssociationsOperations`\n - Added operation group `DataCollectionRulesOperations`\n\n## 7.0.0b2 (2025-06-16)\n\n### Features Added\n\n - Client `MonitorManagementClient` added operation group `azure_monitor_workspaces`\n - Client `MonitorManagementClient` added operation group `monitor_operations`\n - Enum `ProvisioningState` added member `CREATING`\n - Enum `ProvisioningState` added member `DELETING`\n - Added enum `ActionType`\n - Added model `AzureMonitorWorkspace`\n - Added model `AzureMonitorWorkspaceDefaultIngestionSettings`\n - Added model `AzureMonitorWorkspaceMetrics`\n - Added model `AzureMonitorWorkspaceResource`\n - Added model `AzureMonitorWorkspaceResourceForUpdate`\n - Added model `AzureMonitorWorkspaceResourceListResult`\n - Added model `AzureMonitorWorkspaceResourceProperties`\n - Added model `ErrorDetailAutoGenerated`\n - Added model `ErrorResponseAutoGenerated3`\n - Added model `IngestionSettings`\n - Added model `Metrics`\n - Added model `OperationAutoGenerated`\n - Added model `OperationDisplayAutoGenerated`\n - Added model `OperationListResultAutoGenerated`\n - Added enum `Origin`\n - Added model `PrivateEndpoint`\n - Added model `PrivateEndpointConnectionAutoGenerated`\n - Added enum `PrivateEndpointConnectionProvisioningState`\n - Added enum `PrivateEndpointServiceConnectionStatus`\n - Added model `PrivateLinkServiceConnectionState`\n - Added enum `PublicNetworkAccess`\n - Added model `ResourceAutoGenerated4`\n - Added model `ResourceAutoGenerated5`\n - Added model `TrackedResource`\n - Added operation group `AzureMonitorWorkspacesOperations`\n - Added operation group `MonitorOperationsOperations`\n\n## 7.0.0b1 (2025-02-08)\n\n### Features Added\n\n - Client `MonitorManagementClient` added operation group `action_groups`\n - Client `MonitorManagementClient` added operation group `activity_log_alerts`\n - Client `MonitorManagementClient` added operation group `activity_logs`\n - Client `MonitorManagementClient` added operation group `tenant_activity_logs`\n - Client `MonitorManagementClient` added operation group `alert_rule_incidents`\n - Client `MonitorManagementClient` added operation group `autoscale_settings`\n - Client `MonitorManagementClient` added operation group `predictive_metric`\n - Client `MonitorManagementClient` added operation group `baselines`\n - Client `MonitorManagementClient` added operation group `diagnostic_settings`\n - Client `MonitorManagementClient` added operation group `diagnostic_settings_category`\n - Client `MonitorManagementClient` added operation group `event_categories`\n - Client `MonitorManagementClient` added operation group `guest_diagnostics_settings`\n - Client `MonitorManagementClient` added operation group `guest_diagnostics_settings_association`\n - Client `MonitorManagementClient` added operation group `log_profiles`\n - Client `MonitorManagementClient` added operation group `metric_alerts`\n - Client `MonitorManagementClient` added operation group `metric_alerts_status`\n - Client `MonitorManagementClient` added operation group `metric_definitions`\n - Client `MonitorManagementClient` added operation group `metric_namespaces`\n - Client `MonitorManagementClient` added operation group `metrics`\n - Client `MonitorManagementClient` added operation group `operations`\n - Client `MonitorManagementClient` added operation group `scheduled_query_rules`\n - Client `MonitorManagementClient` added operation group `service_diagnostic_settings`\n - Client `MonitorManagementClient` added operation group `vm_insights`\n - Client `MonitorManagementClient` added operation group `private_link_scopes`\n - Client `MonitorManagementClient` added operation group `private_link_scope_operation_status`\n - Client `MonitorManagementClient` added operation group `private_link_resources`\n - Client `MonitorManagementClient` added operation group `private_endpoint_connections`\n - Client `MonitorManagementClient` added operation group `private_link_scoped_resources`\n - Client `MonitorManagementClient` added operation group `subscription_diagnostic_settings`\n - Added model `Action`\n - Added model `ActionDetail`\n - Added model `ActionGroupList`\n - Added model `ActionGroupResource`\n - Added model `ActivityLogAlertActionGroup`\n - Added model `ActivityLogAlertActionList`\n - Added model `ActivityLogAlertAllOfCondition`\n - Added model `ActivityLogAlertLeafCondition`\n - Added model `ActivityLogAlertList`\n - Added model `ActivityLogAlertPatchBody`\n - Added model `ActivityLogAlertResource`\n - Added enum `AggregationType`\n - Added enum `AggregationTypeEnum`\n - Added enum `AlertSeverity`\n - Added model `AlertingAction`\n - Added model `ArmRoleReceiver`\n - Added model `AutomationRunbookReceiver`\n - Added model `AutoscaleErrorResponse`\n - Added model `AutoscaleErrorResponseError`\n - Added model `AutoscaleNotification`\n - Added model `AutoscaleProfile`\n - Added model `AutoscaleSettingResource`\n - Added model `AutoscaleSettingResourceCollection`\n - Added model `AutoscaleSettingResourcePatch`\n - Added model `AzNsActionGroup`\n - Added model `AzureFunctionReceiver`\n - Added model `AzureMonitorPrivateLinkScope`\n - Added model `AzureMonitorPrivateLinkScopeListResult`\n - Added model `BaselineMetadata`\n - Added enum `BaselineSensitivity`\n - Added enum `CategoryType`\n - Added enum `ComparisonOperationType`\n - Added enum `ConditionalOperator`\n - Added model `Context`\n - Added enum `CreatedByType`\n - Added model `Criteria`\n - Added enum `CriterionType`\n - Added model `DataContainer`\n - Added model `DataSource`\n - Added model `DataSourceConfiguration`\n - Added enum `DataSourceKind`\n - Added enum `DataStatus`\n - Added model `DiagnosticSettingsCategoryResource`\n - Added model `DiagnosticSettingsCategoryResourceCollection`\n - Added model `DiagnosticSettingsResource`\n - Added model `DiagnosticSettingsResourceCollection`\n - Added model `Dimension`\n - Added model `DynamicMetricCriteria`\n - Added model `DynamicThresholdFailingPeriods`\n - Added enum `DynamicThresholdOperator`\n - Added enum `DynamicThresholdSensitivity`\n - Added model `EmailNotification`\n - Added model `EnableRequest`\n - Added enum `Enabled`\n - Added model `Error`\n - Added model `ErrorAdditionalInfo`\n - Added model `ErrorContract`\n - Added model `ErrorDetail`\n - Added model `ErrorDetailAdditionalInfoItem`\n - Added model `ErrorResponseAutoGenerated`\n - Added model `ErrorResponseAutoGenerated2`\n - Added model `ErrorResponseCommon`\n - Added model `ErrorResponseError`\n - Added model `ErrorResponseErrorAdditionalInfoItem`\n - Added model `EtwEventConfiguration`\n - Added model `EtwProviderConfiguration`\n - Added model `EventCategoryCollection`\n - Added model `EventData`\n - Added model `EventDataCollection`\n - Added model `EventHubReceiver`\n - Added enum `EventLevel`\n - Added model `EventLogConfiguration`\n - Added model `GuestDiagnosticSettingsAssociationList`\n - Added model `GuestDiagnosticSettingsAssociationResource`\n - Added model `GuestDiagnosticSettingsAssociationResourcePatch`\n - Added model `GuestDiagnosticSettingsList`\n - Added enum `GuestDiagnosticSettingsOsType`\n - Added model `GuestDiagnosticSettingsPatchResource`\n - Added model `GuestDiagnosticSettingsResource`\n - Added model `HttpRequestInfo`\n - Added model `Incident`\n - Added model `IncidentListResult`\n - Added model `ItsmReceiver`\n - Added model `LocalizableString`\n - Added model `LocalizableStringAutoGenerated`\n - Added model `LogMetricTrigger`\n - Added model `LogProfileCollection`\n - Added model `LogProfileResource`\n - Added model `LogProfileResourcePatch`\n - Added model `LogSearchRuleResource`\n - Added model `LogSearchRuleResourceCollection`\n - Added model `LogSearchRuleResourcePatch`\n - Added model `LogSettings`\n - Added model `LogSettingsAutoGenerated`\n - Added model `LogToMetricAction`\n - Added model `LogicAppReceiver`\n - Added model `MetadataValue`\n - Added model `Metric`\n - Added model `MetricAlertAction`\n - Added model `MetricAlertCriteria`\n - Added model `MetricAlertMultipleResourceMultipleMetricCriteria`\n - Added model `MetricAlertResource`\n - Added model `MetricAlertResourceCollection`\n - Added model `MetricAlertResourcePatch`\n - Added model `MetricAlertSingleResourceMultipleMetricCriteria`\n - Added model `MetricAlertStatus`\n - Added model `MetricAlertStatusCollection`\n - Added model `MetricAlertStatusProperties`\n - Added model `MetricAvailability`\n - Added model `MetricBaselinesResponse`\n - Added enum `MetricClass`\n - Added model `MetricCriteria`\n - Added model `MetricDefinition`\n - Added model `MetricDefinitionCollection`\n - Added model `MetricDimension`\n - Added model `MetricNamespace`\n - Added model `MetricNamespaceCollection`\n - Added model `MetricNamespaceName`\n - Added model `MetricSettings`\n - Added model `MetricSettingsAutoGenerated`\n - Added model `MetricSingleDimension`\n - Added enum `MetricStatisticType`\n - Added model `MetricTrigger`\n - Added enum `MetricTriggerType`\n - Added enum `MetricUnit`\n - Added model `MetricValue`\n - Added model `MultiMetricCriteria`\n - Added enum `NamespaceClassification`\n - Added model `NotificationRequestBody`\n - Added enum `Odatatype`\n - Added enum `OnboardingStatus`\n - Added model `Operation`\n - Added model `OperationDisplay`\n - Added model `OperationListResult`\n - Added model `OperationStatus`\n - Added enum `Operator`\n - Added model `PerformanceCounterConfiguration`\n - Added model `PredictiveAutoscalePolicy`\n - Added enum `PredictiveAutoscalePolicyScaleMode`\n - Added model `PredictiveResponse`\n - Added model `PredictiveValue`\n - Added model `PrivateEndpointConnection`\n - Added model `PrivateEndpointConnectionListResult`\n - Added model `PrivateEndpointProperty`\n - Added model `PrivateLinkResource`\n - Added model `PrivateLinkResourceListResult`\n - Added model `PrivateLinkScopesResource`\n - Added model `PrivateLinkServiceConnectionStateProperty`\n - Added enum `ProvisioningState`\n - Added model `ProxyOnlyResource`\n - Added model `ProxyResource`\n - Added enum `QueryType`\n - Added model `Recurrence`\n - Added enum `RecurrenceFrequency`\n - Added model `RecurrentSchedule`\n - Added model `Resource`\n - Added model `ResourceAutoGenerated`\n - Added model `ResourceAutoGenerated2`\n - Added model `ResourceAutoGenerated3`\n - Added model `Response`\n - Added model `ResponseWithError`\n - Added enum `ResultType`\n - Added model `RetentionPolicy`\n - Added model `ScaleAction`\n - Added model `ScaleCapacity`\n - Added enum `ScaleDirection`\n - Added model `ScaleRule`\n - Added model `ScaleRuleMetricDimension`\n - Added enum `ScaleRuleMetricDimensionOperationType`\n - Added enum `ScaleType`\n - Added model `Schedule`\n - Added model `ScopedResource`\n - Added model `ScopedResourceListResult`\n - Added model `SenderAuthorization`\n - Added model `ServiceDiagnosticSettingsResource`\n - Added model `ServiceDiagnosticSettingsResourcePatch`\n - Added model `SingleBaseline`\n - Added model `SingleMetricBaseline`\n - Added model `SinkConfiguration`\n - Added enum `SinkConfigurationKind`\n - Added model `Source`\n - Added model `SubscriptionDiagnosticSettingsResource`\n - Added model `SubscriptionDiagnosticSettingsResourceCollection`\n - Added model `SubscriptionLogSettings`\n - Added model `SubscriptionProxyOnlyResource`\n - Added model `SystemData`\n - Added model `TagsResource`\n - Added model `TestNotificationDetailsResponse`\n - Added enum `TimeAggregationType`\n - Added model `TimeSeriesBaseline`\n - Added model `TimeSeriesElement`\n - Added model `TimeWindow`\n - Added model `TriggerCondition`\n - Added model `VMInsightsOnboardingStatus`\n - Added model `WebhookNotification`\n - Added model `WebtestLocationAvailabilityCriteria`\n - Added model `WorkspaceInfo`\n\n### Breaking Changes\n\n - This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.\n - Deleted or renamed client operation group `MonitorManagementClient.tenant_action_groups`\n - Parameter `subscription_id` of client `MonitorManagementClient` is now required\n - Deleted or renamed model `TenantActionGroupList`\n - Deleted or renamed model `TenantActionGroupResource`\n - Deleted or renamed model `TenantActionGroupsOperations`\n\n## 6.0.2 (2023-08-22)\n\n### Bugs Fixed\n\n - Encode `{}` even if skip_quoto is True #31346\n\n## 6.0.1 (2023-05-04)\n\n### Other Changes\n\n - Fixed annotation about namespace\n\n## 6.0.0 (2023-03-20)\n\n### Features Added\n\n - Added operation MetricDefinitionsOperations.list_at_subscription_scope\n - Added operation MetricsOperations.list_at_subscription_scope\n - Added operation MetricsOperations.list_at_subscription_scope_post\n - Added operation group AzureMonitorWorkspacesOperations\n - Added operation group MonitorOperationsOperations\n - Added operation group TenantActionGroupsOperations\n - Model AzureMonitorPrivateLinkScope has a new parameter system_data\n - Model Condition has a new parameter metric_name\n - Model DataCollectionEndpoint has a new parameter failover_configuration\n - Model DataCollectionEndpoint has a new parameter metadata\n - Model DataCollectionEndpoint has a new parameter metrics_ingestion\n - Model DataCollectionEndpoint has a new parameter private_link_scoped_resources\n - Model DataCollectionEndpointResource has a new parameter failover_configuration\n - Model DataCollectionEndpointResource has a new parameter identity\n - Model DataCollectionEndpointResource has a new parameter metadata\n - Model DataCollectionEndpointResource has a new parameter metrics_ingestion\n - Model DataCollectionEndpointResource has a new parameter private_link_scoped_resources\n - Model DataCollectionEndpointResourceProperties has a new parameter failover_configuration\n - Model DataCollectionEndpointResourceProperties has a new parameter metadata\n - Model DataCollectionEndpointResourceProperties has a new parameter metrics_ingestion\n - Model DataCollectionEndpointResourceProperties has a new parameter private_link_scoped_resources\n - Model DataCollectionRuleAssociationMetadata has a new parameter provisioned_by_resource_id\n - Model DataCollectionRuleDataSources has a new parameter data_imports\n - Model DataCollectionRuleDataSources has a new parameter platform_telemetry\n - Model DataCollectionRuleDataSources has a new parameter prometheus_forwarder\n - Model DataCollectionRuleDataSources has a new parameter windows_firewall_logs\n - Model DataCollectionRuleDestinations has a new parameter event_hubs\n - Model DataCollectionRuleDestinations has a new parameter event_hubs_direct\n - Model DataCollectionRuleDestinations has a new parameter monitoring_accounts\n - Model DataCollectionRuleDestinations has a new parameter storage_accounts\n - Model DataCollectionRuleDestinations has a new parameter storage_blobs_direct\n - Model DataCollectionRuleDestinations has a new parameter storage_tables_direct\n - Model DataCollectionRuleMetadata has a new parameter provisioned_by_resource_id\n - Model DataCollectionRuleResource has a new parameter identity\n - Model DataFlow has a new parameter built_in_transform\n - Model DataSourcesSpec has a new parameter data_imports\n - Model DataSourcesSpec has a new parameter platform_telemetry\n - Model DataSourcesSpec has a new parameter prometheus_forwarder\n - Model DataSourcesSpec has a new parameter windows_firewall_logs\n - Model DestinationsSpec has a new parameter event_hubs\n - Model DestinationsSpec has a new parameter event_hubs_direct\n - Model DestinationsSpec has a new parameter monitoring_accounts\n - Model DestinationsSpec has a new parameter storage_accounts\n - Model DestinationsSpec has a new parameter storage_blobs_direct\n - Model DestinationsSpec has a new parameter storage_tables_direct\n - Model Metadata has a new parameter provisioned_by_resource_id\n - Model Operation has a new parameter action_type\n - Model Operation has a new parameter origin\n - Model PrivateLinkResource has a new parameter required_zone_names\n - Model ResourceForUpdate has a new parameter identity\n - Model ScheduledQueryRuleResource has a new parameter auto_mitigate\n - Model ScheduledQueryRuleResource has a new parameter check_workspace_alerts_storage_configured\n - Model ScheduledQueryRuleResource has a new parameter identity\n - Model ScheduledQueryRuleResource has a new parameter is_workspace_alerts_storage_configured\n - Model ScheduledQueryRuleResource has a new parameter public_network_access\n - Model ScheduledQueryRuleResource has a new parameter rule_resolve_configuration\n - Model ScheduledQueryRuleResource has a new parameter skip_query_validation\n - Model ScheduledQueryRuleResource has a new parameter system_data\n - Model ScheduledQueryRuleResourceCollection has a new parameter next_link\n - Model ScheduledQueryRuleResourcePatch has a new parameter auto_mitigate\n - Model ScheduledQueryRuleResourcePatch has a new parameter check_workspace_alerts_storage_configured\n - Model ScheduledQueryRuleResourcePatch has a new parameter identity\n - Model ScheduledQueryRuleResourcePatch has a new parameter is_workspace_alerts_storage_configured\n - Model ScheduledQueryRuleResourcePatch has a new parameter public_network_access\n - Model ScheduledQueryRuleResourcePatch has a new parameter rule_resolve_configuration\n - Model ScheduledQueryRuleResourcePatch has a new parameter skip_query_validation\n - Model ScopedResource has a new parameter system_data\n - Operation MetricsOperations.list has a new optional parameter auto_adjust_timegrain\n - Operation MetricsOperations.list has a new optional parameter validate_dimensions\n\n### Breaking Changes\n\n - Model AzureMonitorPrivateLinkScope has a new required parameter access_mode_settings\n - Model Operation no longer has parameter service_specification\n - Model OperationDisplay no longer has parameter publisher\n - Model PrivateEndpointConnectionListResult no longer has parameter next_link\n - Model PrivateLinkResourceListResult no longer has parameter next_link\n - Removed operation ActionGroupsOperations.begin_create_notifications_at_resource_group_level\n - Removed operation ActionGroupsOperations.begin_post_test_notifications\n - Removed operation ActionGroupsOperations.get_test_notifications\n - Removed operation ActionGroupsOperations.get_test_notifications_at_resource_group_level\n\n## 5.0.1 (2022-09-30)\n\n### Bugs Fixed\n \n - Fix paging problem about `api_version`\n\n## 5.0.0 (2022-09-19)\n\n### Features Added\n\n - Model Resource has a new parameter system_data\n - Model Resource has a new parameter tags\n\n### Breaking Changes\n\n - Model Resource has a new required parameter location\n\n## 4.0.1 (2022-08-02)\n\n**Other Change**\n\n - Fix package structure\n\n## 4.0.0 (2022-08-02)\n\n**Features**\n\n - Added operation ActionGroupsOperations.begin_create_notifications_at_action_group_resource_level\n - Added operation ActionGroupsOperations.begin_create_notifications_at_resource_group_level\n - Added operation ActionGroupsOperations.get_test_notifications_at_action_group_resource_level\n - Added operation ActionGroupsOperations.get_test_notifications_at_resource_group_level\n\n**Breaking changes**\n\n - Model ActionGroupResource no longer has parameter identity\n - Model ActionGroupResource no longer has parameter kind\n - Model AzureResource no longer has parameter identity\n - Model AzureResource no longer has parameter kind\n - Removed operation group BaselineOperations\n - Removed operation group MetricBaselineOperations\n\n## 3.1.0 (2022-03-16)\n\n**Features**\n\n - Added operation DataCollectionRuleAssociationsOperations.list_by_data_collection_endpoint\n - Model DataCollectionRule has a new parameter data_collection_endpoint_id\n - Model DataCollectionRule has a new parameter metadata\n - Model DataCollectionRule has a new parameter stream_declarations\n - Model DataCollectionRuleAssociation has a new parameter metadata\n - Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter metadata\n - Model DataCollectionRuleAssociationProxyOnlyResourceProperties has a new parameter metadata\n - Model DataCollectionRuleDataSources has a new parameter iis_logs\n - Model DataCollectionRuleDataSources has a new parameter log_files\n - Model DataCollectionRuleResource has a new parameter data_collection_endpoint_id\n - Model DataCollectionRuleResource has a new parameter metadata\n - Model DataCollectionRuleResource has a new parameter stream_declarations\n - Model DataCollectionRuleResourceProperties has a new parameter data_collection_endpoint_id\n - Model DataCollectionRuleResourceProperties has a new parameter metadata\n - Model DataCollectionRuleResourceProperties has a new parameter stream_declarations\n - Model DataFlow has a new parameter output_stream\n - Model DataFlow has a new parameter transform_kql\n - Model DataSourcesSpec has a new parameter iis_logs\n - Model DataSourcesSpec has a new parameter log_files\n\n## 3.0.0 (2021-11-05)\n\n**Features**\n\n - Model LogAnalyticsDestination has a new parameter workspace_id\n - Model LogSettings has a new parameter category_group\n - Model Baseline has a new parameter timestamps\n - Model Baseline has a new parameter error_type\n - Model Baseline has a new parameter prediction_result_type\n - Model Metric has a new parameter error_message\n - Model Metric has a new parameter error_code\n - Model Metric has a new parameter display_description\n - Model ManagementGroupDiagnosticSettingsResource has a new parameter system_data\n - Model ManagementGroupDiagnosticSettingsResource has a new parameter marketplace_partner_id\n - Model DataCollectionRuleAssociationProxyOnlyResourceProperties has a new parameter data_collection_endpoint_id\n - Model SubscriptionDiagnosticSettingsResource has a new parameter system_data\n - Model SubscriptionDiagnosticSettingsResource has a new parameter marketplace_partner_id\n - Model TimeSeriesBaseline has a new parameter metadata_values\n - Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter system_data\n - Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter data_collection_endpoint_id\n - Model CalculateBaselineResponse has a new parameter internal_operation_id\n - Model CalculateBaselineResponse has a new parameter statistics\n - Model CalculateBaselineResponse has a new parameter error_type\n - Model DataCollectionRule has a new parameter immutable_id\n - Model AlertRuleResourcePatch has a new parameter provisioning_state\n - Model AlertRuleResourcePatch has a new parameter action\n - Model OperationDisplay has a new parameter description\n - Model OperationDisplay has a new parameter publisher\n - Model ManagementGroupLogSettings has a new parameter category_group\n - Model SubscriptionLogSettings has a new parameter category_group\n - Model DiagnosticSettingsCategoryResource has a new parameter system_data\n - Model DiagnosticSettingsCategoryResource has a new parameter category_groups\n - Model BaselineResponse has a new parameter internal_operation_id\n - Model BaselineResponse has a new parameter metdata\n - Model BaselineResponse has a new parameter error_type\n - Model BaselineResponse has a new parameter prediction_result_type\n - Model ActionGroupResource has a new parameter event_hub_receivers\n - Model ActionGroupResource has a new parameter kind\n - Model ActionGroupResource has a new parameter identity\n - Model AutoscaleSettingResource has a new parameter system_data\n - Model AutoscaleSettingResource has a new parameter predictive_autoscale_policy\n - Model AutoscaleSettingResource has a new parameter target_resource_location\n - Model ScheduledQueryRuleResourcePatch has a new parameter is_legacy_log_analytics_rule\n - Model ScheduledQueryRuleResourcePatch has a new parameter override_query_time_range\n - Model ScheduledQueryRuleResourcePatch has a new parameter display_name\n - Model ScheduledQueryRuleResourcePatch has a new parameter created_with_api_version\n - Model ExtensionDataSource has a new parameter input_data_sources\n - Model LogSearchRuleResource has a new parameter created_with_api_version\n - Model LogSearchRuleResource has a new parameter kind\n - Model LogSearchRuleResource has a new parameter auto_mitigate\n - Model LogSearchRuleResource has a new parameter display_name\n - Model LogSearchRuleResource has a new parameter etag\n - Model LogSearchRuleResource has a new parameter is_legacy_log_analytics_rule\n - Model AutoscaleSettingResourcePatch has a new parameter predictive_autoscale_policy\n - Model AutoscaleSettingResourcePatch has a new parameter target_resource_location\n - Model RuleDataSource has a new parameter resource_location\n - Model RuleDataSource has a new parameter metric_namespace\n - Model RuleDataSource has a new parameter legacy_resource_id\n - Model AlertRuleResource has a new parameter provisioning_state\n - Model AlertRuleResource has a new parameter action\n - Model Operation has a new parameter service_specification\n - Model Operation has a new parameter is_data_action\n - Model MetricDefinition has a new parameter metric_class\n - Model MetricDefinition has a new parameter category\n - Model MetricDefinition has a new parameter display_description\n - Model DataCollectionRuleAssociation has a new parameter data_collection_endpoint_id\n - Model MetricTrigger has a new parameter metric_resource_location\n - Model MetricTrigger has a new parameter divide_per_instance\n - Model MetricAlertResource has a new parameter is_migrated\n - Model RuleManagementEventDataSource has a new parameter resource_location\n - Model RuleManagementEventDataSource has a new parameter metric_namespace\n - Model RuleManagementEventDataSource has a new parameter legacy_resource_id\n - Model MetricAlertResourcePatch has a new parameter is_migrated\n - Model ScheduledQueryRuleResource has a new parameter created_with_api_version\n - Model ScheduledQueryRuleResource has a new parameter kind\n - Model ScheduledQueryRuleResource has a new parameter etag\n - Model ScheduledQueryRuleResource has a new parameter display_name\n - Model ScheduledQueryRuleResource has a new parameter is_legacy_log_analytics_rule\n - Model ScheduledQueryRuleResource has a new parameter override_query_time_range\n - Model RuleMetricDataSource has a new parameter resource_location\n - Model RuleMetricDataSource has a new parameter metric_namespace\n - Model RuleMetricDataSource has a new parameter legacy_resource_id\n - Model DiagnosticSettingsResource has a new parameter system_data\n - Model DiagnosticSettingsResource has a new parameter marketplace_partner_id\n - Model MetricNamespace has a new parameter classification\n - Model DataCollectionRuleResource has a new parameter system_data\n - Model DataCollectionRuleResource has a new parameter immutable_id\n - Model DataCollectionRuleResource has a new parameter kind\n - Model DataCollectionRuleResourceProperties has a new parameter immutable_id\n - Added operation ActionGroupsOperations.begin_post_test_notifications\n - Added operation ActionGroupsOperations.get_test_notifications\n - Added operation group PredictiveMetricOperations\n - Added operation group DataCollectionEndpointsOperations\n\n**Breaking changes**\n\n - Parameter scopes of model MetricAlertResource is now required\n - Operation ActivityLogAlertsOperations.update has a new signature\n - Operation ActivityLogAlertsOperations.create_or_update has a new signature\n - Operation SubscriptionDiagnosticSettingsOperations.list has a new signature\n - Operation SubscriptionDiagnosticSettingsOperations.get has a new signature\n - Operation SubscriptionDiagnosticSettingsOperations.delete has a new signature\n - Operation SubscriptionDiagnosticSettingsOperations.create_or_update has a new signature\n - Model PerfCounterDataSource no longer has parameter scheduled_transfer_period\n - Model ManagementGroupDiagnosticSettingsResource no longer has parameter location\n - Model SubscriptionDiagnosticSettingsResource no longer has parameter location\n - Model TimeSeriesBaseline no longer has parameter metadata\n - Model ErrorResponse no longer has parameter target\n - Model ErrorResponse no longer has parameter details\n - Model ErrorResponse no longer has parameter additional_info\n - Model WindowsEventLogDataSource no longer has parameter scheduled_transfer_period\n - Model BaselineResponse no longer has parameter metadata\n\n\n## 2.0.0 (2020-12-25)\n\n**Breaking changes**\n\n- Client name changed from MonitorClient to MonitorManagementClient\n\n## 1.0.1 (2020-09-18)\n\n**Bug fix**\n\n - Require azure-mgmt-core>=1.2.0 in setup.py\n\n## 1.0.0 (2020-09-16)\n\n**Features**\n\n - Model MultiMetricCriteria has a new parameter skip_metric_validation\n - Model DynamicMetricCriteria has a new parameter skip_metric_validation\n - Model MetricTrigger has a new parameter dimensions\n - Model MetricTrigger has a new parameter metric_namespace\n - Model MetricCriteria has a new parameter skip_metric_validation\n - Added operation group SubscriptionDiagnosticSettingsOperations\n - Added operation group ManagementGroupDiagnosticSettingsOperations\n\n## 1.0.0b1 (2020-06-17)\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\n## 0.10.0 (2020-06-08)\n\n**Features**\n\n - Model WebtestLocationAvailabilityCriteria has a new parameter additional_properties\n - Added operation group SubscriptionDiagnosticSettingsOperations\n\n**Breaking changes**\n\n - Model WebtestLocationAvailabilityCriteria has a new required parameter odatatype\n\n## 0.9.0 (2020-04-09)\n\n**Features**\n\n - Model AzureMonitorPrivateLinkScope has a new parameter private_endpoint_connections\n\n**Breaking changes**\n\n - Operation PrivateLinkScopedResourcesOperations.create_or_update has a new signature\n - Model PrivateEndpointConnection no longer has parameter tags\n - Model PrivateLinkResource no longer has parameter tags\n - Model ScopedResource no longer has parameter tags\n - Model ProxyResource no longer has parameter tags\n - Operation PrivateEndpointConnectionsOperations.create_or_update has a new signature\n - Model ErrorResponse has a new signature\n\n## 0.8.0 (2020-03-14)\n\n**Features**\n\n- Model DiagnosticSettingsResource has a new parameter log_analytics_destination_type\n- Model ProxyResource has a new parameter tags\n- Model MetricAlertAction has a new parameter web_hook_properties\n- Added operation group PrivateEndpointConnectionsOperations\n- Added operation group PrivateLinkScopedResourcesOperations\n- Added operation group PrivateLinkScopeOperationStatusOperations\n- Added operation group PrivateLinkResourcesOperations\n- Added operation group PrivateLinkScopesOperations\n\n**Breaking changes**\n\n- Model MetricAlertAction no longer has parameter webhook_properties\n- Model ErrorResponse has a new signature\n\n\n## 0.7.0 (2019-06-24)\n\nThis package now support profiles as parameter for sovereign cloud\nsupport\n\n**Features**\n\n - Model MultiMetricCriteria has a new parameter metric_namespace\n - Model MultiMetricCriteria has a new parameter dimensions\n - Added operation group ServiceDiagnosticSettingsOperations\n - Added operation group GuestDiagnosticsSettingsOperations\n - Added operation group BaselinesOperations\n - Added operation group GuestDiagnosticsSettingsAssociationOperations\n - Added operation group BaselineOperations\n\n**Breaking changes**\n\n - Operation MetricBaselineOperations.get has a new signature\n - Model MultiMetricCriteria has a new required parameter name\n - Model MultiMetricCriteria has a new required parameter\n time_aggregation\n - Model MultiMetricCriteria has a new required parameter metric_name\n - Model ArmRoleReceiver has a new required parameter\n use_common_alert_schema\n - Model LogicAppReceiver has a new required parameter\n use_common_alert_schema\n - Model AzureFunctionReceiver has a new required parameter\n use_common_alert_schema\n - Model EmailReceiver has a new required parameter\n use_common_alert_schema\n - Model AutomationRunbookReceiver has a new required parameter\n use_common_alert_schema\n - Model WebhookReceiver has a new signature\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes for some imports. 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 - MonitorManagementClient cannot be imported from\n `azure.mgmt.monitor.monitor_management_client` anymore (import\n from `azure.mgmt.monitor` works like before)\n - MonitorManagementClientConfiguration import has been moved from\n `azure.mgmt.monitor.monitor_management_client` to\n `azure.mgmt.monitor`\n - A model `MyClass` from a \"models\" sub-module cannot be imported\n anymore using `azure.mgmt.monitor.models.my_class` (import from\n `azure.mgmt.monitor.models` works like before)\n - An operation class `MyClassOperations` from an `operations`\n sub-module cannot be imported anymore using\n `azure.mgmt.monitor.operations.my_class_operations` (import from\n `azure.mgmt.monitor.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.6.0 (2018-03-06)\n\n**Features**\n\n - Model MetricCriteria has a new parameter additional_properties\n - Model MetricAlertResource has a new parameter\n target_resource_region\n - Model MetricAlertResource has a new parameter target_resource_type\n - Model MetricAlertResourcePatch has a new parameter\n target_resource_region\n - Model MetricAlertResourcePatch has a new parameter\n target_resource_type\n - Model ActionGroupResource has a new parameter arm_role_receivers\n - Model DiagnosticSettingsResource has a new parameter\n service_bus_rule_id\n - Added operation AutoscaleSettingsOperations.list_by_subscription\n - Added operation AlertRulesOperations.list_by_subscription\n - Added operation group MetricNamespacesOperations\n - Added operation group VMInsightsOperations\n\n**Breaking changes**\n\n - Model MetricCriteria has a new required parameter criterion_type\n\n## 0.5.2 (2018-06-06)\n\n**Features**\n\n - Model ActionGroupResource has a new parameter voice_receivers\n - Model ActionGroupResource has a new parameter\n azure_function_receivers\n - Model ActionGroupResource has a new parameter logic_app_receivers\n - Added operation group MetricAlertsOperations\n - Added operation group ScheduledQueryRulesOperations\n - Added operation group MetricAlertsStatusOperations\n\n## 0.5.1 (2018-04-16)\n\n**Bugfixes**\n\n - Fix some invalid models in Python 3\n - Compatibility of the sdist with wheel 0.31.0\n\n## 0.5.0 (2017-03-19)\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes.\n\n - Model signatures now use only keyword-argument syntax. All\n positional arguments must be re-written as keyword-arguments. To\n keep auto-completion in most cases, models are now generated for\n Python 2 and Python 3. Python 3 uses the \"*\" syntax for\n keyword-only arguments.\n - Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to\n improve the behavior when unrecognized enum values are encountered.\n While this is not a breaking change, the distinctions are important,\n and are documented here:\n <https://docs.python.org/3/library/enum.html#others> At a glance:\n - \"is\" should not be used at all.\n - \"format\" will return the string value, where \"%s\" string\n formatting will return `NameOfEnum.stringvalue`. Format syntax\n should be prefered.\n - New Long Running Operation:\n - Return type changes from\n `msrestazure.azure_operation.AzureOperationPoller` to\n `msrest.polling.LROPoller`. External API is the same.\n - Return type is now **always** a `msrest.polling.LROPoller`,\n regardless of the optional parameters used.\n - The behavior has changed when using `raw=True`. Instead of\n returning the initial call result as `ClientRawResponse`,\n without polling, now this returns an LROPoller. After polling,\n the final resource will be returned as a `ClientRawResponse`.\n - New `polling` parameter. The default behavior is\n `Polling=True` which will poll using ARM algorithm. When\n `Polling=False`, the response of the initial call will be\n returned without polling.\n - `polling` parameter accepts instances of subclasses of\n `msrest.polling.PollingMethod`.\n - `add_done_callback` will no longer raise if called after\n polling is finished, but will instead execute the callback right\n away.\n\n**Bugfixes**\n\n - Fix invalid type of \"top\" in metrics.list operation\n\n**Features**\n\n - New operation group metric_baseline\n - Add attribute action_group_resource itsm_receivers\n - Add operation action_groups.update\n - Add new parameter \"metricnames\" to metrics.list\n - Add new parameter \"metricnamespace\" to metrics.list\n - All operations group have now a \"models\" attribute\n\nNew ApiVersion version of metrics to 2018-01-01\n\n## 0.4.0 (2017-10-25)\n\n**Features**\n\n - Merge into this package the \"azure-monitor\" package including\n following operations groups\n - event categories\n - activity log\n - tenant activity log\n - metrics definitions\n - metrics\n - Adding new multi-dimensional metrics API\n\n**Breaking changes**\n\n - Some exceptions have moved from CloudError to ErrorResponseException\n - \"service_diagnostic_settings\" renamed to \"diagnostic_settings\"\n - Update API version of \"metrics\". Migrating from \"azure-monitor\" to\n \"metrics\" here needs to be rewritten.\n\n**Bug fixes**\n\n - Improving HTTP status code check for better exception\n\n## 0.3.0 (2017-06-30)\n\n**Features**\n\n - Add action_groups operation group\n - Add alert_rules.update method\n - Add autoscale_settings.update method\n - Add log_profiles.update method\n\n**Breaking changes**\n\n - activity_log_alerts.update has now flatten parameters\n \"tags/enabled\"\n\n## 0.2.1 (2017-04-26)\n\n - Removal of a REST endpoint not ready to release.\n\n## 0.2.0 (2017-04-19)\n\n - Add ActivityLogAlerts and DiagnosticSettings\n - Minor improvements, might be breaking\n - This wheel package is now built with the azure wheel extension\n\n## 0.1.0 (2017-02-16)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Monitor 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": "c6d1f6ea4731edfa02c14756770d7c3d5202b40c5c72744f15142c0d89b6d957",
"md5": "26499eb74bd8288e6574c1e086acf68c",
"sha256": "ad63b5d187e21d2d34366271ade6abbeea1fcf76e313ff0f83d394d9c124aa1b"
},
"downloads": -1,
"filename": "azure_mgmt_monitor-7.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26499eb74bd8288e6574c1e086acf68c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 245243,
"upload_time": "2025-07-28T07:46:18",
"upload_time_iso_8601": "2025-07-28T07:46:18.594938Z",
"url": "https://files.pythonhosted.org/packages/c6/d1/f6ea4731edfa02c14756770d7c3d5202b40c5c72744f15142c0d89b6d957/azure_mgmt_monitor-7.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0e1225874f6b894e972646244f570a23298969b58f57cfb7a188e2740017b43a",
"md5": "fc8450d3204ff0a0498b0a647e577bae",
"sha256": "b75f536441d430f69ff873a1646e5f5dbcb3080a10768a59d0adc01541623816"
},
"downloads": -1,
"filename": "azure_mgmt_monitor-7.0.0.tar.gz",
"has_sig": false,
"md5_digest": "fc8450d3204ff0a0498b0a647e577bae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 195496,
"upload_time": "2025-07-28T07:46:17",
"upload_time_iso_8601": "2025-07-28T07:46:17.031009Z",
"url": "https://files.pythonhosted.org/packages/0e/12/25874f6b894e972646244f570a23298969b58f57cfb7a188e2740017b43a/azure_mgmt_monitor-7.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-28 07:46: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-monitor"
}