Update azure_rm_devtestlab related module document (#56681)

* update azure_rm_devtestlab documention
pull/56751/head
Fred-sun 5 years ago committed by Alicia Cozine
parent 8495e3d9e4
commit 41cc198b61

@ -17,7 +17,7 @@ DOCUMENTATION = '''
---
module: azure_rm_devtestlab
version_added: "2.8"
short_description: Manage Azure DevTest Lab instance.
short_description: Manage Azure DevTest Lab instance
description:
- Create, update and delete instance of Azure DevTest Lab.
@ -35,13 +35,13 @@ options:
- The location of the resource.
storage_type:
description:
- Type of storage used by the lab. It can be either C(premium) or C(standard). Default is C(premium).
- Type of storage used by the lab. It can be either C(premium) or C(standard).
choices:
- 'standard'
- 'premium'
premium_data_disks:
description:
- "Allow creation of premium data disks."
- Allow creation of premium data disks.
type: bool
state:
description:
@ -57,7 +57,7 @@ extends_documentation_fragment:
- azure_tags
author:
- "Zim Kalinowski (@zikalino)"
- Zim Kalinowski (@zikalino)
'''

@ -17,7 +17,7 @@ DOCUMENTATION = '''
---
module: azure_rm_devtestlab_facts
version_added: "2.8"
short_description: Get Azure DevTest Lab facts.
short_description: Get Azure DevTest Lab facts
description:
- Get facts of Azure DevTest Lab.
@ -36,7 +36,7 @@ extends_documentation_fragment:
- azure
author:
- "Zim Kalinowski (@zikalino)"
- Zim Kalinowski (@zikalino)
'''
EXAMPLES = '''
@ -55,7 +55,8 @@ EXAMPLES = '''
RETURN = '''
labs:
description: A list of dictionaries containing facts for Lab.
description:
- A list of dictionaries containing facts for Lab.
returned: always
type: complex
contains:

Loading…
Cancel
Save