From 4680ed45256a572f98a0cb093c107e8438374242 Mon Sep 17 00:00:00 2001 From: Fred-sun <37327967+Fred-sun@users.noreply.github.com> Date: Thu, 23 May 2019 03:56:13 +0800 Subject: [PATCH] modify azure_rm_devtestlabenvironment relate document (#56769) --- .../cloud/azure/azure_rm_devtestlabenvironment.py | 14 +++++++------- .../azure/azure_rm_devtestlabenvironment_facts.py | 7 ++++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment.py b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment.py index 2d52966096d..a575a4b3f17 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment.py @@ -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) ''' diff --git a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment_facts.py index b12af4f1c3a..002b47b1d7c 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabenvironment_facts.py @@ -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: