Update azure_rm_cdnprofile related module document (#56503)
* modify azure_rm_cdnprofile module documentationpull/4420/head
parent
118cf3ece6
commit
4b39748d21
|
@ -15,7 +15,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_cdnprofile
|
module: azure_rm_cdnprofile
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Manage a Azure CDN profile.
|
short_description: Manage a Azure CDN profile
|
||||||
description:
|
description:
|
||||||
- Create, update and delete a Azure CDN profile.
|
- Create, update and delete a Azure CDN profile.
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@ options:
|
||||||
required: true
|
required: true
|
||||||
location:
|
location:
|
||||||
description:
|
description:
|
||||||
- Valid azure location. Defaults to location of the resource group.
|
- Valid Azure location. Defaults to location of the resource group.
|
||||||
sku:
|
sku:
|
||||||
description:
|
description:
|
||||||
- The pricing tier, defines a CDN provider, feature list and rate of the CDN profile.
|
- 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:
|
choices:
|
||||||
- standard_verizon
|
- standard_verizon
|
||||||
- premium_verizon
|
- premium_verizon
|
||||||
|
@ -55,8 +55,8 @@ extends_documentation_fragment:
|
||||||
- azure_tags
|
- azure_tags
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Hai Cao (@caohai) <t-haicao@microsoft.com>"
|
- "Hai Cao (@caohai)"
|
||||||
- "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
|
- "Yunge Zhu (@yungezz)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
@ -76,7 +76,7 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
id:
|
id:
|
||||||
description: Current state of the CDN profile
|
description: Current state of the CDN profile.
|
||||||
returned: always
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
example:
|
example:
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
- Limit results to a specific CDN profile.
|
- Limit results to a specific CDN profile.
|
||||||
resource_group:
|
resource_group:
|
||||||
description:
|
description:
|
||||||
- The resource group to search for the desired CDN profile
|
- The resource group to search for the desired CDN profile.
|
||||||
tags:
|
tags:
|
||||||
description:
|
description:
|
||||||
- Limit results by providing a list of tags. Format tags as 'key' or 'key:value'.
|
- Limit results by providing a list of tags. Format tags as 'key' or 'key:value'.
|
||||||
|
@ -38,8 +38,8 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Hai Cao (@caohai) <t-haicao@microsoft.com>"
|
- "Hai Cao (@caohai)"
|
||||||
- "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
|
- "Yunge Zhu (@yungezz)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in New Issue