|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|
|
|
---
|
|
|
|
---
|
|
|
|
module: azure_rm_devtestlabvirtualnetwork
|
|
|
|
module: azure_rm_devtestlabvirtualnetwork
|
|
|
|
version_added: "2.8"
|
|
|
|
version_added: "2.8"
|
|
|
|
short_description: Manage Azure DevTest Lab Virtual Network instance.
|
|
|
|
short_description: Manage Azure DevTest Lab Virtual Network instance
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Create, update and delete instance of Azure DevTest Lab Virtual Network.
|
|
|
|
- Create, update and delete instance of Azure DevTest Lab Virtual Network.
|
|
|
|
|
|
|
|
|
|
|
@ -42,19 +42,19 @@ options:
|
|
|
|
- The description of the virtual network.
|
|
|
|
- The description of the virtual network.
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Assert the state of the Virtual Network.
|
|
|
|
- Assert the state of the Virtual Network.
|
|
|
|
- Use C(present) to create or update an Virtual Network and C(absent) to delete it.
|
|
|
|
- Use C(present) to create or update an Virtual Network 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)
|
|
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|