Skip to content

Commit

Permalink
Revert "[T2] Resourcemover fix dependency (#16491)"
Browse files Browse the repository at this point in the history
This reverts commit 3c1c5e0.
  • Loading branch information
msyyc authored Feb 3, 2021
1 parent 3c1c5e0 commit 79e63e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
5 changes: 0 additions & 5 deletions sdk/resourcemover/azure-mgmt-resourcemover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Release History

## 1.0.0b2 (2021-02-03)

**Bugfixes**
- Fix problem when install

## 1.0.1b1 (2020-09-09)

* Initial Release
12 changes: 3 additions & 9 deletions sdk/resourcemover/azure-mgmt-resourcemover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ For a more complete view of Azure libraries, see the [azure sdk python release](

# Usage


To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)



For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
Code samples for this package can be found at [Resource Mover Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
For code examples, see [Resource Mover Management](https://docs.microsoft.com/python/api/overview/azure/)
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)
section of the project.
section of the project.


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-resourcemover%2FREADME.png)
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 = "1.0.0b2"
VERSION = "1.0.1b1"
3 changes: 1 addition & 2 deletions sdk/resourcemover/azure-mgmt-resourcemover/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
Expand All @@ -82,8 +81,8 @@
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
'azure-mgmt-core>=1.2.0,<2.0.0',
],
extras_require={
":python_version<'3.0'": ['azure-mgmt-nspkg'],
Expand Down

0 comments on commit 79e63e9

Please sign in to comment.