restore format arg to azure_rm_common errmsg

This commit is contained in:
Matt Davis 2018-01-17 16:10:17 -08:00 committed by GitHub
parent 3e56883c44
commit 3371b5eb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,7 @@ class AzureRMModuleBase(object):
if not HAS_AZURE:
self.fail("Do you have azure>={1} installed? Try `pip install ansible[azure]`"
"- {0}".format(HAS_AZURE_EXC))
"- {0}".format(HAS_AZURE_EXC, AZURE_MIN_RELEASE))
self._cloud_environment = None
self._network_client = None