mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
azure_rm_cosmosdbaccount - fix for virtual network rules (#52416)
This commit is contained in:
parent
6b8f679ad1
commit
777441719f
4 changed files with 46 additions and 2 deletions
|
@ -284,6 +284,9 @@ class AzureRMCosmosDBAccount(AzureRMModuleBase):
|
|||
id=dict(
|
||||
type='str',
|
||||
required=True
|
||||
),
|
||||
ignore_missing_vnet_service_endpoint=dict(
|
||||
type='bool'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue