modify azure_rm_devtestlabcustomimage's document (#56763)

pull/56816/head
Fred-sun 5 years ago committed by Alicia Cozine
parent 71ec184688
commit 16fb3ffbda

@ -17,7 +17,7 @@ DOCUMENTATION = '''
--- ---
module: azure_rm_devtestlabcustomimage module: azure_rm_devtestlabcustomimage
version_added: "2.8" version_added: "2.8"
short_description: Manage Azure DevTest Lab Custom Image instance. short_description: Manage Azure DevTest Lab Custom Image instance
description: description:
- Create, update and delete instance of Azure DevTest Lab Custom Image. - Create, update and delete instance of Azure DevTest Lab Custom Image.
@ -59,19 +59,19 @@ options:
- The author of the custom image. - The author of the custom image.
state: state:
description: description:
- Assert the state of the Custom Image. - Assert the state of the Custom Image.
- Use C(present) to create or update an Custom Image and C(absent) to delete it. - Use C(present) to create or update an Custom Image and C(absent) to delete it.
default: present default: present
choices: choices:
- absent - absent
- present - present
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure
- azure_tags - azure_tags
author: author:
- "Zim Kalinowski (@zikalino)" - Zim Kalinowski (@zikalino)
''' '''

@ -17,7 +17,7 @@ DOCUMENTATION = '''
--- ---
module: azure_rm_devtestlabcustomimage_facts module: azure_rm_devtestlabcustomimage_facts
version_added: "2.8" version_added: "2.8"
short_description: Get Azure DevTest Lab Custom Image facts. short_description: Get Azure DevTest Lab Custom Image facts
description: description:
- Get facts of Azure Azure DevTest Lab Custom Image. - Get facts of Azure Azure DevTest Lab Custom Image.
@ -41,7 +41,7 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Zim Kalinowski (@zikalino)" - Zim Kalinowski (@zikalino)
''' '''
@ -61,7 +61,8 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
custom_images: custom_images:
description: A list of dictionaries containing facts for Custom Image. description:
- A list of dictionaries containing facts for Custom Image.
returned: always returned: always
type: complex type: complex
contains: contains:
@ -108,7 +109,7 @@ custom_images:
- The tags of the resource. - The tags of the resource.
returned: always returned: always
type: complex type: complex
sample: "{ 'MyTag': 'MyValue' }" sample: "{ 'MyTag':'MyValue' }"
''' '''
from ansible.module_utils.azure_rm_common import AzureRMModuleBase from ansible.module_utils.azure_rm_common import AzureRMModuleBase

Loading…
Cancel
Save