diff --git a/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile.py b/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile.py index 60b98978a8e..4ef2ecc7163 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile.py @@ -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) " - - "Yunge Zhu (@yungezz) " + - "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: diff --git a/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile_facts.py index 65b3e88bdf0..9d229566c39 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_cdnprofile_facts.py @@ -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) " - - "Yunge Zhu (@yungezz) " + - "Hai Cao (@caohai)" + - "Yunge Zhu (@yungezz)" ''' EXAMPLES = '''