From a714e1d9f90a586647b49e4821ffbcdb23e7d61b Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Mon, 14 Mar 2016 10:20:36 -0700 Subject: [PATCH] Fix YAML documentation --- cloud/azure/azure_deployment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/azure/azure_deployment.py b/cloud/azure/azure_deployment.py index b0aafb1c20a..8550669fa09 100644 --- a/cloud/azure/azure_deployment.py +++ b/cloud/azure/azure_deployment.py @@ -20,8 +20,8 @@ short_description: Create or destroy Azure Resource Manager template deployments version_added: "2.0" description: - Create or destroy Azure Resource Manager template deployments via the Azure SDK for Python. - You can find some quick start templates in GitHub here: https://github.com/azure/azure-quickstart-templates. - If you would like to find out more information about Azure Resource Manager templates, see: https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/. + You can find some quick start templates in GitHub here https://github.com/azure/azure-quickstart-templates. + If you would like to find out more information about Azure Resource Manager templates, see https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/. options: subscription_id: description: @@ -66,7 +66,7 @@ options: require: false default: West US -author: "David Justice (@devigned)" +author: "David Justice (@devigned) / Laurent Mazuel (@lmazuel) / Andre Price (@obsoleted)" ''' EXAMPLES = '''