mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Fix YAML documentation
This commit is contained in:
parent
5d5cac57ff
commit
96ea53d1f2
1 changed files with 3 additions and 3 deletions
|
@ -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 = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue