From e9abe080cee8e652dc7d474e9d070330d9a75a07 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 30 Aug 2017 10:27:00 -0700 Subject: [PATCH] clarify azure_rm version requirements --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1a4bc49b..72f0700f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -173,7 +173,7 @@ Ansible Changes By Release - Added a new parameter to command module that lets users specify data to pipe into the command's stdin. - The azure_rm modules now accept a `cloud_environment` arg to access regional and private clouds. -- The azure_rm modules now require at least version 2.0.0 of the Azure Python SDK. +- The azure_rm modules and inventory script now require at least version 2.0.0 of the Azure Python SDK. ### New Modules