|
|
@ -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)
|
|
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|