azure-mgmt-monitor


Nameazure-mgmt-monitor JSON
Version 6.0.2 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Monitor Client Library for Python
upload_time2023-08-22 08:31:30
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.7
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Monitor Client Library.
This package has been tested with Python 3.7+.
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.7+ 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 configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.

With above configuration, client can be authenticated by following code:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.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. 


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-monitor%2FREADME.png)


# Release History

## 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.7",
    "maintainer_email": null,
    "keywords": "azure,azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/e4/31/ebabafe0be1a177428880a8ec0fc44d681ac9dc1ae66a70d859cb5c7fbc3/azure-mgmt-monitor-6.0.2.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.7+.\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.7+ 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 configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.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![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-monitor%2FREADME.png)\n\n\n# Release History\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": "6.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f84782ccbdb757da87c3c00d9ca0a7b7a28ab95f8dab040d1877bb15bf1c1e38",
                "md5": "c95baacace6ca07f3732f567db7457aa",
                "sha256": "fe4cf41e6680b74a228f81451dc5522656d599c6f343ecf702fc790fda9a357b"
            },
            "downloads": -1,
            "filename": "azure_mgmt_monitor-6.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c95baacace6ca07f3732f567db7457aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1305191,
            "upload_time": "2023-08-22T08:31:35",
            "upload_time_iso_8601": "2023-08-22T08:31:35.989310Z",
            "url": "https://files.pythonhosted.org/packages/f8/47/82ccbdb757da87c3c00d9ca0a7b7a28ab95f8dab040d1877bb15bf1c1e38/azure_mgmt_monitor-6.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e431ebabafe0be1a177428880a8ec0fc44d681ac9dc1ae66a70d859cb5c7fbc3",
                "md5": "1e532db69340063e832efde20e4516dd",
                "sha256": "5ffbf500e499ab7912b1ba6d26cef26480d9ae411532019bb78d72562196e07b"
            },
            "downloads": -1,
            "filename": "azure-mgmt-monitor-6.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1e532db69340063e832efde20e4516dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 760481,
            "upload_time": "2023-08-22T08:31:30",
            "upload_time_iso_8601": "2023-08-22T08:31:30.722774Z",
            "url": "https://files.pythonhosted.org/packages/e4/31/ebabafe0be1a177428880a8ec0fc44d681ac9dc1ae66a70d859cb5c7fbc3/azure-mgmt-monitor-6.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 08:31:30",
    "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"
}
        
Elapsed time: 0.10273s