Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
114 changes: 114 additions & 0 deletions sdk/monitor/azure-mgmt-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,119 @@
# Release History

## 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**
Expand Down
1 change: 1 addition & 0 deletions sdk/monitor/azure-mgmt-monitor/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include _meta.json
recursive-include tests *.py *.yaml
include *.md
include azure/__init__.py
Expand Down
11 changes: 11 additions & 0 deletions sdk/monitor/azure-mgmt-monitor/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autorest": "3.4.5",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "a81eaccc23c98d2effd62f1a80b81394be30d2c5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/monitor/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/monitor/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from typing import Any
from typing import TYPE_CHECKING

from azure.core.configuration import Configuration
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

class MonitorManagementClientConfiguration(Configuration):
"""Configuration for MonitorManagementClient.
Expand All @@ -25,7 +30,7 @@ class MonitorManagementClientConfiguration(Configuration):

:param credential: Credential needed for the client to connect to Azure.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The Azure subscription Id.
:param subscription_id: The ID of the target subscription.
:type subscription_id: str
"""

Expand Down
Loading