Skip to content

[AutoRelease] t2-monitor-2025-07-04-83128(can only be merged by SDK owner) #41908

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 116 additions & 0 deletions sdk/monitor/azure-mgmt-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,121 @@
# Release History

## 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 model `DataCollectionEndpointsOperations`
- Added model `DataCollectionRuleAssociationsOperations`
- Added model `DataCollectionRulesOperations`

## 7.0.0b2 (2025-06-16)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-mgmt-monitor/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "292e6eee612b2a1b0bc558fec33bcbca9acb590e",
"commit": "8d43af473ac10b1ab56a89b49e87430059b58ae6",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
AutoscaleSettingsOperations,
AzureMonitorWorkspacesOperations,
BaselinesOperations,
DataCollectionEndpointsOperations,
DataCollectionRuleAssociationsOperations,
DataCollectionRulesOperations,
DiagnosticSettingsCategoryOperations,
DiagnosticSettingsOperations,
EventCategoriesOperations,
Expand Down Expand Up @@ -133,6 +136,14 @@ class MonitorManagementClient: # pylint: disable=client-accepts-api-version-key
azure.mgmt.monitor.operations.AzureMonitorWorkspacesOperations
:ivar monitor_operations: MonitorOperationsOperations operations
:vartype monitor_operations: azure.mgmt.monitor.operations.MonitorOperationsOperations
:ivar data_collection_endpoints: DataCollectionEndpointsOperations operations
:vartype data_collection_endpoints:
azure.mgmt.monitor.operations.DataCollectionEndpointsOperations
:ivar data_collection_rule_associations: DataCollectionRuleAssociationsOperations operations
:vartype data_collection_rule_associations:
azure.mgmt.monitor.operations.DataCollectionRuleAssociationsOperations
:ivar data_collection_rules: DataCollectionRulesOperations operations
:vartype data_collection_rules: azure.mgmt.monitor.operations.DataCollectionRulesOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. Required.
Expand Down Expand Up @@ -256,6 +267,15 @@ def __init__(
self.monitor_operations = MonitorOperationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_endpoints = DataCollectionEndpointsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_rule_associations = DataCollectionRuleAssociationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_rules = DataCollectionRulesOperations(
self._client, self._config, self._serialize, self._deserialize
)

def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
"""Runs the network request through the client's chained policies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "7.0.0b2"
VERSION = "7.0.0b3"
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
AutoscaleSettingsOperations,
AzureMonitorWorkspacesOperations,
BaselinesOperations,
DataCollectionEndpointsOperations,
DataCollectionRuleAssociationsOperations,
DataCollectionRulesOperations,
DiagnosticSettingsCategoryOperations,
DiagnosticSettingsOperations,
EventCategoriesOperations,
Expand Down Expand Up @@ -134,6 +137,14 @@ class MonitorManagementClient: # pylint: disable=client-accepts-api-version-key
azure.mgmt.monitor.aio.operations.AzureMonitorWorkspacesOperations
:ivar monitor_operations: MonitorOperationsOperations operations
:vartype monitor_operations: azure.mgmt.monitor.aio.operations.MonitorOperationsOperations
:ivar data_collection_endpoints: DataCollectionEndpointsOperations operations
:vartype data_collection_endpoints:
azure.mgmt.monitor.aio.operations.DataCollectionEndpointsOperations
:ivar data_collection_rule_associations: DataCollectionRuleAssociationsOperations operations
:vartype data_collection_rule_associations:
azure.mgmt.monitor.aio.operations.DataCollectionRuleAssociationsOperations
:ivar data_collection_rules: DataCollectionRulesOperations operations
:vartype data_collection_rules: azure.mgmt.monitor.aio.operations.DataCollectionRulesOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. Required.
Expand Down Expand Up @@ -259,6 +270,15 @@ def __init__(
self.monitor_operations = MonitorOperationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_endpoints = DataCollectionEndpointsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_rule_associations = DataCollectionRuleAssociationsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.data_collection_rules = DataCollectionRulesOperations(
self._client, self._config, self._serialize, self._deserialize
)

def _send_request(
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
from ._subscription_diagnostic_settings_operations import SubscriptionDiagnosticSettingsOperations # type: ignore
from ._azure_monitor_workspaces_operations import AzureMonitorWorkspacesOperations # type: ignore
from ._monitor_operations_operations import MonitorOperationsOperations # type: ignore
from ._data_collection_endpoints_operations import DataCollectionEndpointsOperations # type: ignore
from ._data_collection_rule_associations_operations import DataCollectionRuleAssociationsOperations # type: ignore
from ._data_collection_rules_operations import DataCollectionRulesOperations # type: ignore

from ._patch import __all__ as _patch_all
from ._patch import *
Expand Down Expand Up @@ -81,6 +84,9 @@
"SubscriptionDiagnosticSettingsOperations",
"AzureMonitorWorkspacesOperations",
"MonitorOperationsOperations",
"DataCollectionEndpointsOperations",
"DataCollectionRuleAssociationsOperations",
"DataCollectionRulesOperations",
]
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
_patch_sdk()
Loading