diff -Nru azure-mgmt-iothub-0.7.0.orig/setup.py azure-mgmt-iothub-0.7.0/setup.py --- azure-mgmt-iothub-0.7.0.orig/setup.py 2018-12-14 22:29:40.000000000 +0100 +++ azure-mgmt-iothub-0.7.0/setup.py 2019-03-27 15:17:34.025585016 +0100 @@ -79,7 +79,7 @@ install_requires=[ 'msrest>=0.5.0', 'msrestazure>=0.4.32,<2.0.0', - 'azure-common~=1.1', + 'azure-common>=1.1', ], extras_require={ ":python_version<'3.0'": ['azure-mgmt-nspkg'],