mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 11:24:00 -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
|
@ -74,13 +74,13 @@ EXAMPLES = '''
|
|||
- name: Create a windows app service plan
|
||||
azure_rm_appserviceplan:
|
||||
name: "windowsplan1"
|
||||
resource_group: "appserviceplan_rg"
|
||||
resource_group: myResourceGroup
|
||||
location: "eastus"
|
||||
sku: S1
|
||||
|
||||
- name: Create a linux app service plan
|
||||
azure_rm_appserviceplan:
|
||||
resource_group: "appserviceplan_rg"
|
||||
resource_group: myResourceGroup
|
||||
name: "linuxplan1"
|
||||
location: "eastus"
|
||||
sku: S1
|
||||
|
@ -90,7 +90,7 @@ EXAMPLES = '''
|
|||
- name: update sku of existing windows app service plan
|
||||
azure_rm_appserviceplan:
|
||||
name: "windowsplan2"
|
||||
resource_group: "appserviceplan_rg"
|
||||
resource_group: myResourceGroup
|
||||
location: "eastus"
|
||||
sku: S2
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue