mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Migrate more Azure integration tests. (#29034)
This commit is contained in:
parent
8f4c8844c4
commit
08bdb6198e
10 changed files with 34 additions and 8 deletions
|
@ -110,7 +110,7 @@ except:
|
|||
from ansible.module_utils.azure_rm_common import AzureRMModuleBase
|
||||
|
||||
|
||||
AZURE_ENUM_MODULES = ['azure.mgmt.compute.models.compute_management_client_enums']
|
||||
AZURE_ENUM_MODULES = ['azure.mgmt.compute.models']
|
||||
|
||||
|
||||
class AzureRMVirtualMachineImageFacts(AzureRMModuleBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue