Skip to content

Commit

Permalink
restore format arg to azure_rm_common errmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone authored Jan 18, 2018
1 parent 3e56883 commit 3371b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/azure_rm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def __init__(self, derived_arg_spec, bypass_checks=False, no_log=False,

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
Expand Down

0 comments on commit 3371b5e

Please sign in to comment.