diff options
author | Sertaç Özercan <sozercan@gmail.com> | 2018-05-17 01:08:27 +0200 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2018-05-17 01:08:27 +0200 |
commit | 6e4a2b17de4a08886ab85e61b071c53860a7caba (patch) | |
tree | e842d14555c95cb95f0697b7dfafb31aabcdbc7a /packaging/requirements/requirements-azure.txt | |
parent | win_updates: fix typo with download failure and whitelist on multiple updates... (diff) | |
download | ansible-6e4a2b17de4a08886ab85e61b071c53860a7caba.tar.xz ansible-6e4a2b17de4a08886ab85e61b071c53860a7caba.zip |
[new module] Managed Azure Container Service (AKS) (azure_rm_aks) (#35888)
* 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
Diffstat (limited to 'packaging/requirements/requirements-azure.txt')
-rw-r--r-- | packaging/requirements/requirements-azure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt index e3345c6787..802cb5d0d9 100644 --- a/packaging/requirements/requirements-azure.txt +++ b/packaging/requirements/requirements-azure.txt @@ -13,7 +13,7 @@ azure-mgmt-keyvault>=0.40.0,<0.41 azure-mgmt-batch>=4.1.0,<5 azure-mgmt-sql>=0.7.1,<0.8 azure-mgmt-web>=0.32.0,<0.33 -azure-mgmt-containerservice>=2.0.0,<3.0.0 +azure-mgmt-containerservice>=3.0.1 azure-mgmt-containerregistry>=1.0.1 azure-mgmt-rdbms>=0.2.0rc1,<0.3.0 azure-mgmt-containerinstance>=0.3.1,<0.4.0 |