diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2018-02-09 14:26:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 14:26:42 -0800 |
commit | 26f551d1c37277e5522836d7a6cb98de42c50fb7 (patch) | |
tree | c15cfaa4b3346b9bc248f8697a2b6b12ee084872 /packaging/requirements/requirements-azure.txt | |
parent | fd33dc6cd124d4c3e2fa8d0bed02b8379cf7e8b8 (diff) | |
download | ansible-26f551d1c37277e5522836d7a6cb98de42c50fb7.tar.gz |
initial cutover to API profiles (#35538)
* hardcoded API profiles in azure_rm_common
* changed azure_rm_securitygroup module to use api_profiles, dynamic models, kwargs on all SDK methods
* changed azure_rm_containerinstance module to use api_profiles, dynamic models, kwargs on all SDK methods
* fixed polling performance issue in azure_rm_securitygroup (default poll interval was 30s)
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 eee639ad8a..ce6691b790 100644 --- a/packaging/requirements/requirements-azure.txt +++ b/packaging/requirements/requirements-azure.txt @@ -16,4 +16,4 @@ azure-mgmt-web>=0.32.0,<0.33 azure-mgmt-containerservice>=2.0.0,<3.0.0 azure-mgmt-containerregistry>=1.0.1 azure-mgmt-rdbms>=0.2.0rc1,<0.3.0 -azure-mgmt-containerinstance>=0.2.0,<0.3.0 +azure-mgmt-containerinstance>=0.3.1 |