modify azure_rm_devtestlabpolicy relate document (#56770)
This commit is contained in:
parent
4680ed4525
commit
584a32e028
2 changed files with 11 additions and 10 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabpolicy
|
||||
version_added: "2.8"
|
||||
short_description: Manage Azure Policy instance.
|
||||
short_description: Manage Azure Policy instance
|
||||
description:
|
||||
- Create, update and delete instance of Azure Policy.
|
||||
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
- The description of the policy.
|
||||
fact_name:
|
||||
description:
|
||||
- The fact name of the policy (e.g. C(lab_vm_count), C(lab_vm_size), MaxVmsAllowedPerLab, etc.
|
||||
- The fact name of the policy (e.g. C(lab_vm_count), C(lab_vm_size)), MaxVmsAllowedPerLab, etc.
|
||||
choices:
|
||||
- 'user_owned_lab_vm_count'
|
||||
- 'user_owned_lab_premium_vm_count'
|
||||
|
@ -59,19 +59,19 @@ options:
|
|||
type: raw
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the Policy.
|
||||
- Use C(present) to create or update an Policy and C(absent) to delete it.
|
||||
- Assert the state of the Policy.
|
||||
- Use C(present) to create or update an Policy 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)
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabpolicy_facts
|
||||
version_added: "2.8"
|
||||
short_description: Get Azure DTL Policy facts.
|
||||
short_description: Get Azure DTL Policy facts
|
||||
description:
|
||||
- Get facts of Azure DTL Policy.
|
||||
|
||||
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
@ -60,7 +60,8 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
policies:
|
||||
description: A list of dictionaries containing facts for Policy.
|
||||
description:
|
||||
- A list of dictionaries containing facts for Policy.
|
||||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Reference in a new issue