diff --git a/sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md b/sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md index 8df9772a1dc1..7fd58b7c11a4 100644 --- a/sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md +++ b/sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md @@ -30,6 +30,24 @@ This version uses a next-generation code generator that introduces important bre - 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/master/sdk/core/azure-core-tracing-opentelemetry) for an overview. +## 4.0.0 (2020-06-12) + +**Features** + + - Model Cluster has a new parameter updated_at + - Model Cluster has a new parameter created_at + - Added operation ClustersOperations.update + - Added operation ClustersOperations.create_or_update + - Added operation ClustersOperations.list_available_cluster_region + +** Breaking changes** + + - Model Cluster no longer has parameter created + - Model Cluster no longer has parameter updated + - Removed operation ClustersOperations.put + - Removed operation ClustersOperations.list_available_clusters + - Removed operation ClustersOperations.patch + ## 3.1.0 (2020-05-13) **Features** diff --git a/sdk/monitor/azure-mgmt-monitor/CHANGELOG.md b/sdk/monitor/azure-mgmt-monitor/CHANGELOG.md index 249938eb2da3..8390be1cba7e 100644 --- a/sdk/monitor/azure-mgmt-monitor/CHANGELOG.md +++ b/sdk/monitor/azure-mgmt-monitor/CHANGELOG.md @@ -31,6 +31,17 @@ This version uses a next-generation code generator that introduces important bre - This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/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** diff --git a/sdk/network/azure-mgmt-network/CHANGELOG.md b/sdk/network/azure-mgmt-network/CHANGELOG.md index 613ef86f2b35..66a0b3536c6a 100644 --- a/sdk/network/azure-mgmt-network/CHANGELOG.md +++ b/sdk/network/azure-mgmt-network/CHANGELOG.md @@ -32,6 +32,24 @@ This version uses a next-generation code generator that introduces important bre - This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry) for an overview. +## 10.2.0 (2020-04-10) + +**Features** + + - Model VpnConnection has a new parameter routing_configuration + - Model NatRuleCondition has a new parameter terminate_tls + - Model HubVirtualNetworkConnection has a new parameter routing_configuration + - Model ExpressRouteConnection has a new parameter routing_configuration + - Model FirewallPolicy has a new parameter transport_security + - Model FirewallPolicy has a new parameter identity + - Model FirewallPolicy has a new parameter threat_intel_whitelist + - Model ApplicationRuleCondition has a new parameter target_urls + - Model P2SConnectionConfiguration has a new parameter routing_configuration + - Model BackendAddressPool has a new parameter load_balancer_backend_addresses + - Added operation LoadBalancerBackendAddressPoolsOperations.create_or_update + - Added operation LoadBalancerBackendAddressPoolsOperations.delete + - Added operation group HubRouteTablesOperations + ## 10.1.0 (2020-04-10) **Features**