mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
add azure_rm_webapp_facts module (#43631)
* add webapp facts module * remove certified * remove useless argument * add tests * return curated output * add description of return value, move test to webapp folder * fix lint * fix lint * fix lint * fix test * fix bug * fix test, will get all webapp with same tag created by previous test * fix test * fix test * fix test * add properties description, refine return name * refine properties, add request_id when exception * fix bug * update doc, add publish profile * fix error * flatten properties, add option for return publish profile
This commit is contained in:
parent
3b5b15ee5a
commit
b731732616
4 changed files with 406 additions and 5 deletions
|
@ -107,7 +107,7 @@ vms:
|
|||
- Resource ID.
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/075da289-5dfd-466b-800e-a8c3a9ed3b05/resourceGroups/myclusterrg/providers/Microsoft.Compute/virtualMachines/mycluster-node-2
|
||||
sample: /subscriptions/xxxx/resourceGroups/myclusterrg/providers/Microsoft.Compute/virtualMachines/mycluster-node-2
|
||||
image:
|
||||
description:
|
||||
- Image specification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue