From f6ba9be141a0f37fc9dd6e2f15763747d76dca52 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Mon, 18 Feb 2019 22:57:31 +0800 Subject: [PATCH] Fixed typo in azure_rm_cosmosdbaccount documentation (#52451) --- lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py b/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py index 9bdce05c85..39b9d8a1a0 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_cosmosdbaccount.py @@ -115,7 +115,7 @@ options: suboptions: subnet: description: - - It can be a string containing resource if of a subnet. + - It can be a string containing resource id of a subnet. - It can be a dictionary containing 'resource_group', 'virtual_network_name' and 'subnet_name' ignore_missing_vnet_service_endpoint: description: