modify azure_rm_devtestlabenvironment relate document (#56769)
This commit is contained in:
parent
22d2c6282a
commit
4680ed4525
2 changed files with 11 additions and 10 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabenvironment
|
||||
version_added: "2.8"
|
||||
short_description: Manage Azure DevTest Lab Environment instance.
|
||||
short_description: Manage Azure DevTest Lab Environment instance
|
||||
description:
|
||||
- Create, update and delete instance of Azure DevTest Lab Environment.
|
||||
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
- The location of the resource.
|
||||
deployment_template:
|
||||
description:
|
||||
- "The Azure Resource Manager template's identifier."
|
||||
- The Azure Resource Manager template's identifier.
|
||||
deployment_parameters:
|
||||
description:
|
||||
- The parameters of the Azure Resource Manager template.
|
||||
|
@ -57,19 +57,19 @@ options:
|
|||
- The value of the template parameter.
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the Environment.
|
||||
- Use 'present' to create or update an Environment and 'absent' to delete it.
|
||||
- Assert the state of the Environment.
|
||||
- Use C((present) to create or update an Environment and C(absent) to delete it.
|
||||
default: present
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
- absent
|
||||
- present
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabenvironment_facts
|
||||
version_added: "2.8"
|
||||
short_description: Get Azure Environment facts.
|
||||
short_description: Get Azure Environment facts
|
||||
description:
|
||||
- Get facts of Azure Environment.
|
||||
|
||||
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
@ -60,7 +60,8 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
environments:
|
||||
description: A list of dictionaries containing facts for Environment.
|
||||
description:
|
||||
- A list of dictionaries containing facts for Environment.
|
||||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Reference in a new issue