mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user