Cap azure dep versions due to breaking changes

Azure has made breaking changes to how authentication/credential objects
work as well as exceptions for requests. Unfortunately the azure.common
code base which we use to load up configs from disk to be used as
credentials doesn't seem to have been updated along with the other
tools.

Cap the other tools so that our use of azure.common remains happy.

Change-Id: Ibdc50fbd83b58de756d5cc8ad1009aa3f91fdbcd
This commit is contained in:
Clark Boylan 2020-09-18 09:21:19 -07:00
parent 2e25ea65fe
commit 02ddf7fc04

View File

@ -18,6 +18,6 @@ WebOb>=1.8.1
openshift<=0.8.9
boto3
google-api-python-client
azure-mgmt-compute
azure-mgmt-network
azure-mgmt-resource
azure-mgmt-compute<17.0.0
azure-mgmt-network<16.0.0
azure-mgmt-resource<15.0.0