mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -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
|
@ -124,7 +124,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create a Azure CDN endpoint
|
||||
azure_rm_cdnendpoint:
|
||||
resource_group: TestRg
|
||||
resource_group: myResourceGroup
|
||||
name: TestEndpoint
|
||||
profile_name: TestProfile
|
||||
origins:
|
||||
|
@ -136,7 +136,7 @@ EXAMPLES = '''
|
|||
foo: bar
|
||||
- name: Delete a Azure CDN endpoint
|
||||
azure_rm_cdnendpoint:
|
||||
resource_group: TestRg
|
||||
resource_group: myResourceGroup
|
||||
name: TestEndpoint
|
||||
profile_name: TestProfile
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue