diff options
author | Laurent Mazuel <lmazuel@microsoft.com> | 2016-03-14 10:20:36 -0700 |
---|---|---|
committer | Laurent Mazuel <lmazuel@microsoft.com> | 2016-03-14 10:20:36 -0700 |
commit | a714e1d9f90a586647b49e4821ffbcdb23e7d61b (patch) | |
tree | 83abff4c51feb9da295095fdc597bc91b012ef78 | |
parent | dd50d741dd7ac7b4ad23dc3996c84ea010676641 (diff) | |
download | ansible-modules-extras-a714e1d9f90a586647b49e4821ffbcdb23e7d61b.tar.gz |
Fix YAML documentation
-rw-r--r-- | cloud/azure/azure_deployment.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud/azure/azure_deployment.py b/cloud/azure/azure_deployment.py index b0aafb1c..8550669f 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 = ''' |