diff options
author | Julien Stroheker <julienstroheker@gmail.com> | 2017-08-30 02:59:38 +0200 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2017-08-30 02:59:38 +0200 |
commit | fe1153c0afa1ffd648147af97454e900560b3532 (patch) | |
tree | 742d7646d8b4196a204a4be628c747494be4db5b /packaging | |
parent | win_chocolatey Important fix for non-zero return codes (#28756) (diff) | |
download | ansible-fe1153c0afa1ffd648147af97454e900560b3532.tar.xz ansible-fe1153c0afa1ffd648147af97454e900560b3532.zip |
Azure acs module (azure_rm_acs.py) (#28522)
* Adding acs module
* linter issue
* Reduce the VM Size for the int. tests
* Short the name of the cluster
* Fixing the asserts and title
* Fixing VM Scale count in int. tests
* Changing the location of the tests
* trying eastus2
* disabling acs CI tests until stabilized
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/requirements/requirements-azure.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt index a586e99f2d..fb2b8a7ab7 100644 --- a/packaging/requirements/requirements-azure.txt +++ b/packaging/requirements/requirements-azure.txt @@ -12,3 +12,4 @@ 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>=1.0.0
\ No newline at end of file |