Skip to content
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

syncing missing changelog items #12089

Merged
merged 1 commit into from
Jun 17, 2020
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
11 changes: 11 additions & 0 deletions sdk/monitor/azure-mgmt-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
18 changes: 18 additions & 0 deletions sdk/network/azure-mgmt-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down