From fdabd3123bd4ec13b102217dadafb33ce34a2a58 Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Tue, 12 Mar 2019 10:59:46 -0700 Subject: [PATCH] azure-mgmt-dataplane-analytics: update msrestazure (#4541) * azure-mgmt-dataplane-analytics: update acceptable range of dependency versions. * Update version.py * Adding release note changes. * Making issue reference a link * Fixing link syntax --- azure-mgmt-datalake-analytics/HISTORY.rst | 5 +++++ .../azure/mgmt/datalake/analytics/version.py | 2 +- azure-mgmt-datalake-analytics/setup.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/azure-mgmt-datalake-analytics/HISTORY.rst b/azure-mgmt-datalake-analytics/HISTORY.rst index a1f15db0cb02..3f592fecaacf 100644 --- a/azure-mgmt-datalake-analytics/HISTORY.rst +++ b/azure-mgmt-datalake-analytics/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== +0.2.1 (2019-03-12) +++++++++++++++++++ + +* Updating permissible versions of the msrestazure package to unblock `Azure/azure-cli#6973 `_. + 0.2.0 (2017-08-17) ++++++++++++++++++ diff --git a/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/version.py b/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/version.py index ddb11a0fe462..b4bdc86e2d57 100644 --- a/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/version.py +++ b/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "0.2.0" \ No newline at end of file +VERSION = "0.2.1" diff --git a/azure-mgmt-datalake-analytics/setup.py b/azure-mgmt-datalake-analytics/setup.py index 0a8868fe976c..12a6afa2e470 100644 --- a/azure-mgmt-datalake-analytics/setup.py +++ b/azure-mgmt-datalake-analytics/setup.py @@ -65,8 +65,8 @@ zip_safe=False, packages=find_packages(), install_requires=[ - 'azure-common~=1.1.5', - 'msrestazure~=0.4.7', + 'azure-common~=1.1', + 'msrestazure>=0.4.7,<2.0.0', ], cmdclass=cmdclass )