mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
fixing disabled azure sanity tests (#40519)
* fixing azure sanity tests * fixing sanity * fixing some tags issues * removed unnecessary things from managed disk * fixed location problem * more sanity fixes * sanity test fixes * final sanity fixes? * final fixes again * undo changes related to container instance * removed container instance * readd again * fixed stupid mistake * removed _azure from changes * one more mistake
This commit is contained in:
parent
9bc5dd5d09
commit
8e38668285
30 changed files with 123 additions and 126 deletions
|
@ -26,9 +26,6 @@ description:
|
|||
- Get facts for virtual machine images.
|
||||
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
- Only show results for a specific security group.
|
||||
location:
|
||||
description:
|
||||
- Azure location value (ie. westus, eastus, eastus2, northcentralus, etc.). Supplying only a
|
||||
|
@ -126,7 +123,7 @@ class AzureRMVirtualMachineImageFacts(AzureRMModuleBase):
|
|||
self.sku = None
|
||||
self.version = None
|
||||
|
||||
super(AzureRMVirtualMachineImageFacts, self).__init__(self.module_arg_spec)
|
||||
super(AzureRMVirtualMachineImageFacts, self).__init__(self.module_arg_spec, supports_tags=False)
|
||||
|
||||
def exec_module(self, **kwargs):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue