summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorThomas Stringer <github@trstringer.com>2017-08-11 11:22:02 -0400
committerMatt Davis <nitzmahone@users.noreply.github.com>2017-08-11 08:22:02 -0700
commite4cd89936331be64d0385e36898cf735767fc89b (patch)
treee1104f59f935987da41e99ca818e4dcc9043484f /packaging
parent1b9d9376e20f0b87eeff8012cd811046527d6a46 (diff)
downloadansible-e4cd89936331be64d0385e36898cf735767fc89b.tar.gz
Add support for Azure 2.0.0 (#27920)
* Adapt azure_rm_resource_group to azure 2.0.0 + azure Cli support * Fix exceptions in Azure ARM plugins * update azure_rm_networkinterface documention to reflect required params * change state param to not required for docs in azure_rm_subnet * fix import to reflect azure==2.0.0 changes * add aliases and fix docs for azure_rm_storageblob * add resource_group_name alias to azure_rm_storageaccount_facts * fix import bug due to change in azure==2.0.0 * fix args bug and enum modules issue * update docs to reflect azure==2.0.0 * pin management clients to a specific api_version * update docs to reflect the new azure-ansible-base python package * add fallback for older api resource group listing * rework azure dependencies installation * refactor path joining to a cross-plat solution
Diffstat (limited to 'packaging')
-rw-r--r--packaging/requirements/requirements-azure.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt
new file mode 100644
index 0000000000..d95db703b6
--- /dev/null
+++ b/packaging/requirements/requirements-azure.txt
@@ -0,0 +1,12 @@
+azure-mgmt-compute~=2.0.0
+azure-mgmt-network~=1.3.0
+azure-mgmt-storage~=1.2.0
+azure-mgmt-resource~=1.1.0
+azure-storage~=0.35.1
+azure-cli-core~=2.0.12
+msrestazure~=0.4.11
+azure-mgmt-dns~=1.0.1
+azure-mgmt-keyvault~=0.40.0
+azure-mgmt-batch~=4.1.0
+azure-mgmt-sql~=0.7.1
+azure-mgmt-web~=0.32.0