mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix YAML documentation
This commit is contained in:
committed by
Matt Clay
parent
5d5cac57ff
commit
96ea53d1f2
@@ -20,8 +20,8 @@ short_description: Create or destroy Azure Resource Manager template deployments
|
|||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Create or destroy Azure Resource Manager template deployments via the Azure SDK for Python.
|
- 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.
|
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/.
|
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:
|
options:
|
||||||
subscription_id:
|
subscription_id:
|
||||||
description:
|
description:
|
||||||
@@ -66,7 +66,7 @@ options:
|
|||||||
require: false
|
require: false
|
||||||
default: West US
|
default: West US
|
||||||
|
|
||||||
author: "David Justice (@devigned)"
|
author: "David Justice (@devigned) / Laurent Mazuel (@lmazuel) / Andre Price (@obsoleted)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user