Update Azure module test infrastructure.

- Use new Azure direct API implementation.
- Enable Azure tests to clean up on exit.

ci_complete
This commit is contained in:
Matt Clay 2017-12-07 12:42:35 -08:00
parent fb0343cd12
commit ad4975d3e7
2 changed files with 18 additions and 2 deletions

View file

@ -64,7 +64,6 @@ class AnsibleCoreCI(object):
providers = dict(
aws=(
'aws',
'azure',
'windows',
'freebsd',
'rhel',
@ -73,6 +72,7 @@ class AnsibleCoreCI(object):
'ios',
),
azure=(
'azure',
),
parallels=(
'osx',