Update azure_rm_cdnprofile related module document (#56503)

* modify azure_rm_cdnprofile module documentation
pull/56518/head
Fred-sun 5 years ago committed by Alicia Cozine
parent 118cf3ece6
commit 4b39748d21

@ -15,7 +15,7 @@ DOCUMENTATION = '''
---
module: azure_rm_cdnprofile
version_added: "2.8"
short_description: Manage a Azure CDN profile.
short_description: Manage a Azure CDN profile
description:
- Create, update and delete a Azure CDN profile.
@ -30,11 +30,11 @@ options:
required: true
location:
description:
- Valid azure location. Defaults to location of the resource group.
- Valid Azure location. Defaults to location of the resource group.
sku:
description:
- The pricing tier, defines a CDN provider, feature list and rate of the CDN profile.
- Detailed pricing can be find at U(https://azure.microsoft.com/en-us/pricing/details/cdn/)
- Detailed pricing can be find at U(https://azure.microsoft.com/en-us/pricing/details/cdn/).
choices:
- standard_verizon
- premium_verizon
@ -55,8 +55,8 @@ extends_documentation_fragment:
- azure_tags
author:
- "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
- "Hai Cao (@caohai)"
- "Yunge Zhu (@yungezz)"
'''
EXAMPLES = '''
@ -76,7 +76,7 @@ EXAMPLES = '''
'''
RETURN = '''
id:
description: Current state of the CDN profile
description: Current state of the CDN profile.
returned: always
type: dict
example:

@ -29,7 +29,7 @@ options:
- Limit results to a specific CDN profile.
resource_group:
description:
- The resource group to search for the desired CDN profile
- The resource group to search for the desired CDN profile.
tags:
description:
- Limit results by providing a list of tags. Format tags as 'key' or 'key:value'.
@ -38,8 +38,8 @@ extends_documentation_fragment:
- azure
author:
- "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
- "Hai Cao (@caohai)"
- "Yunge Zhu (@yungezz)"
'''
EXAMPLES = '''

Loading…
Cancel
Save