Skip to content

Commit

Permalink
modify azure_rm_devtestlabenvironment relate document (ansible#56769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored and acozine committed May 22, 2019
1 parent 22d2c62 commit 4680ed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
---
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.
Expand All @@ -43,7 +43,7 @@
- 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.
Expand All @@ -57,19 +57,19 @@
- 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)
'''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
---
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.
Expand Down Expand Up @@ -45,7 +45,7 @@
- azure
author:
- "Zim Kalinowski (@zikalino)"
- Zim Kalinowski (@zikalino)
'''

Expand All @@ -60,7 +60,8 @@

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:
Expand Down

0 comments on commit 4680ed4

Please sign in to comment.