improving consistency of azure examples/documentation (#52571)

* normalizing naming in examples

* fixed line too long
This commit is contained in:
Zim Kalinowski 2019-02-20 01:57:04 +08:00 committed by Alicia Cozine
parent f9139be5e6
commit 628f62c571
26 changed files with 73 additions and 69 deletions

View file

@ -62,7 +62,7 @@ author:
EXAMPLES = '''
- name: Create a CDN profile
azure_rm_cdnprofile:
resource_group: Testing
resource_group: myResourceGroup
name: cdntest
sku: standard_akamai
tags:
@ -70,7 +70,7 @@ EXAMPLES = '''
- name: Delete the CDN profile
azure_rm_cdnprofile:
resource_group: Testing
resource_group: myResourceGroup
name: cdntest
state: absent
'''