mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo in azure_rm_cosmosdbaccount documentation (#52451)
This commit is contained in:
parent
2f043448ed
commit
f6ba9be141
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue