mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-14 21:19:12 -07:00
Update azure_rm_devtestlabvirtualnetwork relate document (#56893)
This commit is contained in:
parent
f65df9189e
commit
dad62500af
2 changed files with 10 additions and 9 deletions
|
@ -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)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_devtestlabvirtualnetwork_facts
|
module: azure_rm_devtestlabvirtualnetwork_facts
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Get Azure DevTest Lab Virtual Network facts.
|
short_description: Get Azure DevTest Lab Virtual Network facts
|
||||||
description:
|
description:
|
||||||
- Get facts of Azure DevTest Lab Virtual Network.
|
- Get facts of Azure DevTest Lab Virtual Network.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Zim Kalinowski (@zikalino)"
|
- Zim Kalinowski (@zikalino)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
@ -58,7 +58,8 @@ EXAMPLES = '''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
virtualnetworks:
|
virtualnetworks:
|
||||||
description: A list of dictionaries containing facts for DevTest Lab Virtual Network.
|
description:
|
||||||
|
- A list of dictionaries containing facts for DevTest Lab Virtual Network.
|
||||||
returned: always
|
returned: always
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue