modify azure_rm_devtestlabenvironment relate document (#56769)

pull/56816/head
Fred-sun 6 years ago committed by Alicia Cozine
parent 22d2c6282a
commit 4680ed4525

@ -17,7 +17,7 @@ DOCUMENTATION = '''
--- ---
module: azure_rm_devtestlabenvironment module: azure_rm_devtestlabenvironment
version_added: "2.8" version_added: "2.8"
short_description: Manage Azure DevTest Lab Environment instance. short_description: Manage Azure DevTest Lab Environment instance
description: description:
- Create, update and delete instance of Azure DevTest Lab Environment. - Create, update and delete instance of Azure DevTest Lab Environment.
@ -43,7 +43,7 @@ options:
- The location of the resource. - The location of the resource.
deployment_template: deployment_template:
description: description:
- "The Azure Resource Manager template's identifier." - The Azure Resource Manager template's identifier.
deployment_parameters: deployment_parameters:
description: description:
- The parameters of the Azure Resource Manager template. - The parameters of the Azure Resource Manager template.
@ -57,19 +57,19 @@ options:
- The value of the template parameter. - The value of the template parameter.
state: state:
description: description:
- Assert the state of the Environment. - Assert the state of the Environment.
- Use 'present' to create or update an Environment and 'absent' to delete it. - Use C((present) to create or update an Environment 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_devtestlabenvironment_facts module: azure_rm_devtestlabenvironment_facts
version_added: "2.8" version_added: "2.8"
short_description: Get Azure Environment facts. short_description: Get Azure Environment facts
description: description:
- Get facts of Azure Environment. - Get facts of Azure Environment.
@ -45,7 +45,7 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Zim Kalinowski (@zikalino)" - Zim Kalinowski (@zikalino)
''' '''
@ -60,7 +60,8 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
environments: environments:
description: A list of dictionaries containing facts for Environment. description:
- A list of dictionaries containing facts for Environment.
returned: always returned: always
type: complex type: complex
contains: contains:

Loading…
Cancel
Save