mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
improving consistency of azure examples/documentation (#52571)
* normalizing naming in examples * fixed line too long
This commit is contained in:
parent
f9139be5e6
commit
628f62c571
26 changed files with 73 additions and 69 deletions
|
@ -45,12 +45,12 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Get facts for app service plan by name
|
||||
azure_rm_appserviceplan_facts:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
name: winwebapp1
|
||||
|
||||
- name: Get azure_rm_appserviceplan_facts for app service plan in resource group
|
||||
azure_rm_webapp_facts:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
|
||||
- name: Get facts for app service plan with tags
|
||||
azure_rm_appserviceplan_facts:
|
||||
|
@ -69,7 +69,7 @@ appserviceplans:
|
|||
description: Id of the app service plan.
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/xxxx/resourceGroupsxxx/providers/Microsoft.Web/serverfarms/xxx
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Web/serverfarms/myPlan
|
||||
name:
|
||||
description: Name of the app service plan.
|
||||
returned: always
|
||||
|
@ -78,6 +78,7 @@ appserviceplans:
|
|||
description: Resource group of the app service plan.
|
||||
returned: always
|
||||
type: str
|
||||
sample: myResourceGroup
|
||||
location:
|
||||
description: Location of the app service plan.
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue