Skip to content

Commit

Permalink
version and changelog (#10951)
Browse files Browse the repository at this point in the history
* version and changelog

* Packaging update of azure-mgmt-recoveryservices

Co-authored-by: Azure SDK Bot <aspysdk2@microsoft.com>
  • Loading branch information
Zim Kalinowski and AutorestCI authored Apr 22, 2020
1 parent bd99ea5 commit 492eb8c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 19 deletions.
35 changes: 35 additions & 0 deletions sdk/recoveryservices/azure-mgmt-recoveryservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 0.5.0 (2020-04-21)

**Features**

- Model Vault has a new parameter identity
- Model VaultProperties has a new parameter private_endpoint_state_for_backup
- Model VaultProperties has a new parameter private_endpoint_connections
- Model VaultProperties has a new parameter private_endpoint_state_for_site_recovery
- Added operation group PrivateLinkResourcesOperations

**General Breaking Changes**

This version uses a next-generation code generator that *might*
introduce breaking changes. 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.

- RecoveryServicesClient cannot be imported from
`azure.mgmt.recoveryservices.cost_management_client` anymore (import from
`azure.mgmt.recoveryservices` works like before)
- RecoveryServicesClientConfiguration import has been moved from
`azure.mgmt.recoveryservices.cost_management_client` to `azure.mgmt.recoveryservices`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.mgmt.recoveryservices.models.my_class` (import from
`azure.mgmt.recoveryservices.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.mgmt.recoveryservices.operations.my_class_operations` (import from
`azure.mgmt.recoveryservices.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.4.0 (2019-04-05)

**Features**
Expand Down
28 changes: 10 additions & 18 deletions sdk/recoveryservices/azure-mgmt-recoveryservices/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
## Microsoft Azure SDK for Python
# Microsoft Azure SDK for Python

This is the Microsoft Azure Recovery Services Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs
that replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)

For the older Azure Service Management (ASM) libraries, see
[azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.

## Usage
# Usage

For code examples, see [Recovery
Services](https://docs.microsoft.com/python/api/overview/azure/recoveryservices)
For code examples, see [Recovery Services](https://docs.microsoft.com/python/api/overview/azure/recoveryservices)
on docs.microsoft.com.

## 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)
# 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.

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

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-recoveryservices%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.4.0"
VERSION = "0.5.0"

0 comments on commit 492eb8c

Please sign in to comment.