mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in Azure ARM module documentation (#46065)
This commit is contained in:
parent
64e957de64
commit
9039002886
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ version_added: "2.1"
|
|||
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.
|
||||
For more information on Azue resource manager templates see https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/."
|
||||
For more information on Azure Resource Manager templates see https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/."
|
||||
|
||||
options:
|
||||
resource_group_name:
|
||||
|
|
Loading…
Reference in a new issue