summaryrefslogtreecommitdiff
path: root/test/integration/targets/azure_rm_aks
Commit message (Collapse)AuthorAgeFilesLines
* Rename Azure modules: facts -> info (#60987)smile377732019-08-281-6/+6
|
* proper name for aks version facts (#54578)Zim Kalinowski2019-03-291-2/+2
|
* Add addon/network/aad support for AKS (#51014)Yuwei Zhou2019-03-041-28/+67
|
* Overhaul ansible-test cloud test plugins. (#53044)Matt Clay2019-02-281-7/+7
|
* adding enable_rbac option in aks (#47730)Zim Kalinowski2018-10-291-0/+2
| | | | | | | | * adding enable_rbac option in aks * fixes * addressed comments
* [new module] Managed Azure Container Service (AKS) (azure_rm_aks) (#35888)Sertaç Özercan2018-05-163-0/+177
* add aks module and integration tests * linting * update tests * sanity check * make some changes to AKS module * make integration test work * add fact * add resource_group name * add fact test * fix test * fix test * linting * changed line endings for facts * output kubeconfig * Update azure_rm_aks.py * update integration test aliases * update aliases * add cloud_environment and auth_source to args * Fix comments from Jborean93 (#3) * update * fix * fix * fix * fix * update doc * fix