From 02ddf7fc04ca09371c9592b386487562a01e9ddd Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 18 Sep 2020 09:21:19 -0700 Subject: [PATCH] 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 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d28479e9..14aaf8cb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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