summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHai Cao <imcaohai@gmail.com>2018-08-30 06:18:53 +0200
committerJordan Borean <jborean93@gmail.com>2018-08-30 06:18:53 +0200
commitccb7909cc565c28633e03ba55821c4d5300d054d (patch)
treecb24c1ac9e0900c9f83244f78d99423798763826 /packaging
parentLinode: Mark 'name' as required. Fixes #29785 (#44699) (diff)
downloadansible-ccb7909cc565c28633e03ba55821c4d5300d054d.tar.xz
ansible-ccb7909cc565c28633e03ba55821c4d5300d054d.zip
[new module] Azure Traffic Manager profile module (#43812)
* add traffic manager client and models in azure_rm_common - add traffic manager management client - import traffic manager models to 'traffic_manager_models' proprety - azure.mgmt.trafficmanager doesn't have models(), so use direct import for now * add traffic manager facts module * add traffic manager module * add integration test for two modules * fix package info in requirements * fix sanity check * fix monitor config default value * fix facts module doc * move model import into module * resolve comments except seprating endpoint * remove endpoint operation * fix test after removing endpoint operation * change module name to azure_rm_trafficmanagerprofile/facts * fix sanity test * seperate endpoint into delegate module * fix typo * fix lint * fix lint * fix test * fix test * resolve comments * fix test * fix test * fix test * fix bug in return * resolve comments * fix lint * fix lint * add sample in endpoint module
Diffstat (limited to 'packaging')
-rw-r--r--packaging/requirements/requirements-azure.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt
index 80d167835e..f897d86b4b 100644
--- a/packaging/requirements/requirements-azure.txt
+++ b/packaging/requirements/requirements-azure.txt
@@ -17,6 +17,7 @@ azure-mgmt-rdbms==1.2.0
azure-mgmt-resource==1.2.2
azure-mgmt-sql==0.7.1
azure-mgmt-storage==1.5.0
+azure-mgmt-trafficmanager==0.50.0
azure-mgmt-web==0.32.0
azure-nspkg==2.0.0
azure-storage==0.35.1